Searched refs:foo (Results 276 - 300 of 2481) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/ELF/
H A Dpic-diff.s24 foo: label
26 .long baz - foo
H A Dplt.s5 jmp foo@PLT
H A Drelax-all-flag.s13 foo: label
15 jmp foo
H A Dweak.s5 .weak foo
6 .long foo
22 // CHECK: Name: foo
/external/llvm/test/tools/dsymutil/Inputs/
H A Dbasic1.c24 int foo(int);
27 return foo(argc);
/external/llvm/test/tools/llvm-cov/
H A Dreport.cpp20 void foo(bool cond) { function
32 foo(false);
/external/mesa3d/src/glsl/glcpp/tests/
H A D014-define-func-2-arg-unused.c1 #define foo(x,y) 1 macro
2 foo(bar,baz)
H A D017-define-func-2-args.c1 #define foo(x,y) ((x)*(y)) macro
2 foo(bar,baz)
H A D021-define-func-compose.c2 #define foo(y) (2*(y)) macro
3 foo(bar(3))
H A D029-define-chain-obj-to-func-with-args.c2 #define foo bar(success) macro
3 foo
H A D036-define-func-non-macro-multi-token-argument.c2 #define foo(x) x macro
3 foo(more bar)
H A D039-func-arg-obj-macro-with-comma.c1 #define foo(a) (a) macro
3 foo(bar)
H A D088-redefine-macro-legitimate.c4 #define foo(x) (x)+23 macro
5 #define foo(x) ( x ) + 23 macro
/external/v8/test/mjsunit/regress/
H A Dregress-1174.js38 function foo() { function
43 foo();
H A Dregress-1355.js31 var foo = Object.defineProperty({}, "bar", {
37 assertDoesNotThrow("foo.bar = 20");
41 foo.bar = 20;
H A Dregress-1383.js33 function foo(){ function
40 foo()
H A Dconsolidated-holey-load.js30 function foo(array) { function
36 foo(b); // Observe fast elements first, or the IC will transition without
37 foo(a); // going polymorphic.
38 %OptimizeFunctionOnNextCall(foo);
40 assertEquals(undefined, foo(c)); // Elided hole check will leak the hole.
/external/valgrind/exp-sgcheck/tests/
H A Dpreen_invars.stdout.exp0 foo bar 1
/external/valgrind/memcheck/tests/
H A Dclient-msg.c13 void foo() function
20 foo();
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c5 typedef struct foo { struct
6 struct foo *X;
8 } * foo; typedef in typeref:struct:foo
10 foo F1;
11 struct foo *F2;
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp12 struct foo { struct
14 foo() {} // non-POD function in struct:foo
23 foo *test1(void *f, const foo &x) {
24 return new (f) foo(x);
32 foo *test2(const foo &x) {
33 return new foo(x);
41 foo test3(const foo
[all...]
H A Dexception-spec-decay.cpp4 void foo() throw (Array) { function
11 void foo() throw (S[10]) { function in struct:S
18 void foo() throw (T) { function in struct:S2
25 s.foo();
30 s2.foo();
/external/clang/test/Index/
H A Dblocks.c4 struct foo { long x; }; struct
7 static struct foo _foo;
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); argument
16 // CHECK: blocks.c:7:17: TypeRef=struct foo:4:8 Extent=[7:17 - 7:20]
22 // CHECK: blocks.c:9:23: ParmDecl=foo:9:23 (Definition) Extent=[9:11 - 9:26]
23 // CHECK: blocks.c:9:18: TypeRef=struct foo:4:8 Extent=[9:18 - 9:21]
30 // CHECK: blocks.c:9:45: DeclRefExpr=foo:9:23 Extent=[9:45 - 9:48]
/external/clang/test/Sema/
H A Dincomplete-call.c3 struct foo; // expected-note 3 {{forward declaration of 'struct foo'}}
5 struct foo a(); // expected-note {{'a' declared here}}
6 void b(struct foo);
10 a(); // expected-error{{calling 'a' with incomplete return type 'struct foo'}}
11 b(*(struct foo*)p); // expected-error{{argument type 'struct foo' is incomplete}}
12 c(*(struct foo*)p); // expected-error{{argument type 'struct foo' is incomplete}}
/external/clang/test/SemaCXX/
H A Dwarn-variable-not-needed.cpp6 int foo(void) { function in namespace:test1
15 struct foo : bah { struct in namespace:test2::__anon2694
19 void foo::zed() {
22 char foo::bar=0;
25 return new foo();

Completed in 539 milliseconds

<<11121314151617181920>>