Lines Matching refs:ExprHasProperty
80 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
212 assert( !ExprHasProperty(pRight, EP_IntValue) ); in isLikeOrGlob()
243 assert( !ExprHasProperty(pPrefix, EP_IntValue) ); in isLikeOrGlob()
298 assert( !ExprHasProperty(pRight, EP_IntValue) ); in isLikeOrGlob()
389 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in isAuxiliaryVtabOperator()
420 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in isAuxiliaryVtabOperator()
462 if( pDerived && ExprHasProperty(pBase, EP_OuterON|EP_InnerON) ){ in transferJoinMarkings()
918 if( ExprHasProperty(pExpr, EP_OuterON) ) return 0; in termIsEquivalence()
1093 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow) in exprAnalyze()
1111 if( ExprHasProperty(pExpr, EP_OuterON|EP_InnerON) ){ in exprAnalyze()
1113 if( ExprHasProperty(pExpr, EP_OuterON) ){ in exprAnalyze()
1161 && !ExprHasProperty(pRight, EP_FixedCol) in exprAnalyze()
1200 && !ExprHasProperty(pExpr,EP_OuterON) in exprAnalyze()
1203 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in exprAnalyze()
1271 && !ExprHasProperty(pExpr, EP_OuterON) in exprAnalyze()
1329 assert( pStr1==0 || !ExprHasProperty(pStr1, EP_IntValue) ); in exprAnalyze()
1330 assert( pStr2==0 || !ExprHasProperty(pStr2, EP_IntValue) ); in exprAnalyze()
1475 if( ExprHasProperty(pExpr, EP_OuterON) && pNewExpr ){ in exprAnalyze()
1744 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1; in sqlite3WhereExprUsageFull()
1760 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in sqlite3WhereExprUsageNN()
1762 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()