Searched refs:_ID (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Driver/ |
D | OptSpecifier.h | 26 /*implicit*/ OptSpecifier(unsigned _ID) : ID(_ID) {} in OptSpecifier() argument
|
/external/clang/lib/Driver/ |
D | Option.cpp | 19 Option::Option(OptionClass _Kind, OptSpecifier _ID, const char *_Name, in Option() argument 21 : Kind(_Kind), ID(_ID.getID()), Name(_Name), Group(_Group), Alias(_Alias), in Option()
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_qsort.c | 63 static char _ID[]="<qsort.c gjm 1.12 1998-03-19>"; variable
|
/external/icu4c/data/unidata/ |
D | changes.txt | 60 replace public static final UnicodeBlock \1 = new UnicodeBlock("\1", \1_ID); \2 452 a) add an _ID integer per new block, update COUNT 456 replace with public static final UnicodeBlock \1 = new UnicodeBlock("\1", \1_ID); \2
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 740 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) in WriteBlockInfoBlock()
|