HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 426 - 450 of 7031) sorted by null

<<11121314151617181920>>

  /external/clang/test/Modules/Inputs/
config.h 2 int* foo();
  /external/clang/test/Modules/
preprocess.cpp 12 foo bar baz
20 // CXX: foo bar baz
24 // OBJC: foo bar baz
  /external/clang/test/PCH/
debug-info-limited-struct.h 1 struct foo { struct
6 struct foo *f;
different-diagnostic-level.c 7 extern int foo;
12 int a = foo;
different-linker-version.c 7 extern int foo;
12 int a = foo;
  /external/clang/test/Parser/
designator.c 8 struct foo { struct
12 struct foo Y[10] = {
  /external/clang/test/Preprocessor/
macro_backslash.c 3 TTA foo TTB
  /external/clang/test/Sema/
PR2919-builtin-types-compat-strips-crv.c 3 typedef struct foo T0;
4 typedef const struct foo T1;
PR2923.c 9 // 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;
arm-asm.c 10 long long foo = 0, bar = 0; local
11 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar));
no-format-y2k-turnsoff-format.c 4 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/
auto-pragma.cpp 4 class foo { class in namespace:__anon15749
9 auto AutoVar = foo();
linkage-invalid-decl.cpp 5 inline foo(A)(enum E;
6 // expected-error@-1 {{unknown type name 'foo'}}
unused-with-error.cpp 4 static void foo(int *X) { // expected-note {{candidate}} function
7 foo(Y); // expected-error {{no matching function for call}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 4 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'}}
pragma-ms_struct.cpp 7 template<int x> struct foo { struct
11 extern int arr[sizeof(foo<0>) == 16 ? 1 : -1];
  /external/compiler-rt/test/asan/TestCases/Windows/
global_const_string.cc 8 static const char *foo = "foobarspam"; local
9 printf("Global string is `%s`\n", foo);
global_const_string_oob.cc 7 extern "C" const char *foo = "foobarspam"; variable
10 if (foo[16])
stack_use_after_return.cc 6 void foo() { function
12 foo();
19 // CHECK-NEXT: {{#0 0x.* in foo.*stack_use_after_return.cc}}
  /external/compiler-rt/test/asan/TestCases/
asan_and_llvm_coverage_test.cc 7 int foo() { return 1; } function
8 int XXX = foo();
  /external/compiler-rt/test/profile/Linux/
coverage_test.cpp 20 void foo(bool cond) { // CHECK: 1| [[@LINE]]|void foo( function
29 foo(false); // CHECK: 1| [[@LINE]]| foo(
  /external/llvm/test/MC/AsmParser/
macro-err1.s 4 .macro foo bar
8 foo 42, 42 label
macro-irpc.s 3 .irpc foo,123
4 .long \foo
11 .irpc foo,123
13 addl %eax, \foo\bar
  /external/llvm/test/MC/ELF/
bad-expr3.s 6 .long foo - bar
8 foo: label
pic-diff.s 24 foo: label
26 .long baz - foo

Completed in 1365 milliseconds

<<11121314151617181920>>