Searched refs:isMatch (Results 1 – 5 of 5) sorted by relevance
224 std::function<bool(const BasicBlock *)> isMatch) const { in findPathsToMatch()227 if (isMatch(From)) in findPathsToMatch()236 auto ChildSet = findPathsToMatch(LI, To, isMatch); in findPathsToMatch()
213 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch() function
9326 auto isMatch( std::string const &optToken ) const -> bool { in isMatch() function in Catch::clara::detail::Opt9345 if( isMatch(token.token ) ) { in parse()
1340 if (!VectorMatch.isMatch()) in isSVEDataVectorRegWithShiftExtend()
166911 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */167124 isMatch = 0;167149 isMatch = 1;167152 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){167159 isMatch = 0;167167 if( isMatch && (pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_BIGNULL) ){167171 isMatch = 0;167174 if( isMatch ){