Searched defs:foo1 (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/CodeGen/
H A Ddllimport-dllexport.c3 void __attribute__((dllimport)) foo1();
4 void __attribute__((dllexport)) foo1(){} function
5 // CHECK: define dllexport void @foo1
H A Dmips-byval-arg.c10 // 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
H A Dmips64-nontrivial-return.cpp15 D foo1(void) { function
H A Dwhilestmt.c15 int foo1() { function
H A Dalias.c21 static inline int foo1() { return 0; } function
22 // CHECKBASIC: define internal i32 @foo1()
23 int foo() __attribute__((alias("foo1")));
H A Dmips64-class-return.cpp28 D0 foo1(void) { function
H A Dmips64-padding-arg.c11 // 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
/external/clang/test/PCH/Inputs/
H A Dchain-selectors1.h8 void foo1() { function
/external/clang/test/CXX/temp/temp.param/
H A Dp9.cpp8 void foo1(T) { } function
/external/llvm/test/Object/Inputs/
H A Delfver.S17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-320948.js33 function foo1(s, arg1, arg2) { function
36 foo1(one_byte, 0, 0);
37 assertThrows("{ foo1(4, 0, 0); }");
38 assertThrows("{ foo1(one_byte, new Object(), 0); }");
39 assertThrows("{ foo1(one_byte, 0, new Object()); }");
40 assertThrows("{ foo1(one_byte, 100000, 100; }");
41 assertThrows("{ foo1(one_byte, -1, 100; }");
H A Dregress-1229.js32 function foo1(x, y, z) { function
51 var foob1 = foo1.bind({}, 1);
/external/chromium_org/v8/test/webkit/
H A Ddfg-constant-fold-logical-not-branch.js28 function foo1(o) { function
51 shouldBe("foo1(new Stuff())", "43");
/external/clang/test/FixIt/
H A Dfixit-pmem.cpp21 void foo1(int (S::*ps)(), S s, S* p) function
/external/clang/test/Index/skip-parsed-bodies/
H A Dt.h18 static inline int foo1() { function
/external/chromium/testing/gmock/test/
H A Dgmock_leak_test_.cc85 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
H A Dgmock_output_test_.cc254 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/
H A Dcrash-invalid-array.c21 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
H A Ddllimport-dllexport.c4 inline void __attribute__((dllexport)) foo1(){} // expected-warning{{dllexport attribute ignored}} function
/external/clang/test/SemaCXX/
H A Dbuiltin-ptrtomember-overload-1.cpp37 void foo1(C1 c1, int A::* pmf) { function
42 void foo1(C1 c1, int E::* pmf) { function
H A Dcompound-literal.cpp10 void foo1() { function in namespace:PR7905
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsimple_stack.c8 void __attribute__((noinline)) foo1() { function
14 foo1();
52 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack.c:9{{(:3)?}} ({{.*}})
H A Dsimple_stack2.cc8 void __attribute__((noinline)) foo1() { function
16 foo1();
47 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:9{{(:3)?}} ({{.*}})
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js32 function foo1(x, y, z) { function
51 var foob1 = foo1.bind({}, 1);
/external/chromium_org/ui/base/models/
H A Dtree_node_model_unittest.cc65 // +-- foo1
159 // +-- foo1
170 TestNode* foo1 = new TestNode; local
171 child1->Add(foo1, 0);
176 EXPECT_EQ(-1, root.GetIndexOf(foo1));
181 EXPECT_EQ(0, child1->GetIndexOf(foo1));
186 EXPECT_EQ(-1, child2->GetIndexOf(foo1));
193 // +-- foo1
203 TestNode* foo1 = new TestNode; local
204 child1->Add(foo1,
256 TestNode* foo1 = new TestNode; local
[all...]

Completed in 1290 milliseconds

12