Lines Matching refs:EP_FixedCol
18034 #define EP_FixedCol 0x000008 /* TK_Column with a known fixed value */ macro
29847 if( ExprHasProperty(pExpr, EP_FixedCol) ){
101521 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
103324 if( ExprHasProperty(pExpr, EP_FixedCol) ){
104760 if( (combinedFlags & EP_FixedCol)==0
132318 && !ExprHasProperty(pExpr, EP_FixedCol)
133048 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
133115 if( ExprHasProperty(pExpr, EP_FixedCol|EP_FromJoin) ){
133116 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
133129 ExprSetProperty(pExpr, EP_FixedCol);
144718 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){