Searched defs:foo2 (Results 1 - 25 of 82) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dweak-incomplete.c5 void (*foo2)(struct S) = foo1; variable
H A Dindirect-goto.c16 static int foo2(unsigned i) { function
30 return foo(3)+foo2(4);
H A Dsret2.c11 struct abc foo2(){} function
H A Dwhilestmt.c28 int foo2() { function
H A D2005-01-02-ConstantInits.c18 int foo2(int i) { function
H A D2008-03-05-syncPtr.c9 int foo2(int** a, int* b, int* c) { function
12 // CHECK-LABEL: define i32 @foo2
/external/clang/test/PCH/Inputs/
H A Dchain-selectors2.h9 void foo2() { function
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s487 foo2: label
488 mov r0, foo2
489 movw r0, foo2
H A Dthumb2-diagnostics.s74 foo2: label
75 mov r0, foo2
76 movw r0, foo2
77 movt r0, foo2
/external/chromium_org/v8/test/mjsunit/
H A Darguments-escape.js45 function foo2(x) { function
56 var baz2 = foo2(0.5);
H A Dmath-abs.js116 function foo2() { function
119 assertEquals(1, foo2());
120 assertEquals(1, foo2());
121 %OptimizeFunctionOnNextCall(foo2);
122 assertEquals(1, foo2());
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dexport.asm2 export foo2
3 global foo2
5 foo2: label
/external/chromium_org/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/clang/test/CodeGenCXX/
H A Dlambda-expressions-inside-auto-functions.cpp19 auto foo2() { function in namespace:non_inline_function
23 auto use = foo2<int>();
H A D2004-09-27-DidntEmitTemplate.cpp19 bool foo2(basic_string &X) { function
H A D2010-06-22-BitfieldInit.cpp11 TEST2 foo2; member in struct:_TEST3
/external/clang/test/Preprocessor/
H A Dc90.c8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
H A Dtraditional-cpp.c59 #define foo2 bar macro
60 foo2!
62 * CHECK-NOT: {{^}} #define foo2 bar{{$}}
63 * CHECK-NOT: {{^}}foo2!{{$}}
/external/llvm/test/MC/ELF/
H A Dalias-reloc.s14 .weak foo2
15 foo2: label
17 .set bar2,foo2
/external/llvm/test/Object/Inputs/
H A Delfver.S23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label
/external/chromium_org/v8/test/webkit/
H A Ddfg-constant-fold-logical-not-branch.js35 function foo2(o) { function
52 shouldBe("foo2(new Stuff())", "58");
/external/clang/test/Index/skip-parsed-bodies/
H A Dt.h24 static inline int foo2() { function
/external/clang/test/Parser/
H A Dbad-control.c7 void foo2() { function
/external/clang/test/Sema/
H A Dconvertvector.c10 float foo2(vector4double x) { function
/external/clang/test/SemaTemplate/
H A Dlookup-dependent-bases.cpp6 static void foo2() { } function in class:C
18 D::foo2();

Completed in 393 milliseconds

1234