Searched refs:foo (Results 251 - 275 of 2481) sorted by relevance

<<11121314151617181920>>

/external/clang/test/Modules/Inputs/merge-decl-order/
H A Da.h1 namespace N { struct SA { friend struct foo; }; }
2 namespace N { struct 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:__anon2491
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];
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dglobal_const_string.cc8 static const char *foo = "foobarspam"; local
9 printf("Global string is `%s`\n", foo);
H A Dglobal_const_string_oob.cc7 extern "C" const char *foo = "foobarspam"; variable
10 if (foo[16])
H A Dstack_use_after_return.cc6 void foo() { function
12 foo();
19 // CHECK-NEXT: {{#0 0x.* in foo .*stack_use_after_return.cc}}
/external/compiler-rt/test/asan/TestCases/
H A Dasan_and_llvm_coverage_test.cc5 int foo() { return 1; } function
6 int XXX = foo();
/external/lldb/test/lang/c/forward/
H A Dfoo.h4 int foo (struct bar *bar_ptr);
/external/lldb/test/lang/cpp/rvalue-references/
H A Dmain.cpp3 void foo (int &&i) function
10 foo(3);
/external/lldb/test/lang/objc/objc-builtin-types/
H A Dmain.cpp7 ns::id foo = 0; local
8 return foo; // Set breakpoint here.
/external/llvm/test/DebugInfo/Inputs/
H A Dsplit-dwarf-test.cc1 int foo(int a) { function
6 return foo(argc);
/external/llvm/test/MC/AsmParser/
H A Dmacro-err1.s4 .macro foo bar
8 foo 42, 42 label
/external/llvm/test/MC/ELF/
H A Dbad-expr3.s6 .long foo - bar
8 foo: label

Completed in 443 milliseconds

<<11121314151617181920>>