Searched refs:FOO (Results 1 - 25 of 135) 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()
H A Dmacro_space.c12 #define TEST(FOO,x) FOO <FOO()> < FOO()> <FOO ()> <FOO( )> <FOO() > <FOO()x> <FOO() x> < FOO()
[all...]
/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/chromium_org/third_party/mesa/src/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/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.c24 FOO
25 // CHECKSRC: FOO
27 // CHECKSH: -D "FOO=BAR"
/external/chromium_org/tools/gyp/test/home_dot_gyp/src/
H A Dprintfoo.c5 printf("FOO is %s\n", FOO);
/external/chromium_org/tools/gyp/test/variables/latelate/src/
H A Dprogram.cc11 printf(FOO "\n");
/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.c16 int FOO; variable
H A Dpreamble.c20 return FOO(x);
/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 };
H A D2007-11-28-GlobalInitializer.c3 typedef struct foo { int x; char *p; } FOO; typedef in typeref:struct:foo
4 extern FOO yy[];

Completed in 353 milliseconds

123456