/external/llvm/bindings/ |
D | Makefile | 10 LEVEL := .. macro 12 include $(LEVEL)/Makefile.config 16 include $(LEVEL)/Makefile.common
|
/external/llvm/examples/Kaleidoscope/ |
D | Makefile | 9 LEVEL=../.. macro 11 include $(LEVEL)/Makefile.config 15 include $(LEVEL)/Makefile.common
|
/external/llvm/examples/OCaml-Kaleidoscope/ |
D | Makefile | 9 LEVEL=../.. macro 11 include $(LEVEL)/Makefile.config 15 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/ |
D | Makefile | 9 LEVEL = .. macro 11 include $(LEVEL)/Makefile.config 17 include $(LEVEL)/Makefile.common
|
/external/llvm/tools/gold/ |
D | Makefile | 10 LEVEL := ../.. macro 22 include $(LEVEL)/Makefile.config 29 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | Makefile | 10 LEVEL = ../../.. macro 14 include $(LEVEL)/Makefile.config 38 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/Transforms/ |
D | Makefile | 10 LEVEL = ../.. macro 13 include $(LEVEL)/Makefile.config 20 include $(LEVEL)/Makefile.common
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 261 #define DebugExtractTaskLevelInterruptLevel( LEVEL ) \ argument 262 ( ( ( LEVEL ) & kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift ) 264 #define DebugExtractTaskLevelInterruptDepth( LEVEL ) \ argument 265 ( ( ( LEVEL ) & kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift ) 1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument 1210 #define dlogv( LEVEL, FORMAT, LIST ) argument 1220 #define dlogmem( LEVEL, PTR, SIZE ) \ argument 1221 …DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL… 1223 #define dlogmem( LEVEL, PTR, SIZE ) argument 1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument [all …]
|
/external/llvm/utils/unittest/UnitTestMain/ |
D | Makefile | 10 LEVEL = ../../.. macro 12 include $(LEVEL)/Makefile.config 32 include $(LEVEL)/Makefile.common
|
/external/llvm/runtime/ |
D | Makefile | 10 LEVEL = .. macro 11 include $(LEVEL)/Makefile.config 29 include $(LEVEL)/Makefile.common
|
/external/llvm/examples/ |
D | Makefile | 9 LEVEL=.. macro 11 include $(LEVEL)/Makefile.config 32 include $(LEVEL)/Makefile.common
|
/external/clang/test/Index/ |
D | complete-modules.m | 7 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s 8 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50) 9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50) 10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
|
/external/llvm/utils/unittest/googletest/ |
D | Makefile | 10 LEVEL := ../../.. macro 12 include $(LEVEL)/Makefile.config 41 include $(LEVEL)/Makefile.common
|
/external/llvm/runtime/libprofile/ |
D | Makefile | 10 LEVEL = ../.. macro 11 include $(LEVEL)/Makefile.config 21 include $(LEVEL)/Makefile.common
|
/external/iptables/iptables/ |
D | iptables-xml.c | 382 #define CLOSE_LEVEL(LEVEL) \ in do_rule_part() argument 384 if (level ## LEVEL) printf("</%s>\n", \ in do_rule_part() 385 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \ in do_rule_part() 386 level ## LEVEL=NULL;\ in do_rule_part() 389 #define OPEN_LEVEL(LEVEL,TAG) \ in do_rule_part() argument 391 level ## LEVEL=TAG;\ in do_rule_part() 392 if (leveltag ## LEVEL) {\ in do_rule_part() 393 printf("%s<%s ", (leveli ## LEVEL), \ in do_rule_part() 394 (leveltag ## LEVEL));\ in do_rule_part() 396 } else printf("%s<%s ", (leveli ## LEVEL), (level ## LEVEL)); \ in do_rule_part()
|
/external/valgrind/main/helgrind/tests/ |
D | t2t.c | 5 #define LEVEL 100 macro 11 static Level level[LEVEL]; 42 if (clo_level > LEVEL) { in doit() 43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL); in doit()
|
/external/llvm/projects/sample/lib/sample/ |
D | Makefile | 6 LEVEL=../.. macro 16 include $(LEVEL)/Makefile.common
|
/external/llvm/projects/sample/tools/ |
D | Makefile | 6 LEVEL=.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | Makefile | 9 LEVEL = ../../../.. macro 15 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | Makefile | 10 LEVEL = ../../.. macro 13 include $(LEVEL)/Makefile.common
|