/external/llvm-project/llvm/test/tools/llvm-ml/ |
D | struct.asm | 9 FOOBAR struct 2 type 49 t2 FOOBAR <"gh",,<10,11>,<12>,'ijk'> 91 mov al, j.FOOBAR.f.h 99 mov al, [ebx].FOOBAR.f.h 100 mov al, [ebx.FOOBAR].f.h 101 mov al, [ebx.FOOBAR.f.h] 109 mov al, t2.FOOBAR.f.h 110 mov al, [t2].FOOBAR.f.h 111 mov al, [t2.FOOBAR].f.h 112 mov al, [t2.FOOBAR.f.h] [all …]
|
D | struct_alignment.asm | 20 FOOBAR STRUCT 8 type 24 FOOBAR ENDS 26 t2 FOOBAR <>
|
/external/llvm/test/FileCheck/ |
D | check-substring-multi-prefix-2.txt | 1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s 2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s 3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s 9 FOOBAR 10 FOOBAR: this is the {{match}}
|
/external/llvm-project/llvm/test/FileCheck/ |
D | check-substring-multi-prefix-2.txt | 1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s -all… 2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s -all… 3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s -all… 9 FOOBAR 10 FOOBAR: this is the {{match}}
|
/external/llvm-project/llvm/test/MC/AVR/ |
D | inst-ori.s | 12 ori r16, FOOBAR 19 ; CHECK: ori r16, FOOBAR ; encoding: [A,0x60] 20 ; CHECK: ; fixup A - offset: 0, value: FOOBAR, kind: fixup_ldi
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | null-deref.test | 9 RUN: not %run %t-NullDerefTest -artifact_prefix=ZZZ -exact_artifact_path=FOOBAR 2>&1 | FileCheck %… 10 NullDerefTestExactPath: Test unit written to FOOBAR
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | disable-builtin.ll | 5 ; RUN: not opt < %s -instcombine -disable-builtin foobar -S 2>&1 | FileCheck --check-prefix=FOOBAR … 6 ; FOOBAR: cannot disable nonexistent builtin function foobar
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-xor-as-pow.cpp | 9 #define FOOBAR(x, y) (x * y) macro 71 res = FOOBAR(2, 16); in test()
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer.test | 18 RUN: not LLVMFuzzer-NullDerefTest -artifact_prefix=ZZZ -exact_artifact_path=FOOBAR 2>&1 | FileChec… 19 NullDerefTestExactPath: Test unit written to FOOBAR
|
/external/clang/test/PCH/ |
D | chain-macro.c | 8 FOOBAR
|
D | format-strings.c | 10 #define LOG printf(FOOBAR "%f", __LINE__)
|
/external/llvm-project/clang/test/PCH/Inputs/ |
D | chain-macro1.h | 1 #define FOOBAR void f(); macro
|
/external/llvm-project/clang/test/PCH/ |
D | chain-macro.c | 8 FOOBAR
|
D | format-strings.c | 10 #define LOG printf(FOOBAR "%f", __LINE__)
|
/external/clang/test/PCH/Inputs/ |
D | chain-macro1.h | 1 #define FOOBAR void f(); macro
|
/external/nanopb-c/tests/regression/issue_118/ |
D | enumdef.proto | 7 FOOBAR = 1; enumerator
|
D | enumuse.proto | 6 required MyEnum myenum = 1 [default = FOOBAR];
|
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_118/ |
D | enumuse.proto | 6 required MyEnum myenum = 1 [default = FOOBAR];
|
D | enumdef.proto | 7 FOOBAR = 1; enumerator
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | coverage-missing.cc | 57 #if defined(FOOBAR)
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | coverage-missing.cpp | 67 #if defined(FOOBAR)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t039labels.g | 14 D: a='FOOBAR';
|
/external/antlr/runtime/Python/tests/ |
D | t039labels.g | 14 D: a='FOOBAR' { print $a };
|
/external/antlr/runtime/Python3/tests/ |
D | t039labels.g | 14 D: a='FOOBAR' { print($a) };
|
/external/antlr/runtime/Cpp/tests/ |
D | t039labels.g | 39 D: a='FOOBAR' { std::cout << $a << std::endl; };
|