Home
last modified time | relevance | path

Searched defs:PredicateMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1102 class PredicateMatcher { class
1146 PredicateMatcher(PredicateKind Kind, unsigned InsnVarID, unsigned OpIdx = ~0) in PredicateMatcher() function in __anon612774070111::PredicateMatcher
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp3447 class PredicateMatcher : public MatcherBase<T> { class
3452 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher() function in Catch::Matchers::Generic::PredicateMatcher