Home
last modified time | relevance | path

Searched refs:PairType (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DInfoByHwMode.cpp33 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()
DCodeGenHwModes.h37 typedef std::pair<unsigned, Record*> PairType; typedef
38 std::vector<PairType> Items;
DCodeGenHwModes.cpp49 for (const PairType &P : Items) in dump()
DInfoByHwMode.h60 typedef typename MapType::value_type PairType; typedef
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DConsumed.cpp461 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()
697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType()
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()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp1429 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef
1430 std::vector<PairType> sorted_items; in ImportOffsetMap()