HomeSort by relevance Sort by last modified time
    Searched defs:foo2 (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
weak-incomplete.c 5 void (*foo2)(struct S) = foo1; variable
asm-variable.c 29 unsigned long long foo2(unsigned long long addr, double a0, function
indirect-goto.c 16 static int foo2(unsigned i) { function
30 return foo(3)+foo2(4);
2008-03-05-syncPtr.c 9 int foo2(int** a, int* b, int* c) { function
12 // CHECK-LABEL: define i32 @foo2
sret2.c 11 struct abc foo2(){} function
whilestmt.c 28 int foo2() { function
2005-01-02-ConstantInits.c 18 int foo2(int i) { function
  /external/clang/test/PCH/Inputs/
chain-selectors2.h 9 void foo2() { function
  /external/llvm/test/MC/ARM/
diagnostics.s 487 foo2: label
488 mov r0, foo2
489 movw r0, foo2
thumb2-diagnostics.s 74 foo2: label
75 mov r0, foo2
76 movw r0, foo2
77 movt r0, foo2
  /external/chromium_org/v8/test/mjsunit/
arguments-escape.js 45 function foo2(x) { function
56 var baz2 = foo2(0.5);
math-abs.js 116 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/
export.asm 2 export foo2
3 global foo2
5 foo2: label
  /external/chromium_org/v8/test/mjsunit/lithium/
MulI.js 63 function foo2(value) { function
67 foo2(-2147483600);
68 foo2(-2147483600);
69 %OptimizeFunctionOnNextCall(foo2);
70 assertEquals(2147483648, foo2(-2147483648));
  /external/clang/test/CodeGenCXX/
lambda-expressions-inside-auto-functions.cpp 19 auto foo2() { function in namespace:non_inline_function
23 auto use = foo2<int>();
2004-09-27-DidntEmitTemplate.cpp 19 bool foo2(basic_string &X) { function
  /external/clang/test/Preprocessor/
c90.c 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
traditional-cpp.c 59 #define foo2 bar macro
60 foo2!
62 * CHECK-NOT: {{^}} #define foo2 bar{{$}}
63 * CHECK-NOT: {{^}}foo2!{{$}}
  /external/llvm/test/MC/ELF/
alias-reloc.s 14 .weak foo2
15 foo2: label
17 .set bar2,foo2
  /external/llvm/test/Object/Inputs/
elfver.S 23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label
  /external/clang/test/Parser/
bad-control.c 7 void foo2() { function
  /external/clang/test/Sema/
convertvector.c 10 float foo2(vector4double x) { function
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-logical-not-branch.js 35 function foo2(o) { function
52 shouldBe("foo2(new Stuff())", "58");
  /external/clang/test/Index/skip-parsed-bodies/
t.h 24 static inline int foo2() { function
  /external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp 6 static void foo2() { } function in class:C
18 D::foo2();

Completed in 2002 milliseconds

1 2 3 4