HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 1 - 25 of 1718) 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();
  /external/clang/test/Misc/
serialized-diags-no-issue.c 1 void foo();
  /external/clang/test/Preprocessor/
traditional-cpp.c 10 /* CHECK: foo // bar
12 foo // bar
  /external/clang/test/SemaCXX/
PR8012.cpp 3 void foo (int operator+); // expected-error{{cannot be the name of a parameter}}
default-arg-special-member.cpp 4 class foo { class
5 foo(foo&, int); // expected-note {{was not a special member function}}
6 foo(int); // expected-note {{was not a special member function}}
7 foo(const foo&); // expected-note {{was a copy constructor}}
10 foo::foo(foo&, int = 0) { } // expected-warning {{makes this constructor a copy constructor}} function in class:foo
11 foo::foo(int = 0) { } // expected-warning {{makes this constructor a default constructor} function in class:foo
12 foo::foo(const foo& = 0) { } \/\/expected-warning {{makes this constructor a default constructor}} function in class:foo
    [all...]
  /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/mesa3d/src/glsl/tests/
void-01.glsl 2 void foo;
  /gdk/samples/hello-llvm/jni/
test2.c 1 void 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
mcount.c 2 void foo(void) { function
  /external/clang/test/Lexer/
newline-eof-c++11.cpp 4 void foo() { function
newline-eof-c++98-compat.cpp 4 void foo() {} // expected-warning{{C++98 requires newline at end of file} function
newline-eof.c 5 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/Parser/
argument_scope.c 2 typedef struct foo foo; typedef in typeref:struct:foo
4 void blah(int foo) {
5 foo = 1;
parser_overflow.c 3 void foo(void) { function
    [all...]
  /external/clang/test/Sema/
block-return-3.c 3 void foo() { function

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>