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

12345

/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.c11 struct abc foo2(){} function
H A Dweak-incomplete.c5 void (*foo2)(struct S) = foo1; variable
H A Dsret.c12 struct abc foo2();
16 struct abc dummy2 = foo2();
H A Ddebug-info.c37 struct foo2 { struct
41 struct foo2 foo2; variable in typeref:struct:foo2
/external/clang/test/SemaTemplate/
H A Dlookup-dependent-bases.cpp5 static void foo2() {} function in struct:basic::C
15 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'B' is a Microsoft extension}}
25 struct D { static void foo2(); };
31 D::foo2(); // expected-error {{use of undeclared identifier 'D'}}
43 struct D { static void foo2(); };
49 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'C' is a Microsoft extension}}
/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'}}
/external/clang/test/Preprocessor/
H A Dc90.c8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
/external/llvm/test/MC/ELF/
H A Dset.s24 .quad foo2
25 .set foo2,bar2
H A Dalias-reloc.s14 .weak foo2
15 foo2: label
17 .set bar2,foo2
H A Dalias.s6 .globl foo2
7 foo2 = bar2 define
21 .long foo2
/external/v8/test/mjsunit/regress/
H A Dcompare-map-elim1.js36 return this.x + this.z + foo2(this);
39 function foo2(o) { function
52 %ClearFunctionTypeFeedback(foo2);
53 foo2(o2);
54 foo2(o2);
55 foo2(o3);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dnull_deref_multiple_dlls.cc16 __declspec(dllimport) void foo2();
20 foo2();
32 __declspec(dllexport) void foo2() { function
34 // CHECK: {{ #1 0x.* in foo2.*null_deref_multiple_dlls.cc:}}[[@LINE-1]]
/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.h9 void foo2() { function
/external/clang/test/Driver/
H A Dat_file.c22 foo2
/external/v8/test/mjsunit/lithium/
H A DMulI.js63 function foo2(value) { function
67 foo2(-2147483600);
68 foo2(-2147483600);
69 %OptimizeFunctionOnNextCall(foo2);
70 assertEquals(2147483648, foo2(-2147483648));
/external/google-breakpad/src/testing/test/
H A Dgmock_leak_test_.cc86 MockFoo* foo2 = new MockFoo; local
89 EXPECT_CALL(*foo2, DoThis());
90 foo2->DoThis();
93 // foo2.
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke_no_variadics.pass.cpp23 int foo2(int, int) { return 42; } function
37 std::function<int(int, int)> f(&foo2);
53 std::function<void(int, int)> f(&foo2);
/external/lldb/test/expression_command/formatters/
H A Dmain.cpp35 foo foo2(121);
37 foo2.a = 7777; // Stop here
38 *(foo2.b.i_ptr) = 8888;
39 foo2.b.b.h = 9999;
/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 579 milliseconds

12345