HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 1 - 25 of 3369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
arc.c 9 # foo
redzone.c 6 int foo() { return 42; } function
  /external/clang/test/Index/
annotate-tokens-include.h 1 int foo();
index-with-working-dir.c 2 void foo();
5 // CHECK: [indexDeclaration]: kind: function | name: foo
  /external/clang/test/Misc/
serialized-diags-no-issue.c 1 void foo();
  /external/clang/test/Modules/Inputs/ModuleDiags/
has_errors.h 1 static void foo(void) { } function
2 static void foo(void) { } function
  /external/clang/test/Parser/
diag-crash.c 5 int foo: // expected-error {{expected ';' after top level declarator}}
argument_scope.c 2 typedef struct foo foo; typedef in typeref:struct:foo
4 void blah(int foo) {
5 foo = 1;
  /external/clang/test/SemaCXX/
PR8012.cpp 3 void foo(int operator+); // expected-error{{'operator+' cannot be the name of a parameter}}
  /external/lldb/test/functionalities/fat_archives/
a.h 1 int foo ();
  /external/mesa3d/src/glsl/glcpp/tests/
001-define.c 1 #define foo 1 macro
2 foo
008-define-empty.c 1 #define foo macro
2 foo
011-define-func-empty.c 1 #define foo() macro
2 foo()
  /external/clang/test/CodeGenCXX/
virt-dtor-key.cpp 3 class foo { class
4 foo();
5 virtual ~foo();
8 foo::~foo() {
  /development/ndk/tests/prebuilt-library/jni/foo/
foo.c 1 #include "foo.h"
3 int foo(void) function
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; } function
2009-03-13-dbg.c 2 void foo() {} function
emit-all-decls.c 2 // RUN: not grep "@foo" %t
4 // RUN: grep "@foo" %t
6 static void foo() { function
function-target-features.c 13 void foo() {} function
mcount.c 15 void foo(void) { 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
  /external/clang/test/PCH/
modified-header-crash.h 1 int foo; variable
  /external/clang/test/Profile/
c-unreachable-after-switch.c 5 // CHECK-LABEL: @foo()
7 void foo() { function
  /external/clang/test/Sema/
block-return-3.c 3 void foo() { function

Completed in 797 milliseconds

1 2 3 4 5 6 7 8 91011>>