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

1234567891011>>

/external/chromium_org/third_party/mesa/src/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()
H A D009-undef.c1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
/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();
H A Dindex-with-working-dir.c2 void foo();
5 // CHECK: [indexDeclaration]: kind: function | name: foo
/external/clang/test/Misc/
H A Dserialized-diags-no-issue.c1 void foo();
/external/clang/test/Modules/Inputs/ModuleDiags/
H A Dhas_errors.h1 static void foo(void) { } function
2 static void foo(void) { } function
/external/clang/test/Parser/
H A Ddiag-crash.c5 int foo: // expected-error {{expected ';' after top level declarator}}
/external/clang/test/SemaCXX/
H A DPR8012.cpp3 void foo(int operator+); // expected-error{{'operator+' cannot be the name of a parameter}}
/external/lldb/test/functionalities/fat_archives/
H A Da.h1 int foo ();
/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/clang/test/CodeGenCXX/
H A Dvirt-dtor-key.cpp3 class foo { class
4 foo();
5 virtual ~foo();
8 foo::~foo() {
/external/chromium_org/v8/test/preparser/
H A Dstrict-octal-use-strict-after.js31 function foo() { function
H A Dstrict-octal-use-strict-before.js31 function foo() { function
H A Dstrict-with.js30 function foo() { function
/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.c5 void foo(void) { function

Completed in 5632 milliseconds

1234567891011>>