Lines Matching refs:EP_IntValue

10346 #define EP_IntValue   0x0400  /* Integer value contained in u.iValue */  macro
58204 if( ExprHasProperty(pExpr, EP_IntValue) ){
71872 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
72595 pE->flags |= EP_IntValue | flags;
73061 assert( !ExprHasProperty(pExpr, EP_IntValue) );
73421 pNew->flags |= EP_IntValue;
73570 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
73639 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
73728 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
73793 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
74229 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
74232 if( p->flags & EP_IntValue ){
74969 if( pExpr->flags & EP_IntValue ){
75330 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75336 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75349 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75361 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75385 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75495 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75538 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75566 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75860 assert( !ExprHasProperty(pExpr, EP_IntValue) );
76470 if( ExprHasProperty(pA, EP_IntValue) ){
76471 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!=pB->u.iValue ){
76475 if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
76652 assert( !ExprHasProperty(pExpr, EP_IntValue) );
93612 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
93629 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
94570 pNew->flags |= EP_IntValue;
95436 assert( !ExprHasProperty(pExpr, EP_IntValue) );
95661 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
96855 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){