Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h170 bool isMatch() const { return Type == DiagnosticPredicateTy::Match; } in isMatch() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1144 if (!VectorMatch.isMatch()) in isSVEDataVectorRegWithShiftExtend()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c165523 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */
165736 isMatch = 0;
165761 isMatch = 1;
165764 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){
165771 isMatch = 0;
165779 if( isMatch && (pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_BIGNULL) ){
165783 isMatch = 0;
165786 if( isMatch ){