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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-dwp/
DWPError.cpp 3 char DWPError::ID;
DWPError.h 16 static char ID;
  /external/llvm/tools/opt/
GraphPrinters.cpp 29 static char ID; // Pass identification, replacement for typeid
30 DomInfoPrinter() : FunctionPass(ID) {}
44 char DomInfoPrinter::ID = 0;
AnalysisWrappers.cpp 33 static char ID; // Pass ID, replacement for typeid
34 ExternalFunctionsPassedConstants() : ModulePass(ID) {}
70 char ExternalFunctionsPassedConstants::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/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/lzma/CPP/Common/
TextConfig.h 10 UString ID;
16 int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw();
17 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLibraryInfo.cpp 21 char TargetLibraryInfo::ID = 0;
50 TargetLibraryInfo::TargetLibraryInfo() : ImmutablePass(ID) {
57 TargetLibraryInfo::TargetLibraryInfo(const Triple &T) : ImmutablePass(ID) {
65 : ImmutablePass(ID) {
  /frameworks/compile/slang/StripUnkAttr/
strip_unknown_attributes_pass.h 35 static char ID;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyInfo.h 34 static char ID;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 34 static char ID;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.h 35 static char ID; // Pass identification, replacement for typeid
  /external/swiftshader/third_party/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;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
id.go 7 type ID int32
11 last ID
14 // get allocates an ID and returns it. IDs are always > 0.
15 func (a *idAlloc) get() ID {
25 // num returns the maximum ID ever returned + 1.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
id.go 7 type ID int32
11 last ID
14 // get allocates an ID and returns it. IDs are always > 0.
15 func (a *idAlloc) get() ID {
25 // num returns the maximum ID ever returned + 1.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 22 #define ID 4
31 + (TLexer *)newTLexerWithCharStream:(id<ANTLRCharStream>)anInput;
  /external/llvm/include/llvm/Analysis/
DivergenceAnalysis.h 25 static char ID;
27 DivergenceAnalysis() : FunctionPass(ID) {
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 35 static char ID;

Completed in 271 milliseconds

1 2 3 4 5 6 7 8 91011>>