Lines Matching refs:EP_FixedCol
17788 #define EP_FixedCol 0x000008 /* TK_Column with a known fixed value */ macro
30699 if( ExprHasProperty(pExpr, EP_FixedCol) ){
103837 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
105669 if( ExprHasProperty(pExpr, EP_FixedCol) ){
107143 if( (combinedFlags & EP_FixedCol)==0
136897 && !ExprHasProperty(pExpr, EP_FixedCol)
137743 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
137820 if( ExprHasProperty(pExpr, EP_FixedCol|EP_FromJoin) ){
137821 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
137836 ExprSetProperty(pExpr, EP_FixedCol);
150107 && !ExprHasProperty(pRight, EP_FixedCol)
150530 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){
150901 if( ALWAYS(p!=0) && p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){