HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 1 - 25 of 940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/opt/
GraphPrinters.cpp 29 static char ID; // Pass identification, replacement for typeid
30 DomInfoPrinter() : FunctionPass(ID) {}
44 char DomInfoPrinter::ID = 0;
  /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/Analysis/
AliasDebugger.cpp 41 static char ID; // Class identification, replacement for typeinfo
42 AliasDebugger() : ModulePass(ID) {
89 if (PI == &AliasAnalysis::ID)
133 char AliasDebugger::ID = 0;
NoAliasAnalysis.cpp 29 static char ID; // Class identification, replacement for typeinfo
30 NoAA() : ImmutablePass(ID) {
81 void *getAdjustedAnalysisPointer(const void *ID) override {
82 if (ID == &AliasAnalysis::ID)
90 char NoAA::ID = 0;
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 28 static char ID; // Pass identification, replacement for typeid
29 Hello() : FunctionPass(ID) {}
40 char Hello::ID = 0;
46 static char ID; // Pass identification, replacement for typeid
47 Hello2() : FunctionPass(ID) {}
63 char Hello2::ID = 0;
  /external/llvm/lib/Transforms/IPO/
BarrierNoopPass.cpp 33 static char ID; // Pass identification.
35 BarrierNoop() : ModulePass(ID) {
45 char BarrierNoop::ID = 0;
  /external/llvm/lib/Transforms/Utils/
InstructionNamer.cpp 25 static char ID; // Pass identification, replacement for typeid
26 InstNamer() : FunctionPass(ID) {
52 char InstNamer::ID = 0;
57 char &llvm::InstructionNamerID = InstNamer::ID;
  /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;
  /frameworks/compile/slang/
strip_unknown_attributes.h 29 static char ID;
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 30 static char ID; // Pass identification, replacement for typeid
32 : ModulePass(ID), OS(o) {}
43 char WriteBitcodePass::ID = 0;
  /external/llvm/lib/Target/Mips/
MipsModuleISelDAGToDAG.cpp 27 char MipsModuleDAGToDAGISel::ID = 0;
MipsOs16.h 31 static char ID;
33 MipsOs16() : ModulePass(ID) {
  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.h 30 static char ID; // Pass ID
31 NVPTXAllocaHoisting() : FunctionPass(ID) {}
  /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/include/llvm/Analysis/
BlockFrequencyInfo.h 33 static char ID;
FindUsedTypes.h 28 static char ID; // Pass identification, replacement for typeid
29 FindUsedTypes() : ModulePass(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/
MachineBlockFrequencyInfo.h 34 static char ID;
MachineBranchProbabilityInfo.h 36 static char ID;
38 MachineBranchProbabilityInfo() : ImmutablePass(ID) {

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>