Searched refs:PredicateTy (Results 1 – 4 of 4) sorted by relevance
519 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once() local520 if (!PredicateTy->isIntegerType()) in create_dispatch_once()561 PredicateTy), in create_dispatch_once()562 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once()563 PredicateTy); in create_dispatch_once()576 PredicateTy), in create_dispatch_once()577 PredicateTy); in create_dispatch_once()
183 enum PredicateTy { enum189 constexpr DiagnosticPredicate(PredicateTy T) : Predicate(T) {} in DiagnosticPredicate()
710 template <class PredicateTy> class PredicateListMatcher {717 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;741 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()742 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()748 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()755 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()777 using PredicateFilterFunc = std::function<bool(const PredicateTy &)>;
1384 template <typename PredicateTy>1387 const LDSVariableReplacement &Replacement, PredicateTy Predicate) { in replaceLDSVariablesWithStruct()