Searched defs:PairTy (Results 1 - 7 of 7) 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.h215 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy; typedef in struct:llvm::GraphTraits
216 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
226 static clang::CallGraphNode &CGdereference(PairTy P) {
240 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy; typedef in struct:llvm::GraphTraits
241 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
252 static clang::CallGraphNode &CGdereference(PairTy P) {
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h345 typedef std::pair<const Function*, CallGraphNode*> PairTy; typedef in struct:GraphTraits
346 typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> DerefFun;
357 static CallGraphNode &CGdereference(PairTy P) {
H A DMemoryDependenceAnalysis.h97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy; typedef in class:llvm::MemDepResult
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));
/external/clang/tools/libclang/
H A DIndexingContext.h545 typedef std::pair<const clang::FileEntry *, const clang::Decl *> PairTy; typedef
546 return DenseMapInfo<PairTy>::getHashValue(PairTy(S.File, S.Dcl));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp499 typedef std::pair<IdentifierInfo*, Selector> PairTy; typedef
500 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),

Completed in 140 milliseconds