Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_generic.hpp25 class PredicateMatcher : public MatcherBase<T> { class
30 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher() function in Catch::Matchers::Generic::PredicateMatcher
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1003 class PredicateMatcher { class
1041 PredicateMatcher(PredicateKind Kind, unsigned InsnVarID, unsigned OpIdx = ~0) in PredicateMatcher() function in __anon685cc1160111::PredicateMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3093 class PredicateMatcher : public MatcherBase<T> { class
3098 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher() function in Catch::Matchers::Generic::PredicateMatcher