HomeSort by relevance Sort by last modified time
    Searched defs:foo2 (Results 1 - 25 of 81) 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);
sret2.c 9 struct abc foo2(){} function
2008-03-05-syncPtr.c 9 int foo2(int** a, int* b, int* c) { function
12 // CHECK: define i32 @foo2
whilestmt.c 28 int foo2() { function
  /external/clang/test/PCH/Inputs/
chain-selectors2.h 7 void foo2() { function
  /ndk/tests/build/topological-sort/jni/
foo2.c 3 int foo2(int x) { function
  /ndk/tests/device/whole-static-libs/jni/
foo2.c 5 int foo2(int x) function
  /external/clang/test/Parser/
bad-control.c 7 void foo2() { function
  /ndk/tests/build/cpp-extensions/jni/
foo2.cp 5 int foo2(int x) { function in namespace:cpp
  /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/v8/test/mjsunit/
arguments-escape.js 45 function foo2(x) { function
56 var baz2 = foo2(0.5);
  /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/clang/test/Preprocessor/
c90.c 8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */ macro
traditional-cpp.c 57 #define foo2 bar macro
58 foo2!
60 * CHECK-NOT: {{^}} #define foo2 bar{{$}}
61 * CHECK-NOT: {{^}}foo2!{{$}}
  /external/llvm/test/MC/ELF/
alias-reloc.s 14 .weak foo2
15 foo2: label
17 .set bar2,foo2
alias.s 6 .globl foo2
7 foo2 = bar2 define
18 .long foo2
  /external/llvm/test/Object/Inputs/
elfver.S 23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label
  /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/CodeGenCXX/
2004-09-27-DidntEmitTemplate.cpp 19 bool foo2(basic_string &X) { function
  /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();
  /external/chromium/testing/gmock/test/
gmock_leak_test_.cc 86 MockFoo* foo2 = new MockFoo; local
89 EXPECT_CALL(*foo2, DoThis());
90 foo2->DoThis();
93 // foo2.

Completed in 1091 milliseconds

1 2 3 4