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

1 2 3 4 5 6 7 8 91011>>

  /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/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 37 static char ID;
39 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/lib/Serialization/
ASTCommon.cpp 26 unsigned ID = 0;
28 case BuiltinType::Void: ID = PREDEF_TYPE_VOID_ID; break;
29 case BuiltinType::Bool: ID = PREDEF_TYPE_BOOL_ID; break;
30 case BuiltinType::Char_U: ID = PREDEF_TYPE_CHAR_U_ID; break;
31 case BuiltinType::UChar: ID = PREDEF_TYPE_UCHAR_ID; break;
32 case BuiltinType::UShort: ID = PREDEF_TYPE_USHORT_ID; break;
33 case BuiltinType::UInt: ID = PREDEF_TYPE_UINT_ID; break;
34 case BuiltinType::ULong: ID = PREDEF_TYPE_ULONG_ID; break;
35 case BuiltinType::ULongLong: ID = PREDEF_TYPE_ULONGLONG_ID; break;
36 case BuiltinType::UInt128: ID = PREDEF_TYPE_UINT128_ID; break
    [all...]
  /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) {}
NVPTXSplitBBatBar.h 25 static char ID;
27 NVPTXSplitBBatBar() : FunctionPass(ID) {}
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {}
39 char Hello::ID = 0;
45 static char ID; // Pass identification, replacement for typeid
46 Hello2() : FunctionPass(ID) {}
62 char Hello2::ID = 0;
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 30 static char ID; // Pass identification, replacement for typeid
37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
86 char GVExtractorPass::ID = 0;
InlineSimple.cpp 34 SimpleInliner() : Inliner(ID) {
37 SimpleInliner(int Threshold) : Inliner(ID, Threshold,
41 static char ID; // Pass identification, replacement for typeid
49 char SimpleInliner::ID = 0;

Completed in 1437 milliseconds

1 2 3 4 5 6 7 8 91011>>