Searched refs:PairType (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp33 for (const HwModeSelect::PairType &P : MS.Items) {
89 std::vector<const PairType*> Pairs;
92 llvm::sort(Pairs, deref<std::less<PairType>>());
96 for (const PairType *P : Pairs)
145 for (const HwModeSelect::PairType &P : MS.Items) {
177 typedef typename decltype(Map)::value_type PairType; typedef
178 std::vector<const PairType*> Pairs;
181 llvm::sort(Pairs, deref<std::less<PairType>>());
185 for (const PairType *P : Pairs)
192 for (const HwModeSelect::PairType
[all...]
H A DCodeGenHwModes.h40 typedef std::pair<unsigned, Record*> PairType; typedef in struct:llvm::HwModeSelect
41 std::vector<PairType> Items;
H A DCodeGenHwModes.cpp62 for (const PairType &P : Items)
H A DInfoByHwMode.h91 typedef typename MapType::value_type PairType; typedef in struct:llvm::InfoByHwMode
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp461 using PairType= std::pair<const Stmt *, PropagationInfo>;
484 PropagationMap.insert(PairType(E->IgnoreParens(), PI));
677 PropagationMap.insert(PairType(Call,
697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState)));
725 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp,
767 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp)));
783 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
785 PropagationMap.insert(PairType(Call,
798 PropagationMap.insert(PairType(Call, PropagationInfo(RetState)));
835 PropagationMap.insert(PairType(DeclRe
[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2951 template <typename PairType>
2952 class KeyMatcherImpl : public MatcherInterface<PairType> {
2954 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2964 bool MatchAndExplain(PairType key_value,
2998 template <typename PairType>
2999 operator Matcher<PairType>() const {
3000 return Matcher<PairType>(
3001 new KeyMatcherImpl<const PairType&>(matcher_for_key_));
3053 template <typename PairType>
3054 class PairMatcherImpl : public MatcherInterface<PairType> {
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1411 typedef typename MapType::value_type PairType; typedef
1412 std::vector<PairType> sorted_items;

Completed in 204 milliseconds