HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 251 - 275 of 2620) sorted by null

<<11121314151617181920>>

  /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:__anon23862
9 auto AutoVar = 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/lldb/test/lang/c/forward/
foo.h 4 int foo (struct bar *bar_ptr);
  /external/lldb/test/lang/cpp/rvalue-references/
main.cpp 3 void foo (int &&i) function
10 foo(3);
  /external/lldb/test/lang/objc/objc-builtin-types/
main.cpp 7 ns::id foo = 0; local
8 return foo; // Set breakpoint here.
  /external/llvm/test/MC/AsmParser/
macro-err1.s 4 .macro foo bar
8 foo 42, 42 label
  /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
plt.s 5 jmp foo@PLT
relax-all-flag.s 13 foo: label
15 jmp foo
weak.s 5 .weak foo
6 .long foo
22 // CHECK: Name: foo
  /external/mesa3d/src/glsl/glcpp/tests/
014-define-func-2-arg-unused.c 1 #define foo(x,y) 1 macro
2 foo(bar,baz)
017-define-func-2-args.c 1 #define foo(x,y) ((x)*(y)) macro
2 foo(bar,baz)
021-define-func-compose.c 2 #define foo(y) (2*(y)) macro
3 foo(bar(3))

Completed in 2376 milliseconds

<<11121314151617181920>>