Searched defs:foo1 (Results 1 - 25 of 30) 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 Dalias.c17 // RUN: grep 'define internal i32 @foo1()' %t
18 static inline int foo1() { return 0; } function
19 int foo() __attribute__((alias("foo1")));
H A Dmips64-nontrivial-return.cpp15 D foo1(void) { function
H A Dwhilestmt.c15 int foo1() { function
H A Dmips64-class-return.cpp28 D0 foo1(void) { function
H A Dmips64-padding-arg.c10 // CHECK: 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)
16 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { function
H A Darm-aapcs-zerolength-bitfield.c133 char foo1; member in struct:t14
188 char foo1; member in struct:t19
210 int foo1 : 1; member in struct:t21
/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/clang/test/SemaCXX/
H A Dcompound-literal.cpp6 void foo1() { function in namespace:PR7905
H A Dbuiltin-ptrtomember-overload-1.cpp37 void foo1(C1 c1, int A::* pmf) { function
42 void foo1(C1 c1, int E::* pmf) { function
/external/clang/test/FixIt/
H A Dfixit-pmem.cpp21 void foo1(int (S::*ps)(), S s, S* p) function
H A Dfixit.cpp165 void foo1() const {} // expected-error {{non-member function cannot have 'const' qualifier}} 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/Analysis/
H A Diterators.cpp8 void foo1() function
H A Dnullptr.cpp4 void foo1(void) { function
/external/clang/test/Sema/
H A Ddllimport-dllexport.c4 inline void __attribute__((dllexport)) foo1(){} // expected-warning{{dllexport attribute ignored}} function
H A Dmissing-field-initializers.c8 struct Foo foo1 = { .a = 1 }; // designator avoids MFI warning variable in typeref:struct:Foo
H A Dflexible-array-init.c74 struct PR8217a foo1 = { .i = 0, .v = "foo" }; // expected-error {{initialization of flexible array member is not allowed}} local
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js32 function foo1(x, y, z) { function
51 var foob1 = foo1.bind({}, 1);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp20 void foo1() { function
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp43 "define i32 @foo1() { "
48 FooF1 = M1->getFunction("foo1");
150 Function *F1 = EE1->FindFunctionNamed("foo1");
151 void *foo1 = EE1->getPointerToFunction(F1); local
157 EXPECT_EQ(getPointerToNamedFunction("foo1"), foo1);
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js34 var foo1 = {
71 assertEquals(7, foo1.bar);

Completed in 967 milliseconds

12