Searched refs:foo (Results 226 - 250 of 2481) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/Inputs/
H A Ddebug-info-class-limited.cpp13 // CHECK-DAG: !MDCompositeType(tag: DW_TAG_structure_type, name: "foo",{{.*}} line: [[@LINE+1]],{{.*}} isDefinition: true
14 struct foo { struct in namespace:PR14467
17 foo *bar(foo *a) {
18 foo *b = new foo(*a);
24 // CHECK-DAG: !MDCompositeType(tag: DW_TAG_structure_type, name: "foo",{{.*}} line: [[@LINE+1]],{{.*}} isDefinition: true
25 struct foo { struct in namespace:test1
28 extern int bar(foo *a);
29 int baz(foo *
39 struct foo { struct in namespace:test2
[all...]
/external/llvm/test/MC/ELF/
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/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
H A Ddollar-header.css5 foo {
H A Ddollar-header.css.min3 */foo{bar:baz
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
H A Ddollar-header.out.b3 */foo{bar:baz
/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);
H A Dalways-inline.c4 // CHECK-NOT: foo
9 inline void __attribute__((__always_inline__)) foo() { function
14 foo();
H A Ddebug-info-same-line.c4 typedef struct { long x; } foo; typedef struct { foo *x; } bar; typedef in typeref:struct:__anon1799
H A Dforceinline.c6 // CHECK-NOT: foo
7 __forceinline void foo() { function
13 foo();
H A Dsplit-stacks.c4 int foo() { function
14 return foo();
17 // CHECK-SEGSTK: define i32 @foo() [[SS:#[0-9]+]] {
24 // CHECK-NOSEGSTK: define i32 @foo() #0 {
/external/clang/test/CodeGenCXX/
H A Dglobalinit-loc.cpp18 int foo() { return 0; } function in class:A
24 return a.foo();
H A Dmember-alignment.cpp7 virtual void foo(void);
17 t::foo(void) { function in class:t
H A Dmingw-new-abi.cpp5 struct foo { struct in namespace:test1
10 void g(foo *x) {
/external/clang/test/Index/
H A Dasm-attribute.c1 int foo(int x) __asm__("_foo_");
4 // CHECK: asm-attribute.c:1:5: FunctionDecl=foo:1:5 Extent=[1:1 - 1:32]
/external/clang/test/Lexer/
H A Dhas_feature_exceptions.cpp11 int foo();
16 // CHECK-EXCEPTIONS: foo
H A Dhas_feature_rtti.cpp5 int foo();
10 // CHECK-RTTI: foo
/external/clang/test/Misc/
H A Dserialized-diags-no-category.c1 #error foo
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
/external/clang/test/Modules/Inputs/
H A Dconfig.h2 int* foo();

Completed in 451 milliseconds

1234567891011>>