HomeSort by: relevance | last modified time | path
    Searched defs:ID (Results 1 - 25 of 1038) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeGenError.cpp 14 char ByteCodeGenError::ID;
ByteCodeGenError.h 31 static char ID;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPError.cpp 3 char DWPError::ID;
DWPError.h 16 static char ID;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ExtensibleRTTI.cpp 13 char llvm::RTTIRoot::ID = 0;
SymbolRemappingReader.cpp 21 char SymbolRemappingParseError::ID;
  /src/external/apache2/llvm/dist/llvm/tools/opt/
GraphPrinters.cpp 28 static char ID; // Pass identification, replacement for typeid
29 DomInfoPrinter() : FunctionPass(ID) {}
43 char DomInfoPrinter::ID = 0;
AnalysisWrappers.cpp 31 static char ID; // Pass ID, replacement for typeid
32 ExternalFunctionsPassedConstants() : ModulePass(ID) {}
68 char ExternalFunctionsPassedConstants::ID = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp 49 char CodeViewError::ID;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MSFError.cpp 49 char MSFError::ID;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAError.cpp 37 char DIAError::ID;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
GenericError.cpp 48 char PDBError::ID;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
RawError.cpp 53 char RawError::ID;
  /src/external/apache2/llvm/dist/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;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
BarrierNoopPass.cpp 33 static char ID; // Pass identification.
35 BarrierNoop() : ModulePass(ID) {
45 char BarrierNoop::ID = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
StripNonLineTableDebugInfo.cpp 22 static char ID; // Pass identification, replacement for typeid
23 StripNonLineTableDebugLegacyPass() : ModulePass(ID) {
38 char StripNonLineTableDebugLegacyPass::ID = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 36 static char ID;
MIRFSDiscriminator.h 50 static char ID;
54 : MachineFunctionPass(ID), LowBit(LowBit), HighBit(HighBit) {
MachineBlockFrequencyInfo.h 38 static char ID;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ObjectTransformLayer.cpp 15 char ObjectTransformLayer::ID;
  /src/external/apache2/llvm/dist/clang/examples/Attribute/
Attribute.cpp 53 unsigned ID = S.getDiagnostics().getCustomDiagID(
56 S.Diag(Attr.getLoc(), ID);
63 unsigned ID = S.getDiagnostics().getCustomDiagID(
66 S.Diag(Attr.getLoc(), ID);
75 unsigned ID = S.getDiagnostics().getCustomDiagID(
78 S.Diag(Attr.getLoc(), ID);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ODRHash.h 49 llvm::FoldingSetNodeID ID;
74 // Add booleans to ID and uses it to calculate the hash.
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 40 static char ID;
67 /// Resolve a declaration ID into a declaration, potentially
69 Decl *GetExternalDecl(uint32_t ID) override;
75 /// Resolve a selector ID into a selector.
76 Selector GetExternalSelector(uint32_t ID) override;
153 /// Retrieve the module that corresponds to the given module ID.
154 Module *getModule(unsigned ID) override;
367 return ClassID == &ID || ExternalSemaSource::isA(ClassID);
369 static bool classof(const ExternalASTSource *S) { return S->isA(&ID); }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Transformer.cpp 48 auto ID = Result.SourceManager->getFileID(T.Range.getBegin());
50 .emplace(ID, AtomicChange(*Result.SourceManager,
  /src/external/apache2/llvm/dist/llvm/examples/Bye/
Bye.cpp 26 static char ID;
27 LegacyBye() : FunctionPass(ID) {}
41 char LegacyBye::ID = 0;

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>