Searched defs:FOO (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/Lexer/
H A Drdar-8914293.c6 /* expected-warning {{missing terminating}} */ #define FOO "foo macro
/external/clang/test/Preprocessor/
H A Dcomment_save_macro.c11 #define FOO bork // blah macro
12 boo FOO bar // zot
H A Dexpr_define_expansion.c3 #define FOO && 1 macro
4 #if defined FOO FOO
H A Dmacro_expandloc.c2 #define FOO 1 macro
5 #include FOO
H A Dmacro_expandloc2.c2 #define FOO BAR macro
5 #include FOO
H A Dbuiltin_line.c2 #define FOO __LINE__ macro
4 FOO
H A Dmacro_paste_empty.c5 #define FOO(X) X ## Y macro
6 a:FOO()
H A Dmacro_paste_simple.c3 #define FOO bar ## baz ## 123 macro
6 A: FOO
H A Dmacro_paste_hashhash.c9 #define FOO(x) A x B macro
11 FOO(##);
H A Dpragma_microsoft.c5 #define FOO 1 macro
8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
H A Dassembler-with-cpp.c48 #define FOO(name) name ## $foo macro
49 6: FOO(blarg)
53 #define FOO(name) name ## $foo macro
54 7: FOO(blarg)
/external/mesa3d/src/glsl/glcpp/tests/
H A D064-version.c2 #define FOO macro
/external/clang/test/CodeCompletion/Inputs/
H A Dmacros.h1 #define FOO macro
/external/clang/test/Index/
H A Dcomplete-unterminated.c16 #define FOO(a, b) a b macro
18 FOO(int, x);
H A Dnested-macro-instantiations.cpp1 #define FOO(x) x macro
2 #define BAR(x) FOO(x)
12 // CHECK-WITH-NESTED: nested-macro-instantiations.cpp:2:16: macro expansion=FOO:1:9 Extent=[2:16 - 5:14]
H A Dcomplete-macros.c4 #define FOO(Arg1,Arg2) foobar macro
29 // CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
/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[];
/external/clang/test/CodeGenCXX/
H A Dtemplate-anonymous-types.cpp4 enum { FOO = 42 }; enumerator in enum:S::__anon3524
20 // Look for two instantiations, entirely internal to this TU, one for FOO's
23 (void)f(S::FOO);
34 // FOO's instantiation of X:
/external/clang/test/SemaCXX/
H A Dattr-unavailable.cpp24 #define FOO __attribute__((unavailable("not available - replaced"))) macro
26 void foo() FOO; // expected-note {{candidate function has been explicitly made unavailable}} member in namespace:radar9046492
H A Dwarn-memset-bad-sizeof.cpp123 const char* FOO = "<- should be an array instead"; local
126 strncmp(FOO, BAR, sizeof(FOO)); // \
128 strncasecmp(FOO, BAR, sizeof(FOO)); // \
137 strndup(FOO, sizeof(FOO)); // \
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-amd64-darwin.S216 #define FOO(scclass,labelno) L_##scclass##_##labelno define
217 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno)
H A Dsyscall-x86-darwin.S214 #define FOO(scclass,labelno) L_##scclass##_##labelno define
215 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno)
/external/clang/test/Parser/
H A DMicrosoftExtensions.c46 #define FOO(x) #@x macro
47 char x = FOO(a);

Completed in 737 milliseconds

12