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

123456

/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 Dattr-func-def.c3 // CHECK: define i32 @foo2(i32 %a) [[ATTRS2:#[0-9]+]] {
8 int foo2(int a) { function
/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/Index/
H A Dsymbol-visibility.c4 __attribute__ ((visibility ("hidden"))) void foo2();
7 // CHECK: FunctionDecl=foo2:4:46visibility=Hidden
/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/clang/test/SemaCXX/
H A Dattr-disable-tail-calls.cpp7 [[clang::disable_tail_calls]] int foo2() { return 2; } function in class:B
H A Dattr-notail.cpp6 virtual int foo2();
14 [[clang::not_tail_called]] int foo2() override; // expected-error {{'not_tail_called' attribute cannot be applied to virtual functions}}
/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/v8/test/mjsunit/
H A Densure-growing-store-learns.js52 function foo2(a, i) { function
57 foo2(a, 10);
58 foo2(a, 12);
59 foo2(a, 31);
60 %OptimizeFunctionOnNextCall(foo2);
61 foo2(a, 40);
64 if (4 != %GetOptimizationStatus(foo2)) {
65 assertOptimized(foo2);
74 foo2(a, i);
77 // Verify that we are over 1 page in size, and foo2 remain
[all...]
/external/v8/test/mjsunit/asm/
H A Duint32-less-than-shift.js19 function foo2(i1) {
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
47 assertEquals(1, m.foo2(i));
53 assertEquals(1, m.foo2(i));
59 assertEquals(0, m.foo2(i));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-missing.cc52 void foo2();
59 void foo2() { fprintf(stderr, "foo2\n"); } function
73 foo2();
/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);
/external/clang/test/PCH/Inputs/
H A Dchain-selectors2.h9 void foo2() { function
/external/clang/test/Driver/
H A Dat_file.c22 foo2

Completed in 1004 milliseconds

123456