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

1 2

  /external/clang/test/CodeGen/
dllimport-dllexport.c 3 void __attribute__((dllimport)) foo1();
4 void __attribute__((dllexport)) foo1(){} function
5 // CHECK: define dllexport void @foo1
mips-byval-arg.c 10 // O32: define void @foo1(i32 %a0.coerce0, i32 %a0.coerce1, i32 %a0.coerce2)
11 // N64: define void @foo1(i64 %a0.coerce0, i32 %a0.coerce1)
13 void foo1(S0 a0) { function
mips64-nontrivial-return.cpp 15 D foo1(void) { function
mips64-padding-arg.c 11 // N64: define void @foo1(i32 %a0, i64, double %a1.coerce0, i64 %a1.coerce1, i64 %a1.coerce2, i64 %a1.coerce3, double %a2.coerce0, i64 %a2.coerce1, i64 %a2.coerce2, i64 %a2.coerce3, i32 %b, i64, double %a3.coerce0, i64 %a3.coerce1, i64 %a3.coerce2, i64 %a3.coerce3)
17 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { function
whilestmt.c 15 int foo1() { function
alias.c 21 static inline int foo1() { return 0; } function
22 // CHECKBASIC: define internal i32 @foo1()
23 int foo() __attribute__((alias("foo1")));
mips64-class-return.cpp 28 D0 foo1(void) { function
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function
  /ndk/tests/build/cpp-extensions/jni/
foo1.cc 3 extern int foo1(int x) { function in namespace:cpp
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 8 void foo1(T) { } function
  /external/clang/test/FixIt/
fixit-pmem.cpp 21 void foo1(int (S::*ps)(), S s, S* p) function
  /external/llvm/test/Object/Inputs/
elfver.S 17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-logical-not-branch.js 28 function foo1(o) { function
51 shouldBe("foo1(new Stuff())", "43");
  /external/clang/test/Index/skip-parsed-bodies/
t.h 18 static inline int foo1() { function
  /external/chromium/testing/gmock/test/
gmock_leak_test_.cc 85 MockFoo* foo1 = new MockFoo; local
88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
92 // In order to test the leak detector, we deliberately leak foo1 and
gmock_output_test_.cc 254 MockFoo* foo1 = new MockFoo; local
257 // Invokes ON_CALL on foo1.
258 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
267 // Both foo1 and foo2 are deliberately leaked.
  /external/clang/test/Sema/
crash-invalid-array.c 21 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
dllimport-dllexport.c 4 inline void __attribute__((dllexport)) foo1(){} // expected-warning{{dllexport attribute ignored}} function
  /external/compiler-rt/lib/tsan/lit_tests/
simple_stack2.cc 8 void __attribute__((noinline)) foo1() { function
16 foo1();
47 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:9{{(:3)?}} ({{.*}})
simple_stack.c 8 void __attribute__((noinline)) foo1() { function
14 foo1();
52 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack.c:9{{(:3)?}} ({{.*}})
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1229.js 32 function foo1(x, y, z) { function
51 var foob1 = foo1.bind({}, 1);
  /external/clang/test/SemaCXX/
builtin-ptrtomember-overload-1.cpp 37 void foo1(C1 c1, int A::* pmf) { function
42 void foo1(C1 c1, int E::* pmf) { function
compound-literal.cpp 10 void foo1() { function in namespace:PR7905
  /external/v8/test/mjsunit/regress/
regress-1229.js 32 function foo1(x, y, z) { function
51 var foob1 = foo1.bind({}, 1);
  /sdk/emulator/qtools/tests/gtrace/
test.c 3 int foo1();
24 foo1();
36 foo1();
40 foo1();
45 foo1();
50 foo1();
55 foo1();
60 foo1();
65 foo1();
70 foo1();
110 int foo1() function
    [all...]

Completed in 554 milliseconds

1 2