Lines Matching refs:EP_FixedCol
19462 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro
33707 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
112837 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
115142 if( ExprHasProperty(pExpr, EP_FixedCol) ){
116678 if( (combinedFlags & EP_FixedCol)==0
148744 && !ExprHasProperty(pExpr, EP_FixedCol)
149691 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
149773 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){
149774 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
149791 ExprSetProperty(pExpr, EP_FixedCol);
163757 && !ExprHasProperty(pRight, EP_FixedCol)
164372 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){
164772 if( ALWAYS(p!=0) && p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){