Searched refs:foo (Results 76 - 100 of 2171) sorted by relevance

1234567891011>>

/external/clang/test/Index/
H A Dpreamble_macro_template.cpp1 template void foo(int *);
7 // CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] Extent=[4:1 - 6:2]
/external/clang/test/Misc/
H A Derror-limit-multiple-notes.cpp4 void foo(int);
5 void foo(double);
6 void foo(int, int);
10 foo();
17 // CHECK: 10:5: error: no matching function for call to 'foo'
H A Dwrong-encoding.c4 void foo() { function
/external/clang/test/Modules/Inputs/CmdLine.framework/Headers/
H A DCmdLine.h2 int *foo(void);
4 float *foo(void);
/external/clang/test/PCH/
H A Dcxx-functions.cpp11 foo();
H A Dmodified-header-crash.c12 foo = 3;
/external/clang/test/Parser/
H A Dbad-control.c3 void foo() { function
H A Dparser_overflow.c8 void foo(void) { function
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword.cpp5 #define and foo
/external/clang/test/Sema/
H A Dwarn-freestanding-complex.c3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}} function
/external/llvm/test/MC/AsmParser/
H A Dmacro-irpc.s3 .irpc foo,123
4 .long \foo
/external/llvm/test/MC/ELF/
H A Dalign-bss.s5 .local foo
6 .comm foo,2048,16
/external/mesa3d/src/glsl/glcpp/tests/
H A D033-define-func-self-compose.c1 #define foo(a) foo(2*(a)) macro
2 foo(foo(3))
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.stdout.exp0 foo
3 foo
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2289.js28 var foo = "a"; variable
29 for (var i = 0; i < 12; i++) foo += foo;
30 foo = foo + 'b' + foo;
32 foo.replace(/b/, "a");
H A Dregress-234101.js35 function foo(x) { function
39 foo(false);
40 foo(false);
41 %OptimizeFunctionOnNextCall(foo);
42 foo(false);
H A Dregress-crbug-244461.js31 function foo(arg) { function
37 foo(Array);
38 foo(Array);
39 %OptimizeFunctionOnNextCall(foo);
40 // Compilation of foo will crash without the bugfix for 244461
41 foo(Array);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-lbranch-double.js33 function foo() { function
37 assertEquals(88, foo());
38 assertEquals(88, foo());
39 %OptimizeFunctionOnNextCall(foo)
40 assertEquals(88, foo());
H A Dtype-feedback-after-throw.js30 function foo() { function
35 try { foo() } catch(e) {}
36 try { foo() } catch(e) {}
37 %OptimizeFunctionOnNextCall(foo);
38 try { foo() } catch(e) {}
/external/v8/test/mjsunit/compiler/
H A Dregress-lbranch-double.js33 function foo() { function
37 assertEquals(88, foo());
38 assertEquals(88, foo());
39 %OptimizeFunctionOnNextCall(foo)
40 assertEquals(88, foo());
/external/clang/test/CodeGenCXX/
H A Dpr13396.cpp2 struct foo { struct
4 __attribute__ ((regparm (3))) foo(T x) {} function in struct:foo
5 __attribute__ ((regparm (3))) foo();
6 __attribute__ ((regparm (3))) ~foo();
9 foo::foo() { function in class:foo
10 // CHECK: define void @_ZN3fooC1Ev(%struct.foo* inreg %this)
11 // CHECK: define void @_ZN3fooC2Ev(%struct.foo* inreg %this)
14 foo::~foo() {
[all...]
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/CXX/expr/expr.post/expr.type.conv/
H A Dp1-0x.cpp4 struct foo { struct
5 foo();
6 foo(int);
9 int func(foo& f) {
10 decltype(foo())();
11 f = (decltype(foo()))5;
/external/clang/test/SemaCXX/
H A Dexception-spec-no-exceptions.cpp10 void foo() throw(int);
11 void foo() throw();
17 virtual void foo() throw();
21 virtual void foo() throw(int);
29 void foo() throw(int);
31 foo();
/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-test-loc-list-32bit.elf.cpp4 struct foo { struct in namespace:pr14763
5 foo(const foo&);
8 foo func(bool b, foo f, foo g) {

Completed in 578 milliseconds

1234567891011>>