/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.h | 19 #define ID 4 25 + (CombinedLexer *)newCombinedLexerWithCharStream:(id<ANTLRCharStream>)anInput;
|
CombinedParser.h | 16 #define ID 4
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.h | 17 #define ID 6
|
TestLexerLexer.h | 22 #define ID 5 30 + (TestLexer *)newTestLexerWithCharStream:(id<ANTLRCharStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
TestLexer.h | 17 #define ID 6
|
TestLexerLexer.h | 17 #define ID 6
|
/external/llvm/lib/Target/Mips/ |
MipsModuleISelDAGToDAG.cpp | 25 char MipsModuleDAGToDAGISel::ID = 0;
|
MipsOs16.h | 31 static char ID; 33 MipsOs16() : ModulePass(ID) {
|
Mips16HardFloat.h | 31 static char ID; 33 Mips16HardFloat(MipsTargetMachine &TM_) : ModulePass(ID),
|
/external/llvm/lib/Transforms/IPO/ |
BarrierNoopPass.cpp | 33 static char ID; // Pass identification. 35 BarrierNoop() : ModulePass(ID) { 45 char BarrierNoop::ID = 0;
|
/external/llvm/tools/opt/ |
GraphPrinters.cpp | 29 static char ID; // Pass identification, replacement for typeid 30 DomInfoPrinter() : FunctionPass(ID) {} 45 char DomInfoPrinter::ID = 0;
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyInfo.h | 34 static char ID;
|
FindUsedTypes.h | 28 static char ID; // Pass identification, replacement for typeid 29 FindUsedTypes() : ModulePass(ID) {
|
/external/llvm/include/llvm/CodeGen/ |
MachineBlockFrequencyInfo.h | 36 static char ID;
|
MachineBranchProbabilityInfo.h | 36 static char ID; 38 MachineBranchProbabilityInfo() : ImmutablePass(ID) {
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.h | 35 static char ID; // Pass identification, replacement for typeid
|
/external/llvm/tools/bugpoint-passes/ |
TestPasses.cpp | 29 static char ID; // Pass ID, replacement for typeid 30 CrashOnCalls() : BasicBlockPass(ID) {} 46 char CrashOnCalls::ID = 0; 56 static char ID; // Pass ID, replacement for typeid 57 DeleteCalls() : BasicBlockPass(ID) {} 72 char DeleteCalls::ID = 0;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.h | 22 #define ID 4 31 + (TLexer *)newTLexerWithCharStream:(id<ANTLRCharStream>)anInput;
|
/external/clang/unittests/Tooling/ |
RewriterTest.cpp | 17 FileID ID = Context.createOnDiskFile("t.cpp", "line1\nline2\nline3\nline4"); 18 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
|
/external/llvm/lib/Analysis/IPA/ |
FindUsedTypes.cpp | 25 char FindUsedTypes::ID = 0;
|
/external/llvm/lib/Analysis/ |
ModuleDebugInfoPrinter.cpp | 32 static char ID; // Pass identification, replacement for typeid 33 ModuleDebugInfoPrinter() : ModulePass(ID) { 46 char ModuleDebugInfoPrinter::ID = 0;
|
PostDominators.cpp | 30 char PostDominatorTree::ID = 0;
|
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriterPass.cpp | 22 static char ID; // Pass identification, replacement for typeid 24 : ModulePass(ID), OS(o) {} 35 char WriteBitcodePass::ID = 0;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAllocaHoisting.h | 30 static char ID; // Pass ID 31 NVPTXAllocaHoisting() : FunctionPass(ID) {}
|
NVPTXLowerAggrCopies.h | 26 static char ID; 28 NVPTXLowerAggrCopies() : FunctionPass(ID) {}
|