Home
last modified time | relevance | path

Searched refs:FOOBAR (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-ml/
Dstruct.asm9 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 …]
Dstruct_alignment.asm20 FOOBAR STRUCT 8 type
24 FOOBAR ENDS
26 t2 FOOBAR <>
/external/llvm/test/FileCheck/
Dcheck-substring-multi-prefix-2.txt1 ; 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/
Dcheck-substring-multi-prefix-2.txt1 ; 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/
Dinst-ori.s12 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/
Dnull-deref.test9 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/
Ddisable-builtin.ll5 ; 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/
Dwarn-xor-as-pow.cpp9 #define FOOBAR(x, y) (x * y) macro
71 res = FOOBAR(2, 16); in test()
/external/llvm/lib/Fuzzer/test/
Dfuzzer.test18 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/
Dchain-macro.c8 FOOBAR
Dformat-strings.c10 #define LOG printf(FOOBAR "%f", __LINE__)
/external/llvm-project/clang/test/PCH/Inputs/
Dchain-macro1.h1 #define FOOBAR void f(); macro
/external/llvm-project/clang/test/PCH/
Dchain-macro.c8 FOOBAR
Dformat-strings.c10 #define LOG printf(FOOBAR "%f", __LINE__)
/external/clang/test/PCH/Inputs/
Dchain-macro1.h1 #define FOOBAR void f(); macro
/external/nanopb-c/tests/regression/issue_118/
Denumdef.proto7 FOOBAR = 1; enumerator
Denumuse.proto6 required MyEnum myenum = 1 [default = FOOBAR];
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_118/
Denumuse.proto6 required MyEnum myenum = 1 [default = FOOBAR];
Denumdef.proto7 FOOBAR = 1; enumerator
/external/compiler-rt/test/asan/TestCases/Linux/
Dcoverage-missing.cc57 #if defined(FOOBAR)
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dcoverage-missing.cpp67 #if defined(FOOBAR)
/external/antlr/runtime/JavaScript/tests/functional/
Dt039labels.g14 D: a='FOOBAR';
/external/antlr/runtime/Python/tests/
Dt039labels.g14 D: a='FOOBAR' { print $a };
/external/antlr/runtime/Python3/tests/
Dt039labels.g14 D: a='FOOBAR' { print($a) };
/external/antlr/runtime/Cpp/tests/
Dt039labels.g39 D: a='FOOBAR' { std::cout << $a << std::endl; };

12