Lines Matching refs:EP_TokenOnly
1153 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); in sqlite3ExprAssignVarNumber()
1225 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1232 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1306 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; in exprStructSize()
1349 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1357 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1364 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
1462 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); in exprDup()
1463 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1476 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){ in exprDup()
1486 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
1488 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1504 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
3099 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in sqlite3CodeRhsOfIN()
3280 assert( !ExprHasProperty(pExpr, EP_Reduced|EP_TokenOnly) ); in sqlite3CodeSubselect()
4389 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
4470 assert( !ExprHasProperty(pExpr, EP_TokenOnly) ); in sqlite3ExprCodeTarget()
5652 if( ALWAYS((combinedFlags & EP_TokenOnly)==0) ){ in sqlite3ExprCompare()
6170 if( ALWAYS(!ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced)) in agginfoPersistExprCb()
6271 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in analyzeAggregate()
6374 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in analyzeAggregate()