/external/clang/test/Parser/ |
H A D | bad-control.c | 7 void foo2() { function
|
H A D | asm.cpp | 4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
|
H A D | nested-namespaces-recovery.cpp | 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}} 11 return foo1::foo2::foo3::foo(x);
|
H A D | DelayedTemplateParsing.cpp | 8 void foo2(); 27 void A<T>::foo2() { function in class:A 37 template void A<int>::foo2();
|
/external/clang/test/CodeGen/ |
H A D | mips-byval-arg.c | 8 extern void foo2(S0); 14 foo2(a0);
|
H A D | sret2.c | 9 struct abc foo2(){} function
|
H A D | weak-incomplete.c | 5 void (*foo2)(struct S) = foo1; variable
|
H A D | sret.c | 10 struct abc foo2(); 14 struct abc dummy2 = foo2();
|
H A D | debug-info.c | 38 struct foo2 { struct 42 struct foo2 foo2; variable in typeref:struct:foo2
|
H A D | dllimport-dllexport.c | 6 void __attribute__((dllexport)) foo2();
|
H A D | mips64-padding-arg.c | 11 // CHECK: tail call void @foo2(i32 1, i32 2, i32 %a0, i64 undef, double %a1.coerce0, i64 %a1.coerce1, i64 %a1.coerce2, i64 %a1.coerce3, double %a2.coerce0, i64 %a2.coerce1, i64 %a2.coerce2, i64 %a2.coerce3, i32 3, i64 undef, double %a3.coerce0, i64 %a3.coerce1, i64 %a3.coerce2, i64 %a3.coerce3) 12 // CHECK: declare void @foo2(i32, i32, i32, i64, double, i64, i64, i64, double, i64, i64, i64, i32, i64, double, i64, i64, i64) 14 extern void foo2(int, int, int, S0, S0, int, S0); 17 foo2(1, 2, a0, a1, a2, 3, a3);
|
H A D | indirect-goto.c | 16 static int foo2(unsigned i) { function 30 return foo(3)+foo2(4);
|
/external/llvm/test/MC/ELF/ |
H A D | alias.s | 6 .globl foo2 7 foo2 = bar2 define 18 .long foo2
|
H A D | set.s | 23 .quad foo2 24 .set foo2,bar2
|
H A D | alias-reloc.s | 14 .weak foo2 15 foo2: label 17 .set bar2,foo2
|
/external/clang/test/SemaTemplate/ |
H A D | lookup-dependent-bases.cpp | 5 static void foo2() { } function in class:C 17 D::foo2();
|
/external/clang/test/Preprocessor/ |
H A D | c90.c | 7 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
|
/external/clang/test/SemaCXX/ |
H A D | compound-literal.cpp | 11 void foo2() { function in namespace:PR7905
|
/external/clang/test/CodeGenCXX/ |
H A D | 2010-06-22-BitfieldInit.cpp | 11 TEST2 foo2; member in struct:_TEST3
|
H A D | 2004-09-27-DidntEmitTemplate.cpp | 19 bool foo2(basic_string &X) { function
|
/external/clang/test/PCH/Inputs/ |
H A D | chain-selectors2.h | 7 void foo2() { function
|
/external/clang/test/Driver/ |
H A D | at_file.c | 18 foo2
|
/external/chromium/testing/gmock/test/ |
H A D | gmock_leak_test_.cc | 86 MockFoo* foo2 = new MockFoo; local 89 EXPECT_CALL(*foo2, DoThis()); 90 foo2->DoThis(); 93 // foo2.
|
/external/llvm/test/Object/Inputs/ |
H A D | elfver.S | 23 .symver foo2, foo@@VER2 24 .globl foo2 25 .type foo2, @function 26 foo2: label
|
/external/compiler-rt/lib/tsan/output_tests/ |
H A D | simple_stack2.cc | 18 void __attribute__((noinline)) foo2() { function 28 foo2(); 50 // CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack2.cc:19{{(:28)?}} ({{.*}})
|