Searched refs:foo2 (Results 1 - 25 of 90) sorted by relevance

1234

/external/clang/test/Parser/
H A Dbad-control.c7 void foo2() { function
H A Dasm.cpp4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
H A Dnested-namespaces-recovery.cpp6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}}
11 return foo1::foo2::foo3::foo(x);
H A DDelayedTemplateParsing.cpp8 void foo2();
27 void A<T>::foo2() { function in class:A
37 template void A<int>::foo2();
/external/clang/test/Sema/
H A Dimplicit-cast-dump.c4 void foo2(void* const);
13 foo2(0);
/external/clang/test/CodeGen/
H A Dmips-byval-arg.c8 extern void foo2(S0);
14 foo2(a0);
H A Dsret2.c9 struct abc foo2(){} function
H A Dweak-incomplete.c5 void (*foo2)(struct S) = foo1; variable
H A Dsret.c10 struct abc foo2();
14 struct abc dummy2 = foo2();
H A Ddebug-info.c37 struct foo2 { struct
41 struct foo2 foo2; variable in typeref:struct:foo2
H A Ddllimport-dllexport.c6 void __attribute__((dllexport)) foo2();
/external/llvm/test/MC/ELF/
H A Dalias.s6 .globl foo2
7 foo2 = bar2 define
18 .long foo2
H A Dset.s23 .quad foo2
24 .set foo2,bar2
H A Dalias-reloc.s14 .weak foo2
15 foo2: label
17 .set bar2,foo2
/external/clang/test/SemaTemplate/
H A Dlookup-dependent-bases.cpp6 static void foo2() { } function in class:C
18 D::foo2();
/external/clang/test/Preprocessor/
H A Dc90.c8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
H A Dtraditional-cpp.c57 #define foo2 bar macro
58 foo2!
60 * CHECK-NOT: {{^}} #define foo2 bar{{$}}
61 * CHECK-NOT: {{^}}foo2!{{$}}
/external/clang/test/SemaCXX/
H A Dcompound-literal.cpp11 void foo2() { function in namespace:PR7905
/external/clang/test/CodeGenCXX/
H A D2010-06-22-BitfieldInit.cpp11 TEST2 foo2; member in struct:_TEST3
H A Dfastcall.cpp15 void __attribute__((fastcall)) foo2(S1 a, int b);
19 foo2(a, b);
H A D2004-09-27-DidntEmitTemplate.cpp19 bool foo2(basic_string &X) { function
/external/clang/test/PCH/Inputs/
H A Dchain-selectors2.h7 void foo2() { function
/external/clang/test/Driver/
H A Dat_file.c18 foo2
/external/chromium/testing/gmock/test/
H A Dgmock_leak_test_.cc86 MockFoo* foo2 = new MockFoo; local
89 EXPECT_CALL(*foo2, DoThis());
90 foo2->DoThis();
93 // foo2.
/external/llvm/test/Object/Inputs/
H A Delfver.S23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label

Completed in 450 milliseconds

1234