HomeSort by relevance Sort by last modified time
    Searched refs:WIBBLE (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Lexer/
preamble.c 7 #elif WIBBLE
11 #ifdef WIBBLE
32 // CHECK-NEXT: #elif WIBBLE
  /external/clang/test/Index/
nested-macro-instantiations.cpp 3 #define WIBBLE(x) BAR(x)
5 WIBBLE(int x);
10 // CHECK-WITH-NESTED: nested-macro-instantiations.cpp:5:1: macro expansion=WIBBLE:3:9 Extent=[5:1 - 5:14]
18 // CHECK-WITHOUT-NESTED: nested-macro-instantiations.cpp:5:1: macro expansion=WIBBLE:3:9 Extent=[5:1 - 5:14]
annotate-tokens-pp.c 4 #define WIBBLE(X, Y) X##Y
5 NOTHING(more,junk) float WIBBLE(int, float);
50 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBLE
51 // CHECK: Punctuation: "(" [4:15 - 4:16] macro definition=WIBBLE
52 // CHECK: Identifier: "X" [4:16 - 4:17] macro definition=WIBBLE
53 // CHECK: Punctuation: "," [4:17 - 4:18] macro definition=WIBBLE
54 // CHECK: Identifier: "Y" [4:19 - 4:20] macro definition=WIBBLE
55 // CHECK: Punctuation: ")" [4:20 - 4:21] macro definition=WIBBLE
56 // CHECK: Identifier: "X" [4:22 - 4:23] macro definition=WIBBLE
    [all...]
  /external/clang/test/CodeCompletion/Inputs/
macros.h 4 #define WIBBLE(...)
  /external/clang/test/Modules/
macros.c 36 #__export_macro__ WIBBLE // expected-error{{no macro named 'WIBBLE' to export}}

Completed in 416 milliseconds