Searched refs:EP_IntValue (Results 1 – 1 of 1) sorted by relevance
18988 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro19029 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)19030 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)31664 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()32830 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()32839 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()32845 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()32860 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()32866 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()32876 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()[all …]