Lines Matching refs:EP_IntValue
11202 #define EP_IntValue 0x000400 /* Integer value contained in u.iValue */ macro
61048 if( ExprHasProperty(pExpr, EP_IntValue) ){
75112 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
75952 pNew->flags |= EP_IntValue;
76477 assert( !ExprHasProperty(pExpr, EP_IntValue) );
76865 pNew->flags |= EP_IntValue;
77050 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
77119 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
77211 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
77276 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
77751 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
77754 if( p->flags & EP_IntValue ){
78519 if( pExpr->flags & EP_IntValue ){
78900 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78906 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78919 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78931 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78955 assert( !ExprHasProperty(pExpr, EP_IntValue) );
79065 assert( !ExprHasProperty(pExpr, EP_IntValue) );
79070 tempX.flags = EP_IntValue|EP_TokenOnly;
79110 assert( !ExprHasProperty(pExpr, EP_IntValue) );
79135 assert( !ExprHasProperty(pExpr, EP_IntValue) );
79460 assert( !ExprHasProperty(pExpr, EP_IntValue) );
79630 if( pExpr->flags & EP_IntValue ){
80291 if( combinedFlags & EP_IntValue ){
80292 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
80588 assert( !ExprHasProperty(pExpr, EP_IntValue) );
100987 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
102140 pNew->flags |= EP_IntValue;
103520 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );