HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 176 - 200 of 2113) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Lexer/
newline-eof.c 15 void foo() {} // expected-warning{{no newline at end of file} function
pragma-region.c 17 void foo(void){} function
string-literal-errors.cpp 3 void foo() { function
  /external/clang/test/Modules/Inputs/ModuleDiags/
has_errors.h 1 static void foo(void) { } function
2 static void foo(void) { } function
  /external/clang/test/OpenMP/
nesting_of_regions.cpp 6 void foo() { function
450 void foo() { function
890 return foo<int>();
openmp_common.c 6 void foo() { function
  /external/clang/test/PCH/
chain-macro-override.c 9 int foo() { function
modified-header-crash.h 1 int foo; variable
  /external/clang/test/Parser/
c1x-generic-selection.c 3 void foo(void) { function
cxx11-stmt-attributes.cpp 3 void foo(int i) { function
parser_overflow.c 8 void foo(void) { function
    [all...]
  /external/clang/test/Preprocessor/
macro_arg_keyword.c 3 #define foo(return) return-return macro
5 foo(xxx)
macro_paste_identifier_error.c 6 #define foo a ## b ## = 0 macro
7 int foo; variable
pragma_diagnostic.c 4 #if FOO // ok.
9 #if FOO // expected-warning {{'FOO' is not defined}}
14 #if FOO // ok.
19 #if FOO // expected-error {{'FOO' is not defined}}
23 #define foo error macro
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
  /external/clang/test/Sema/
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;
arm64-inline-asm.c 4 void foo() { function
block-return-2.c 3 void foo() { function
block-return-3.c 3 void foo() { function
builtins-arm-strex-rettype.c 5 void foo(int a, int *b) { function
cast-incomplete.c 8 void foo() { function
format-strings-c90.c 7 void foo(char **sp, float *fp, int *ip) { function
many-logical-ops.c 8 int foo(int x) { function
rdr6094103-unordered-compare-promote.c 3 int foo (double x, long double y) { function
text-diag.c 2 unsigned char *foo = "texto\ variable
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}} function

Completed in 862 milliseconds

1 2 3 4 5 6 78 91011>>