| /external/compiler-rt/test/asan/TestCases/Darwin/ |
| unset-insert-libraries-on-exec.cc | 24 void foo() {} function
|
| /external/compiler-rt/test/asan/TestCases/Windows/ |
| global_const_string.cc | 8 static const char *foo = "foobarspam"; local 9 printf("Global string is `%s`\n", foo);
|
| global_const_string_oob.cc | 7 extern "C" const char *foo = "foobarspam"; variable 10 if (foo[16])
|
| /external/compiler-rt/test/profile/Inputs/ |
| instrprof-dynamic-main.cpp | 2 void foo(int K) { if (K) {} } function 4 foo(5);
|
| /external/compiler-rt/test/profile/ |
| instrprof-reset-counters.c | 7 void foo(int); 9 foo(0); 11 foo(1); 14 void foo(int N) { function 15 // CHECK-LABEL: define void @foo( 16 // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]] 19 // CHECK: ![[FOO]] = metadata !{metadata !"branch_weights", i32 2, i32 1}
|
| /external/libcxx/test/numerics/complex.number/complex.literals/ |
| literals1.fail.cpp | 16 std::complex<float> foo = 1.0if; // should fail w/conversion operator not found local
|
| /external/libcxx/test/strings/basic.string.literals/ |
| literal2.fail.cpp | 16 std::string foo = ""s; // should fail w/conversion operator not found local
|
| /external/lldb/test/expression_command/persistent_types/ |
| main.c | 12 const char* foo = "Hello world"; local
|
| /external/lldb/test/expression_command/radar_9531204/ |
| main.c | 11 // breakpoint set -n foo 14 int foo (int value) function 22 foo (argc);
|
| /external/lldb/test/lang/cpp/rvalue-references/ |
| main.cpp | 3 void foo (int &&i) function 10 foo(3);
|
| /external/llvm/test/DebugInfo/Inputs/ |
| dwarfdump-line-dwo.cc | 1 struct foo { struct 4 foo f;
|
| /external/llvm/test/MC/AArch64/ |
| arm64-arm64-fixup.s | 3 foo: label
|
| arm64-branch-encoding.s | 3 foo: label 93 cbz w1, foo 95 cbz x1, foo 97 cbnz w2, foo 99 cbnz x2, foo 113 tbz x1, #3, foo 115 tbnz x1, #63, foo 118 tbz w1, #3, foo 120 tbnz w1, #31, foo
|
| /external/llvm/test/MC/ARM/ |
| elf-thumbfunc.s | 6 .globl foo 10 .type foo,%function 11 foo: label 15 bar = foo 17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value) 26 @CHECK: Name: foo
|
| /external/llvm/test/MC/AsmParser/ |
| labels.s | 15 foo: label
|
| /external/llvm/test/MC/COFF/ |
| section-comdat-conflict.s | 11 .global foo 12 foo: label
|
| /external/llvm/test/MC/ELF/ |
| bad-expr2.s | 5 // CHECK: call foo - bar 8 call foo - bar 9 .section .foo 10 foo: label
|
| bad-expr3.s | 6 .long foo - bar 8 foo: label
|
| merge.s | 10 jmp foo@PLT 11 movq foo@GOTPCREL, %rax 21 foo: label 28 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_PLT32 foo 0x{{[^ ]+}} 29 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_GOTPCREL foo 0x{{[^ ]+}}
|
| relax.s | 6 .globl foo 7 foo: label 8 .set zed,foo 11 jmp foo 33 // CHECK: Name: foo (5)
|
| section.s | 99 foo: label 101 .section .text.foo,"axG",@progbits,foo,comdat 141 .section bar-"foo" 142 .section "foo" 145 // CHECK: Name: bar-"foo" (181) 147 // CHECK: Name: foo (52)
|
| weak-relocation.s | 5 .weak foo 6 foo: label 8 call foo 12 // CHECK-NEXT: 0x1 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC
|
| /external/llvm/test/MC/Sparc/ |
| sparc-pic.s | 14 .globl foo 16 .type foo,@function 17 foo: label 39 .size foo, .Ltmp7-foo
|
| /external/mesa3d/src/glsl/glcpp/tests/ |
| 002-define-chain.c | 1 #define foo 1 macro 2 #define bar foo
|
| 003-define-chain-reverse.c | 1 #define bar foo 2 #define foo 1 macro
|