Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dmacro_paste_commaext.c10 #define debug(format, ...) format, ## __VA_ARGS__) macro
H A Dc99-6_10_3_4_p9.c5 #define debug(...) fprintf(stderr, __VA_ARGS__) macro
H A Dc99-6_10_3_4_p6.c7 #define debug(s, t) printf("x" # s "= %d, x" # t "= s" \ macro
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DLogging.h34 static void debug(const char *fmt, Ts &&...vals) { in debug() function
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py68 def debug(self): member in BaseTestSuite
90 def debug(self): member in TestSuite
99 def _wrapped_run(self, result, debug=False): argument
H A Dcase.py460 def debug(self): member in TestCase
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.h44 bool debug; variable
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2958 debug section in Debug Checkers
2966 debug.AnalysisOrder argument
2972 debug.ConfigDumper argument
2984 debug.DumpCallGraph argument
2990 debug.DumpCalls argument
3002 debug.DumpLiveVars argument
3008 debug.DumpTraversal argument
3020 debug.Stats argument
3026 debug.TaintTest argument
3032 debug.ViewCFG argument
[all …]
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm388 sub debug(@) { subroutine
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, order, argument
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h350 SmallVector<uint32_t, 0> debug; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp96 #define debug(s) LLVM_DEBUG(dbgs() << __LINE__ << ": " << s); macro
1986 debug("A R/M register operand may not have a base; " in translateRMRegister() local
2137 debug("A R/M memory operand may not be a register; " in translateRMMemory() local
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg_options.h17 struct ppcg_debug_options *debug; member
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp102 bool debug; member
/llvm-project-15.0.7/clang/lib/Format/
H A DMacroCallReconstructor.cpp531 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug() function in clang::format::MacroCallReconstructor
/llvm-project-15.0.7/libc/AOR_v20.02/math/tools/
H A Dremez.jl65 macro debug(facility, printargs...) macro
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py1018 debug = args.debug variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h407 void debug() { print(dbgs()); } in debug() function
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp105 const char *debug() const { in debug() function in mlir::runtime::__anonc7b155b40111::State
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.cpp555 void (*debug)(struct logger *, const char *, ...); member
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp821 DebugKind debug = StringSwitch<DebugKind>(a->getValue()) in parseDebugKind() local
1543 DebugKind debug = parseDebugKind(args); in linkerMain() local
H A DConfig.h117 bool debug = false; member
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A Ddebugserver.cpp966 int debug = 0; in main() local
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp380 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py372 def debug(*args, **kwargs): function

12