Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h51 class PredicateMatcher; variable
/freebsd/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