HomeSort by relevance Sort by last modified time
    Searched refs:PairTy (Results 1 - 11 of 11) 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/swiftshader/third_party/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 68 typedef std::pair<const clang::CXXRecordDecl *, clang::CharUnits> PairTy;
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /external/swiftshader/third_party/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/llvm/include/llvm/Analysis/
CallGraph.h 460 PairTy;
461 typedef std::pointer_to_unary_function<const PairTy &, CallGraphNode &>
473 static CallGraphNode &CGdereference(const PairTy &P) { return *P.second; }
483 PairTy;
484 typedef std::pointer_to_unary_function<const PairTy &, const CallGraphNode &>
496 static const CallGraphNode &CGdereference(const PairTy &P) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 330 typedef std::pair<AssertingVH<BasicBlock>, Value*> PairTy;
333 static inline PairTy getEmptyKey() {
337 static inline PairTy getTombstoneKey() {
341 static unsigned getHashValue( const PairTy &Val) {
345 static bool isEqual(const PairTy &LHS, const PairTy &RHS) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 504 typedef std::pair<IdentifierInfo*, Selector> PairTy;
505 return DenseMapInfo<PairTy>::getHashValue(PairTy(V.getIdentifier(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 1961 milliseconds