Searched refs:foo (Results 276 - 300 of 2451) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A Dalways-inline.c4 // CHECK-NOT: foo
9 inline void __attribute__((__always_inline__)) foo() { function
14 foo();
H A Dforceinline.c6 // CHECK-NOT: foo
7 __forceinline void foo() { function
13 foo();
H A Dsplit-stacks.c4 int foo() { function
14 return foo();
17 // CHECK-SEGSTK: define i32 @foo() [[SS:#[0-9]+]] {
24 // CHECK-NOSEGSTK: define i32 @foo() #0 {
/external/clang/test/CodeGenCXX/
H A Dglobalinit-loc.cpp15 int foo() { return 0; } function in class:A
21 return a.foo();
H A Dmember-alignment.cpp7 virtual void foo(void);
17 t::foo(void) { function in class:t
H A Dmingw-new-abi.cpp5 struct foo { struct in namespace:test1
10 void g(foo *x) {
/external/clang/test/Index/
H A Dasm-attribute.c1 int foo(int x) __asm__("_foo_");
4 // CHECK: asm-attribute.c:1:5: FunctionDecl=foo:1:5 Extent=[1:1 - 1:32]
/external/clang/test/Lexer/
H A Dhas_feature_exceptions.cpp11 int foo();
16 // CHECK-EXCEPTIONS: foo
H A Dhas_feature_rtti.cpp5 int foo();
10 // CHECK-RTTI: foo
/external/clang/test/Misc/
H A Dserialized-diags-no-category.c1 #error foo
10 // CHECK: {{.*[/\\]}}serialized-diags-no-category.c:1:2: error: foo []
/external/clang/test/Modules/Inputs/
H A Dconfig.h2 int* foo();
/external/clang/test/PCH/
H A Ddebug-info-limited-struct.h1 struct foo { struct
6 struct foo *f;
H A Ddifferent-diagnostic-level.c7 extern int foo;
12 int a = foo;
H A Ddifferent-linker-version.c7 extern int foo;
12 int a = foo;
/external/clang/test/Parser/
H A Ddesignator.c8 struct foo { struct
12 struct foo Y[10] = {
/external/clang/test/Preprocessor/
H A Dmacro_backslash.c3 TTA foo TTB
/external/clang/test/Sema/
H A DPR2919-builtin-types-compat-strips-crv.c3 typedef struct foo T0;
4 typedef const struct foo T1;
H A DPR2923.c9 // because FunctionDecl::getNumParams() just used the type of foo to determine
12 int foo(int x, int y) { return x + y; } function
13 extern typeof(foo) bar;
H A Darm-asm.c10 long long foo = 0, bar = 0; local
11 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar));
H A Dno-format-y2k-turnsoff-format.c4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
7 foo("%s", a); // expected-warning {{format specifies type 'char *' but the argument has type 'unsigned int'}}
/external/clang/test/SemaCXX/
H A Dauto-pragma.cpp4 class foo { class in namespace:__anon19244
9 auto AutoVar = foo();
H A Dno-wchar.cpp5 void foo(const wchar_t* x);
8 foo(L"wide string literal");
H A Dunused-with-error.cpp4 static void foo(int *X) { // expected-note {{candidate}} function
7 foo(Y); // expected-error {{no matching function for call}}
/external/clang/test/SemaTemplate/
H A Dcrash-8204126.cpp4 template<int> template<typename T> friend void foo(T) {} // expected-error{{extraneous template parameter list}} function in struct:A
5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}}
H A Dpragma-ms_struct.cpp7 template<int x> struct foo { struct
11 extern int arr[sizeof(foo<0>) == 16 ? 1 : -1];

Completed in 1762 milliseconds

<<11121314151617181920>>