Searched refs:isMatch (Results 1 – 5 of 5) sorted by relevance
214 std::function<bool(const BasicBlock *)> isMatch) const { in findPathsToMatch()217 if (isMatch(From)) in findPathsToMatch()227 auto ChildSet = findPathsToMatch(LI, To, isMatch); in findPathsToMatch()
196 constexpr bool isMatch() const { return Predicate == 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()
1362 if (!VectorMatch.isMatch()) in isSVEDataVectorRegWithShiftExtend()
174005 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ local174227 isMatch = 0;174252 isMatch = 1;174255 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){174262 isMatch = 0;174270 if( isMatch && (pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_BIGNULL) ){174274 isMatch = 0;174277 if( isMatch ){