HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 51 - 75 of 3525) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
msan.c 11 int foo(int *a) { return *a; } function
redzone.c 6 int foo() { return 42; } function
tsan.c 8 int foo(int *a) { return *a; } function
  /external/clang/test/Headers/
pmmintrin.c 8 int __attribute__((__target__(("sse3")))) foo(int a) { function
  /external/clang/test/Index/Inputs/
remap-load-to.c 1 int foo(int parm1, float parm2) { function
  /external/clang/test/Index/
index-many-logical-ops.c 10 // CHECK: [indexDeclaration]: kind: function | name: foo
11 int foo(int x) { function
preamble-reparse-cmd-define.c 7 int foo() { function
  /external/clang/test/Index/reparse-with-remaps/
reparse.c 6 void foo() { function
  /external/clang/test/Lexer/
newline-eof-c++98-compat.cpp 5 void foo() {} // expected-warning{{C++98 requires newline at end of file} function
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
27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThingsHappenNow macro
  /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/
ordered_messages.cpp 3 int foo();
6 T foo() { function
10 foo();
13 foo();
19 foo();
24 foo();
31 foo();
38 foo();
45 foo();
50 foo();
119 int foo() { function
    [all...]
  /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/Profile/
c-unreachable-after-switch.c 5 // CHECK-LABEL: @foo()
7 void foo() { function
  /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 3 void foo() { function

Completed in 450 milliseconds

1 23 4 5 6 7 8 91011>>