HomeSort by relevance Sort by last modified time
    Searched defs:UNIQUE (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Lexer/
counter.c 6 #define UNIQUE(x) PASTE1(x,__COUNTER__)
12 B: UNIQUE(foo);
14 C: UNIQUE(foo);
  /external/clang/test/PCH/
variables.h 22 #define UNIQUE(x) PASTE1(x,__COUNTER__)
24 int UNIQUE(a); // a0
25 int UNIQUE(a); // a1
variables.c 26 #define UNIQUE(x) PASTE1(x,__COUNTER__)
28 int UNIQUE(a); // a0
29 int UNIQUE(a); // a1
44 int UNIQUE(a); // a2
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 194 #define UNIQUE -1 /* marks a symbol as an e.c. representative */
197 #define INITIAL_MAX_CCLS 100 /* max number of unique character classes */
615 * current_maxccls - current limit on the maximum number of unique ccl's
621 * to represent the unique ccl's
643 * numuniq - number of unique transitions
    [all...]

Completed in 295 milliseconds