| /frameworks/compile/slang/BitWriter_2_9/ |
| BitcodeWriterPass.cpp | 22 static char ID; // Pass identification, replacement for typeid 24 : ModulePass(ID), OS(o) {} 35 char WriteBitcodePass::ID = 0;
|
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| BitcodeWriterPass.cpp | 22 static char ID; // Pass identification, replacement for typeid 24 : ModulePass(ID), OS(o) {} 35 char WriteBitcodePass::ID = 0;
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
| LangLexer.h | 24 #define ID 6 34 + (LangLexer *)newLangLexerWithCharStream:(id<ANTLRCharStream>)anInput;
|
| /external/clang/include/clang/Driver/ |
| CC1AsOptions.h | 18 enum ID { 19 OPT_INVALID = 0, // This is not an option ID. 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ 21 HELPTEXT, METAVAR) OPT_##ID,
|
| CC1Options.h | 18 enum ID { 19 OPT_INVALID = 0, // This is not an option ID. 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ 21 HELPTEXT, METAVAR) OPT_##ID,
|
| OptSpecifier.h | 19 unsigned ID; 25 OptSpecifier() : ID(0) {} 26 /*implicit*/ OptSpecifier(unsigned _ID) : ID(_ID) {} 29 bool isValid() const { return ID != 0; } 31 unsigned getID() const { return ID; } 33 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
|
| Options.h | 18 enum ID { 19 OPT_INVALID = 0, // This is not an option ID. 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ 21 HELPTEXT, METAVAR) OPT_##ID,
|
| Phases.h | 16 /// ID - Ordered values for successive stages in the 18 enum ID { 26 const char *getPhaseName(ID Id);
|
| Types.h | 18 enum ID { 20 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, 26 /// getTypeName - Return the name of the type for \arg Id. 27 const char *getTypeName(ID Id); 29 /// getPreprocessedType - Get the ID of the type for this input when 32 ID getPreprocessedType(ID Id); [all...] |
| /external/clang/test/Preprocessor/ |
| _Pragma-in-macro-arg.c | 12 #define ID(x) x 13 #define ACTIVE(x) ID(x)
|
| /external/llvm/include/llvm/Analysis/ |
| BranchProbabilityInfo.h | 38 static char ID; 40 BranchProbabilityInfo() : FunctionPass(ID) {
|
| LibCallAliasAnalysis.h | 26 static char ID; // Class identification 31 : FunctionPass(ID), LCI(LC) { 34 explicit LibCallAliasAnalysis(char &ID, LibCallInfo *LC) 35 : FunctionPass(ID), LCI(LC) { 61 if (PI == &AliasAnalysis::ID)
|
| /external/llvm/include/llvm/CodeGen/ |
| CalcSpillWeights.h | 61 static char ID; 63 CalculateSpillWeights() : MachineFunctionPass(ID) {
|
| MachineFunctionAnalysis.h | 32 static char ID;
|
| ProcessImplicitDefs.h | 38 static char ID; 40 ProcessImplicitDefs() : MachineFunctionPass(ID) {
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| UnifyFunctionExitNodes.h | 28 static char ID; // Pass identification, replacement for typeid 29 UnifyFunctionExitNodes() : FunctionPass(ID),
|
| /external/llvm/lib/Analysis/ |
| BlockFrequencyInfo.cpp | 29 char BlockFrequencyInfo::ID = 0; 32 BlockFrequencyInfo::BlockFrequencyInfo() : FunctionPass(ID) {
|
| IntervalPartition.cpp | 18 char IntervalPartition::ID = 0; 94 : FunctionPass(ID) {
|
| /external/llvm/lib/CodeGen/ |
| MachineBlockFrequencyInfo.cpp | 28 char MachineBlockFrequencyInfo::ID = 0; 31 MachineBlockFrequencyInfo::MachineBlockFrequencyInfo() : MachineFunctionPass(ID) {
|
| MachineDominators.cpp | 25 char MachineDominatorTree::ID = 0; 30 char &llvm::MachineDominatorsID = MachineDominatorTree::ID; 44 : MachineFunctionPass(ID) {
|
| MachineFunctionAnalysis.cpp | 20 char MachineFunctionAnalysis::ID = 0; 23 FunctionPass(ID), TM(tm), MF(0) {
|
| MachineFunctionPrinterPass.cpp | 26 static char ID; 32 : MachineFunctionPass(ID), OS(os), Banner(banner) {} 48 char MachineFunctionPrinterPass::ID = 0;
|
| /external/llvm/lib/Transforms/IPO/ |
| InlineAlways.cpp | 37 AlwaysInliner() : Inliner(ID, -2000000000, /*InsertLifetime*/true) { 40 AlwaysInliner(bool InsertLifetime) : Inliner(ID, -2000000000, 44 static char ID; // Pass identification, replacement for typeid 53 char AlwaysInliner::ID = 0;
|
| StripDeadPrototypes.cpp | 31 static char ID; // Pass identification, replacement for typeid 32 StripDeadPrototypesPass() : ModulePass(ID) { 40 char StripDeadPrototypesPass::ID = 0;
|
| /external/llvm/lib/Transforms/Scalar/ |
| ADCE.cpp | 35 static char ID; // Pass identification, replacement for typeid 36 ADCE() : FunctionPass(ID) { 49 char ADCE::ID = 0;
|