HomeSort by relevance Sort by last modified time
    Searched refs:PairTy (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy;
29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
  /external/clang/include/clang/AST/
BaseSubobject.h 69 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
70 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
98 PairTy Value;
99 explicit MemDepResult(PairTy V) : Value(V) {}
107 return MemDepResult(PairTy(Inst, Def));
111 return MemDepResult(PairTy(Inst, Clobber));
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
119 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
123 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
184 return MemDepResult(PairTy(Inst, Invalid));
CallGraph.h 345 typedef std::pair<const Function*, CallGraphNode*> PairTy;
346 typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> DerefFun;
357 static CallGraphNode &CGdereference(PairTy P) {
  /external/clang/include/clang/Analysis/
CallGraph.h 205 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy;
206 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
216 static clang::CallGraphNode &CGdereference(PairTy P) {
230 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy;
231 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
242 static clang::CallGraphNode &CGdereference(PairTy P) {
  /external/clang/tools/libclang/
IndexingContext.h 543 typedef std::pair<const clang::FileEntry *, const clang::Decl *> PairTy;
544 return DenseMapInfo<PairTy>::getHashValue(PairTy(S.File, S.Dcl));
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 488 typedef std::pair<IdentifierInfo*, Selector> PairTy;
489 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 246 milliseconds