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

  /external/clang/test/Lexer/
counter.c 5 #define PASTE1(x,y) PASTE2(x,y)
6 #define UNIQUE(x) PASTE1(x,__COUNTER__)
  /external/clang/test/PCH/
variables.h 21 #define PASTE1(x,y) PASTE2(x,y)
22 #define UNIQUE(x) PASTE1(x,__COUNTER__)
variables.c 25 #define PASTE1(x,y) PASTE2(x,y)
26 #define UNIQUE(x) PASTE1(x,__COUNTER__)

Completed in 1096 milliseconds