Home
last modified time | relevance | path

Searched defs:PairTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy; in SortSymbolPair() typedef
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h96 typedef PointerIntPair<Instruction*, 2, DepType> PairTy; typedef
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3867 EVT PairTy = Node->getValueType(0); in ExpandNode() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp477 typedef std::pair<IdentifierInfo*, Selector> PairTy; in getHashValue() typedef