HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 1 - 25 of 595) 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 39 static char ID;
41 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/llvm/include/llvm/
Intrinsics.h 36 enum ID {
46 /// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
48 std::string getName(ID id, ArrayRef<Type*> Tys = ArrayRef<Type*>());
50 /// Intrinsic::getType(ID) - Return the function type for an intrinsic.
52 FunctionType *getType(LLVMContext &Context, ID id,
55 /// Intrinsic::isOverloaded(ID) - Returns true if the intrinsic can be
57 bool isOverloaded(ID id);
    [all...]
  /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/PTX/
PTXRegAlloc.cpp 26 static char ID;
27 PTXRegAlloc() : MachineFunctionPass(ID) {}
44 char PTXRegAlloc::ID = 0;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 21 char TargetLibraryInfo::ID = 0;
239 TargetLibraryInfo::TargetLibraryInfo() : ImmutablePass(ID) {
246 TargetLibraryInfo::TargetLibraryInfo(const Triple &T) : ImmutablePass(ID) {
254 : ImmutablePass(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;
  /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;

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>