Searched defs:foo (Results 151 - 175 of 776) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-1174.js38 function foo() { function
43 foo();
H A Dregress-3247124.js28 var foo = unescape("%E0%E2%EA%F4%FB%E3%F5%E1%E9%ED%F3%FA%E7%FC%C0%C2%CA%D4%DB%C3%D5%C1%C9%CD%D3%DA%C7%DC"); variable
32 var a = new String(foo);
53 for (var i = 0; i < 100; i++) bar(foo);
H A Dregress-526.js30 var o = { foo: function() { }, get bar() { return {x:42} } };
H A Dregress-create-exception.js36 function foo() { function
59 foo();
/external/valgrind/main/memcheck/tests/
H A Dleak-0.c12 register char *foo; local
16 foo = malloc(0);
22 free(foo);
/external/v8/test/mjsunit/
H A Ddefine-property-gc.js37 function foo() { function
45 foo();
/external/clang/test/CodeGenCXX/
H A Dapple-kext-no-staticinit-section.C9 class foo { class
11 foo();
12 virtual ~foo();
15 foo a;
16 foo b;
17 foo c;
18 foo::~foo() {}
H A Dcxx-apple-kext.cpp18 // CHECK-KEXT: call void @_ZN3fooD1Ev(%class.foo* @a)
20 class foo { class
22 foo();
23 virtual ~foo();
26 foo a;
27 foo::~foo() {}
/external/clang/test/Analysis/
H A Dchroot.c6 void foo(void) { function
11 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
17 foo(); // no-warning
23 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-noexceptions.cpp8 class foo { virtual ~foo(); }; class
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp5 void foo() { function in namespace:test0
14 void foo() { function in namespace:test1
/external/clang/test/CodeGen/
H A D2002-01-23-LoadQISIReloadFailure.c4 int foo(void) { function
H A D2002-01-24-ComplexSpaceInType.c11 void foo() {} function
H A D2002-03-14-BrokenSSA.c8 int foo() function
H A D2002-07-30-SubregSetAssertion.c8 union X foo() { function
H A D2002-07-30-VarArgsCallFailure.c5 void foo() { function
H A D2002-09-08-PointerShifts.c4 int foo(int *A, unsigned X) { function
H A D2003-03-03-DeferredType.c6 struct foo A;
8 struct foo { struct
H A D2003-08-18-SigSetJmp.c7 int foo() { function
H A D2003-08-21-BinOp-Type-Mismatch.c5 void foo() function
H A D2003-08-21-StmtExpr.c9 static void foo() { function
H A D2004-05-07-VarArrays.c3 int foo(int len, char arr[][len], int X) { function
H A D2005-03-05-OffsetOfHack.c10 int foo[OFFS]; variable
H A D2005-06-15-ExpandGotoInternalProblem.c6 int foo() { function
H A D2005-12-04-AttributeUsed.c3 // CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast (void ()* @foo to i8*), i8* bitcast (i32* @X to i8*)], section "llvm.metadata"
7 __attribute__((used)) void foo() {} function

Completed in 303 milliseconds

1234567891011>>