Searched refs:WIBBLE (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Lexer/
H A Dpreamble.c7 #elif WIBBLE
11 #ifdef WIBBLE
32 // CHECK-NEXT: #elif WIBBLE
/external/clang/test/CodeCompletion/Inputs/
H A Dmacros.h4 #define WIBBLE(...) macro
/external/clang/test/Index/
H A Dannotate-tokens-pp.c4 #define WIBBLE(X, Y) X##Y macro
5 NOTHING(more,junk) float WIBBLE(int, float);
62 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBLE
63 // CHECK: Punctuation: "(" [4:15 - 4:16] macro definition=WIBBLE
64 // CHECK: Identifier: "X" [4:16 - 4:17] macro definition=WIBBLE
65 // CHECK: Punctuation: "," [4:17 - 4:18] macro definition=WIBBLE
66 // CHECK: Identifier: "Y" [4:19 - 4:20] macro definition=WIBBLE
67 // CHECK: Punctuation: ")" [4:20 - 4:21] macro definition=WIBBLE
68 // CHECK: Identifier: "X" [4:22 - 4:23] macro definition=WIBBLE
[all...]
/external/clang/test/Modules/
H A Dmacros.c35 #__public_macro WIBBLE // expected-error{{no macro named 'WIBBLE'}}

Completed in 214 milliseconds