Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h196 constexpr bool isMatch() const { return Predicate == Match; } in isMatch() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9326 auto isMatch( std::string const &optToken ) const -> bool { in isMatch() function in Catch::clara::detail::Opt
/freebsd/contrib/sqlite3/
H A Dsqlite3.c173750 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ local