Searched refs:PairType (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | InfoByHwMode.cpp | 33 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode() 87 std::vector<const PairType*> Pairs; in writeToStream() 90 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 94 for (const PairType *P : Pairs) in writeToStream() 143 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode() 175 typedef typename decltype(Map)::value_type PairType; in writeToStream() typedef 176 std::vector<const PairType*> Pairs; in writeToStream() 179 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 183 for (const PairType *P : Pairs) in writeToStream() 190 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode()
|
H A D | CodeGenHwModes.h | 37 typedef std::pair<unsigned, Record*> PairType; typedef 38 std::vector<PairType> Items;
|
H A D | CodeGenHwModes.cpp | 49 for (const PairType &P : Items) in dump()
|
H A D | InfoByHwMode.h | 60 typedef typename MapType::value_type PairType; typedef
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | Consumed.cpp | 461 using PairType= std::pair<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor 484 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo() 677 PropagationMap.insert(PairType(Call, in handleCall() 725 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp, in VisitBinaryOperator() 767 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp))); in VisitCXXBindTemporaryExpr() 783 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr() 785 PropagationMap.insert(PairType(Call, in VisitCXXConstructExpr() 798 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr() 835 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr() 845 PropagationMap.insert(PairType(DeclS, PropagationInfo(Var))); in VisitDeclStmt() [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 1429 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef 1430 std::vector<PairType> sorted_items; in ImportOffsetMap()
|