Searched refs:foo (Results 51 - 75 of 1436) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-08-29-HugeCharConst.c3 void foo() { function
H A D2003-03-03-DeferredType.c6 struct foo A;
8 struct foo { struct
H A D2004-06-08-OpaqueStructArg.c4 void foo(struct fu);
6 foo;
H A D2005-09-24-AsmUserPrefix.c4 void foo() __asm__("foo2");
7 foo();
H A Dattribute_constructor.c3 void foo() __attribute__((constructor));
4 void foo() { function
H A Dblock-copy.c7 void foo();
19 foo(lookupTable);
/external/clang/test/Index/
H A Dpreamble-reparse-cmd-define.c7 int foo() { function
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.c3 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.cpp9 foo();
H A Dmodified-header-crash.c9 foo = 3;
/external/clang/test/Parser/
H A Dbad-control.c3 void foo() { 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/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.cpp3 struct foo { struct
4 foo();
5 foo(int);
8 int func(foo& f) {
9 decltype(foo())();
10 f = (decltype(foo()))5;
/external/clang/test/SemaCXX/
H A Dexception-spec-no-exceptions.cpp9 void foo() throw(int);
10 void foo() throw();
16 virtual void foo() throw();
20 virtual void foo() throw(int);
28 void foo() throw(int);
30 foo();

Completed in 257 milliseconds

1234567891011>>