Searched defs:PairTy (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy; typedef
29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
/external/clang/include/clang/AST/
H A DBaseSubobject.h69 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy; typedef
70 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
/external/clang/include/clang/Analysis/
H A DCallGraph.h205 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy; typedef in struct:llvm::GraphTraits
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; typedef in struct:llvm::GraphTraits
231 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
242 static clang::CallGraphNode &CGdereference(PairTy P) {
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h435 typedef std::pair<const Function *, CallGraphNode *> PairTy; typedef in struct:GraphTraits
436 typedef std::pointer_to_unary_function<PairTy, CallGraphNode &> DerefFun;
447 static CallGraphNode &CGdereference(PairTy P) { return *P.second; }
H A DMemoryDependenceAnalysis.h96 typedef PointerIntPair<Instruction*, 2, DepType> PairTy; typedef in class:llvm::MemDepResult
97 PairTy Value;
98 explicit MemDepResult(PairTy V) : Value(V) {}
106 return MemDepResult(PairTy(Inst, Def));
110 return MemDepResult(PairTy(Inst, Clobber));
114 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
118 PairTy(reinterpret_cast<Instruction*>(NonFuncLocal), Other));
122 PairTy(reinterpret_cast<Instruction*>(Unknown), Other));
183 return MemDepResult(PairTy(Inst, Invalid));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp477 typedef std::pair<IdentifierInfo*, Selector> PairTy; typedef
478 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),

Completed in 541 milliseconds