Searched refs:foo2 (Results 51 - 75 of 90) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c137 char foo2 : 1; member in struct:t14
191 long foo2 : 1; member in struct:t19
214 int foo2 : 16; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c141 char foo2 : 1; member in struct:t14
195 long foo2 : 1; member in struct:t19
218 int foo2 : 16; member in struct:t21
H A Dswitch.c19 int foo2(int i) { function
H A Dstdcall-fastcall.c62 void __attribute__((fastcall)) foo2(struct S1 y);
65 // CHECK: call x86_fastcallcc void @foo2(i32 inreg undef, i32 %
66 foo2(y);
H A Dasm-variable.c29 unsigned long long foo2(unsigned long long addr, double a0, function
H A Dpragma-weak.c14 // CHECK: @foo2 = alias weak void ()* @__foo2
49 #pragma weak foo2 = __foo2 macro
/external/clang/test/Analysis/
H A Dnullptr.cpp10 void foo2(void) { function
H A Dunix-fns.c148 char *foo2 = __builtin_alloca(0); // expected-warning{{Call to 'alloca' has an allocation size of 0 bytes}} local
150 foo2[i] = 0;
154 char *foo2 = __builtin_alloca(sz); // no-warning local
156 foo2[i] = 0;
/external/clang/test/Index/
H A Dindex-refs.cpp29 void foo2(S &s) { function
90 // CHECK: [indexDeclaration]: kind: function | name: foo2
/external/clang/test/Sema/
H A Ddllimport-dllexport.c5 inline void __attribute__((dllimport)) foo2(){} // expected-warning{{dllimport attribute ignored}} function
H A Dvector-init.c8 float4 foo2 = (float4){ 1.0, 2.0, 3.0, 4.0 , 5.0 }; // expected-warning{{excess elements in vector initializer}} variable
H A Dflexible-array-init.c75 struct PR8217a foo2 = { .i = 0 }; local
H A Dself-comparison.c7 int foo2(int x) { function
H A Dblock-return.c49 CL2 foo2() {
H A Dattr-format.c68 foo2(const char *fmt, va_list va) { function
/external/clang/test/SemaCXX/
H A Dcxx11-crashes.cpp33 S4 foo2() { function in namespace:rdar12240916
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java13 public void foo2(@DottedClassName String foo) { method in class:Test
/external/chromium/testing/gmock/test/
H A Dgmock_output_test_.cc255 MockFoo* foo2 = new MockFoo; local
260 // Invokes EXPECT_CALL on foo2.
261 EXPECT_CALL(*foo2, Bar2(_, _));
262 EXPECT_CALL(*foo2, Bar2(1, _));
263 EXPECT_CALL(*foo2, Bar3(_, _)).Times(AnyNumber());
264 foo2->Bar2(2, 1);
265 foo2->Bar2(1, 1);
267 // Both foo1 and foo2 are deliberately leaked.
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js38 function foo2(x, y, z) { function
52 var foob2 = foo2.bind({}, 1);
/external/valgrind/main/memcheck/tests/
H A Dvarinfo5so.c65 static void foo2 ( void ) function
81 foo2();
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp56 void foo2() { function
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp12 int foo2([SA_Post(attr=1)] void *param);
178 virtual void foo2() = 0;
183 void foo2() override;
191 b->foo2();
/external/llvm/test/MC/ELF/
H A Dweakref.s10 .weakref foo2, bar2
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp60 "define i32 @foo2() { "
65 FooF2 = M2->getFunction("foo2");
153 Function *F2 = EE2->FindFunctionNamed("foo2");
154 void *foo2 = EE2->getPointerToFunction(F2); local
160 EXPECT_EQ(getPointerToNamedFunction("foo2"), foo2);
/external/webkit/Source/WebCore/bridge/
H A Dtestbindings.mm193 id foo2 = [jsobject callWebScriptMethod:@"apply" withArguments:[NSArray arrayWithObjects:jsobject, [NSArray arrayWithObjects:[NSNumber numberWithInt:arg1], [NSNumber numberWithInt:arg2], nil], nil]];
194 printf ("foo (via apply) = %s\n", [[foo2 description] lossyCString] );

Completed in 4586 milliseconds

1234