Searched refs:allowedOp (Results 1 – 2 of 2) sorted by relevance
150 static int allowedOp(int op){ in allowedOp() function178 if( allowedOp(pExpr->op) && (pInfo->prereqRight & pInfo->prereqLeft)==0 ){ in exprAnalyze()
98823 static int allowedOp(int op){98851 assert( allowedOp(pExpr->op) && pExpr->op!=TK_IN );98873 assert( allowedOp(op) );99237 if( allowedOp(pAndTerm->pExpr->op) ){99476 if( allowedOp(op) && (pTerm->prereqRight & prereqLeft)==0 ){
Completed in 313 milliseconds