Searched refs:FOO (Results 1 - 25 of 131) sorted by relevance

123456

/external/clang/test/Preprocessor/
H A Dunterminated.c3 #ifdef FOO // expected-error {{unterminated conditional directive}}
H A Dexpr_define_expansion.c4 #define FOO && 1 macro
5 #if defined FOO FOO
H A Dcomment_save_if.c8 #if /*foo*/ defined /*foo*/ FOO /*foo*/
9 #if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/
H A Dcomment_save_macro.c11 #define FOO bork // blah macro
12 boo FOO bar // zot
H A Dmacro_expandloc.c2 #define FOO 1 macro
7 #include FOO
H A Dbuiltin_line.c2 #define FOO __LINE__ macro
4 FOO
H A Dcomment_save.c9 #if FOO
H A Dmacro_arg_empty.c3 #define FOO(x) x macro
6 [FOO()] [ FOO()] [FOO() ] [BAR()] [ BAR()] [BAR() ] BAZ()
/external/clang/test/Index/
H A Dfile-macro-refs.c1 #define FOO macro
3 FOO
4 FOO
9 // CHECK: macro expansion=FOO:1:9
10 // CHECK-NEXT: macro definition=FOO =[1:9 - 1:12]
11 // CHECK-NEXT: macro expansion=FOO:1:9 =[3:1 - 3:4]
12 // CHECK-NEXT: macro expansion=FOO:1:9 =[4:1 - 4:4]
/external/clang/test/Lexer/
H A Drdar-8914293.c6 /* expected-warning {{missing terminating}} */ #define FOO "foo macro
/external/clang/test/Lexer/Inputs/
H A Ddifferent-define.h2 #define FOO 5 macro
/external/mesa3d/src/glsl/glcpp/tests/
H A D064-version.c2 #define FOO macro
H A D078-elif-without-if.c1 #elif defined FOO
/external/clang/test/Driver/
H A Dcrash report spaces.c14 FOO
15 // CHECKSRC: FOO
H A Dcrash-report-header.h14 FOO
15 // CHECKSRC: FOO
H A Dcrash-report.c22 FOO
23 // CHECKSRC: FOO
26 // CHECKSH-SAME: "-D" "FOO=BAR"
33 // CHECKSH: "-D" "FOO=BAR"
/external/clang/test/CoverageMapping/
H A Dswitchmacro.c3 #define FOO(x) (void)x macro
13 FOO(1);
19 FOO(1);
/external/clang/test/PCH/
H A Dfuzzy-pch.c6 // RUN: FileCheck -check-prefix=CHECK-FOO %s < %t.err
15 #ifndef FOO
16 # error FOO was not defined
19 #if FOO != 1
20 # error FOO has the wrong definition
27 // CHECK-FOO: definition of macro 'FOO' differs between the precompiled header ('1') and the command line ('blah')
28 // CHECK-NOFOO: macro 'FOO' was defined in the precompiled header but undef'd on the command line
H A Dpch-dir.c22 int FOO; variable
H A Dpreamble.c20 return FOO(x);
/external/v8/tools/gyp/test/conditions/elseif/
H A Dprogram.cc8 printf("%s\n", FOO);
/external/v8/tools/gyp/test/home_dot_gyp/src/
H A Dprintfoo.c5 printf("FOO is %s\n", FOO);
/external/v8/tools/gyp/test/variables/latelate/src/
H A Dprogram.cc11 printf(FOO "\n");
/external/clang/test/CodeGen/
H A D2002-02-13-TypeVarNameCollision.c9 } FOO; typedef in typeref:struct:foo
11 static FOO foo[100];
H A D2002-02-18-StaticData.c4 double FOO = 17; variable
12 void *Data[] = { &FOO, &BAR, &XX };

Completed in 466 milliseconds

123456