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

1234567891011>>

/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/clang/test/VFS/
H A Dimplicit-include.c5 void foo() { function
H A Dinclude-real-from-virtual.c10 void foo() { function
H A Dinclude-virtual-from-real.c10 void foo() { function
H A Dinclude.c7 void foo() { function
H A Drelative-path.c9 void foo() { function
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
H A Dmain.cpp10 bool bar(int const *foo) { argument
11 return foo != 0; // Set break point at this line.
15 int foo[] = {1,2,3}; local
16 return bar(foo);
/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/v8/test/mjsunit/compiler/
H A Dopt-next-call.js7 function foo() { function
11 %OptimizeFunctionOnNextCall(foo);
12 assertEquals("fooed", foo());
13 assertOptimized(foo);
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/regress/
H A Dregress-416416.js5 function foo() { function
12 foo();
13 foo();
14 foo();
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.js30 function foo(arg) { function
36 foo(Array);
37 foo(Array);
38 %OptimizeFunctionOnNextCall(foo);
39 // Compilation of foo will crash without the bugfix for 244461
40 foo(Array);
/external/v8/test/mjsunit/
H A Dregress-3456.js13 function f() { ++(this.foo) }
/external/valgrind/memcheck/tests/
H A Dpartiallydefinedeq.stdout.exp0 foo
3 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-LABEL: define void @_ZN3fooC2Ev(%struct.foo* inreg %this)
11 // CHECK-LABEL: define void @_ZN3fooC1Ev(%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) {
/external/clang/test/CodeGen/
H A D2003-03-03-DeferredType.c6 struct foo A;
8 struct foo { struct

Completed in 580 milliseconds

1234567891011>>