Searched refs:PredicateMatcher (Results 1 – 2 of 2) sorted by relevance
670 class PredicateMatcher;1102 class PredicateMatcher { class1152 virtual ~PredicateMatcher() = default;1221 static bool classof(const PredicateMatcher *P) { in classof()1255 static bool classof(const PredicateMatcher *P) { in classof()1307 static bool classof(const PredicateMatcher *P) { in classof()1759 : PredicateMatcher(Kind, InsnVarID) {} in InstructionPredicateMatcher()2350 [](const PredicateMatcher &P) { in emitPredicateOpcodes()2361 [](const PredicateMatcher &P) { in emitPredicateOpcodes()6030 const PredicateMatcher &Predicate) const { in candidateConditionMatches()[all …]
3447 class PredicateMatcher : public MatcherBase<T> { class3452 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher() function in Catch::Matchers::Generic::PredicateMatcher3473 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate()3474 return Generic::PredicateMatcher<T>(predicate, description); in Predicate()