Searched refs:EP_IntValue (Results 1 – 1 of 1) sorted by relevance
19468 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro19509 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)19510 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)32521 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()33713 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()33722 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()33728 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()33743 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()33749 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()33759 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()[all …]