Lines Matching refs:EP_IntValue
9771 int iValue; /* Integer value if EP_IntValue */
9821 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
55222 if( ExprHasProperty(pExpr, EP_IntValue) ){
67673 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
68396 pE->flags |= EP_IntValue | flags;
68848 assert( !ExprHasProperty(pExpr, EP_IntValue) );
69182 ** into u.iValue and the EP_IntValue flag is set. No extra storage
69207 pNew->flags |= EP_IntValue;
69356 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
69512 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
69577 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
70008 if( p->flags & EP_IntValue ){
70036 p->flags |= EP_IntValue;
70761 if( pExpr->flags & EP_IntValue ){
71121 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71127 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71140 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71152 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71174 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71284 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71327 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71355 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71649 assert( !ExprHasProperty(pExpr, EP_IntValue) );
72255 if( ExprHasProperty(pA, EP_IntValue) ){
72256 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!=pB->u.iValue ){
72260 if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
72437 assert( !ExprHasProperty(pExpr, EP_IntValue) );
89085 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
89102 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
90043 pNew->flags |= EP_IntValue;
90903 assert( !ExprHasProperty(pExpr, EP_IntValue) );
91128 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
92197 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){