Searched refs:foo (Results 1 - 25 of 1436) sorted by relevance

1234567891011>>

/external/clang/test/Driver/
H A Darc.c9 # foo
H A Dredzone.c6 int foo() { return 42; } function
/external/clang/test/Index/
H A Dannotate-tokens-include.h1 int foo();
/external/clang/test/Misc/
H A Dserialized-diags-no-issue.c1 void foo();
/external/clang/test/Preprocessor/
H A Dtraditional-cpp.c10 /* CHECK: foo // bar
12 foo // bar
/external/clang/test/SemaCXX/
H A DPR8012.cpp3 void foo (int operator+); // expected-error{{cannot be the name of a parameter}}
H A Ddefault-arg-special-member.cpp4 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 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/
H A D001-define.c1 #define foo 1 macro
2 foo
H A D008-define-empty.c1 #define foo macro
2 foo
H A D011-define-func-empty.c1 #define foo() macro
2 foo()
/external/mesa3d/src/glsl/tests/
H A Dvoid-01.glsl2 void foo;
/external/clang/test/CodeGenCXX/
H A Dvirt-dtor-key.cpp3 class foo { class
4 foo();
5 virtual ~foo();
8 foo::~foo() {
/external/clang/test/CodeGen/
H A D2002-07-17-StringConstant.c4 char * foo() { return "\\begin{"; } function
H A D2009-03-13-dbg.c2 void foo() {} function
H A Demit-all-decls.c2 // RUN: not grep "@foo" %t
4 // RUN: grep "@foo" %t
6 static void foo() { function
H A Dimaginary.c4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
H A Dmcount.c2 void foo(void) { function
/external/clang/test/Lexer/
H A Dnewline-eof-c++11.cpp4 void foo() { function
H A Dnewline-eof-c++98-compat.cpp4 void foo() {} // expected-warning{{C++98 requires newline at end of file} function
H A Dnewline-eof.c9 void foo() {} // expected-warning{{no newline at end of file} function
H A Dstring-literal-errors.cpp3 void foo() { function
/external/clang/test/PCH/
H A Dmodified-header-crash.h1 int foo; variable
/external/clang/test/Parser/
H A Dargument_scope.c2 typedef struct foo foo; typedef in typeref:struct:foo
4 void blah(int foo) { argument
5 foo = 1;
H A Dparser_overflow.c3 void foo(void) { function
/external/clang/test/Sema/
H A Dblock-return-3.c3 void foo() { function

Completed in 41 milliseconds

1234567891011>>