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

1234567891011>>

/external/clang/test/CodeGen/
H A D2004-05-21-IncompleteEnum.c3 void test(enum foo *X) {
H A D2004-07-06-FunctionCast.c7 int foo(void) { function
H A D2007-10-02-VolatileArray.c4 void foo(volatile int *p) function
H A D2009-03-01-MallocNoAlias.c3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
H A D2009-07-31-DbgDeclare.c2 void foo() { function
H A D2010-07-08-DeclDebugLineNo.c4 void foo() { function
H A Dannotations-loc.c7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
/external/clang/test/CodeGenCXX/
H A Ddebug-info-wchar.cpp2 void foo() { function
/external/clang/test/Driver/
H A Dasan.c7 int foo(int *a) { return *a; } function
H A Dtsan.c8 int foo(int *a) { return *a; } function
/external/clang/test/Index/Inputs/
H A Dprefix.h3 int foo(int);
/external/clang/test/Index/
H A Dunmatched-braces.c1 void foo() { function
/external/clang/test/Lexer/Inputs/
H A Dbad-header-guard-defined.h1 #if !defined(foo)
/external/clang/test/Misc/
H A Ddiag-format.c31 #ifdef foo
H A Ddiag-mapping.c27 #ifdef foo
H A Dserialized-diags-stable.c7 int foo() { function
/external/clang/test/Parser/
H A Dargument_redef.c4 void foo(int A) { /* expected-note {{previous definition is here}} */ function
/external/clang/test/Rewriter/
H A Dmissing-dllimport.c3 // Do not report that 'foo()' is redeclared without dllimport attribute.
7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
/external/clang/test/Sema/
H A Darm64-inline-asm.c4 void foo() { function
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/clang/test/VFS/
H A Dinclude-mixed-real-and-virtual.c11 void foo() { function
/external/llvm/test/MC/AArch64/
H A Darm64-be-datalayout.s4 foo: .xword 0x123456789abcde label

Completed in 471 milliseconds

1234567891011>>