Searched refs:foo (Results 151 - 175 of 1436) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Ddiag-format.c27 #ifdef foo
H A Ddiag-mapping.c27 #ifdef foo
/external/clang/test/Parser/
H A Dargument_redef.c4 void foo(int A) { /* expected-note {{previous definition is here}} */ function
/external/clang/test/Sema/
H A Dblock-return-1.c4 void foo() { function
H A Dblock-return-2.c3 void foo() { function
/external/clang/test/SemaCXX/
H A Daccess-member-pointer.cpp5 class B : private A { public: void foo(); }; // expected-note {{declared private here}}
6 void B::foo() { function in class:B
7 (void)static_cast<void(A::*)()>(&B::foo);
10 (void)static_cast<void(A::*)()>(&B::foo); // expected-error {{cannot cast 'B' to its private base class 'A'}}
H A Dattr-visibility.cpp4 void foo() { function
8 void foo<int>();
11 void foo<int>();
15 void foo<int>() { function
/external/llvm/test/MC/ELF/
H A Drelax.s6 .globl foo
7 foo: label
8 .set zed,foo
11 jmp foo
27 // CHECK-NEXT: (('st_name', 0x00000005) # 'foo'
H A Drelax-arith.s10 imul $foo, %bx, %bx
11 imul $foo, bar, %bx
12 imul $foo, %ebx, %ebx
13 imul $foo, bar, %ebx
14 imul $foo, %rbx, %rbx
15 imul $foo, bar, %rbx
20 and $foo, %bx
21 andw $foo, bar
22 and $foo, %ebx
23 andl $foo, ba
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1337.js34 function foo() { bar(); } function
37 try { foo() } catch (e) { }
39 %OptimizeFunctionOnNextCall(foo)
40 try { foo() } catch (e) { }
/external/v8/test/preparser/
H A Dnon-use-strict-hex-escape.js31 function foo() { function
H A Dnon-use-strict-octal-escape.js31 function foo() { function
H A Dnon-use-strict-uhex-escape.js31 function foo() { function
H A Dnonstrict-with.js34 var foo = function () {
H A Dstrict-octal-indirect-regexp.js30 function foo() { function
H A Dstrict-octal-number.js30 function foo() { function
H A Dstrict-octal-string.js30 function foo() { function
/external/clang/test/Analysis/
H A Danalyzer-stats.c3 int foo();
9 if (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.c1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep call | not grep foo
6 inline void __attribute__((__always_inline__)) foo() { function
11 foo();
H A Ddebug-dead-local-var.c4 // Code is not generated for function foo, but preserve type information of
6 static void foo() { function
12 foo();

Completed in 339 milliseconds

1234567891011>>