Searched refs:EP_IntValue (Results 1 – 1 of 1) sorted by relevance
20129 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro20170 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)20171 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)33361 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()34583 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()34592 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34598 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34613 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34619 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34629 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()[all …]