Searched refs:EP_IntValue (Results 1 – 1 of 1) sorted by relevance
20108 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro20149 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)20150 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)33331 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()34553 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()34562 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34568 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34583 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34589 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()34599 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()[all …]