Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h
/freebsd-src/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