Searched refs:foo (Results 251 - 275 of 2451) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/ELF/
H A Drelax.s6 .globl foo
7 foo: label
8 .set zed,foo
11 jmp foo
33 // CHECK: Name: foo (5)
H A Drelax-arith.s15 imul $foo, %bx, %bx
16 imul $foo, bar, %bx
17 imul $foo, %ebx, %ebx
18 imul $foo, bar, %ebx
19 imul $foo, %rbx, %rbx
20 imul $foo, bar, %rbx
31 and $foo, %bx
32 andw $foo, bar
33 and $foo, %ebx
34 andl $foo, ba
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
17 int foo(void); // expected-note {{conflicting declaration}}
18 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 int foo(void); // expected-error {{declaration conflicts with target of using declaration already in scope}}
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
30 int foo(void); // expected-note {{conflicting declaration}}
31 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
35 using ns::foo; //expecte
100 void foo() {} function in namespace:test6::ns
108 void foo() {} function in namespace:test7
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Driprel.asm1 mov %rax,foo(%rip)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dfollows-notfound-err.asm1 section foo follows=bar
H A Dvfollows-notfound-err.asm1 section foo vfollows=bar
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest10-original.cc12 scoped_refptr<Foo> foo(new Foo);
13 if (foo)
/external/chromium_org/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()
/external/clang/test/Analysis/
H A Danalyzer-config.cpp5 void foo() { bar(); } function
10 void foo() { bar(); } function in class:Foo
H A Danalyzer-stats.c3 int foo();
9 if (foo())
/external/clang/test/Analysis/diagnostics/
H A Dno-prune-paths.c8 extern void foo();
9 foo();
/external/clang/test/CodeGen/
H A D2002-02-13-ConditionalInCall.c6 void foo(int, double, float);
9 foo(x, x ? 1.0 : 12.5, 1.0f);
H A D2003-01-30-UnionInit.c3 union foo { union
8 union foo V = { {1, 2} };
H A D2003-08-29-StructLayoutBug.c3 struct foo { struct
9 void test(struct foo *X) {}
H A D2003-08-30-LargeIntegerBitfieldMember.c3 struct foo { struct
9 struct foo F;
H A D2010-02-15-DbgStaticVar.c4 static int foo(int a) function
11 int j = foo(1);

Completed in 1128 milliseconds

<<11121314151617181920>>