Lines Matching refs:EP_IntValue
9764 int iValue; /* Integer value if EP_IntValue */
9814 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
55215 if( ExprHasProperty(pExpr, EP_IntValue) ){
67666 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
68389 pE->flags |= EP_IntValue | flags;
68841 assert( !ExprHasProperty(pExpr, EP_IntValue) );
69175 ** into u.iValue and the EP_IntValue flag is set. No extra storage
69200 pNew->flags |= EP_IntValue;
69349 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
69505 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
69570 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
70001 if( p->flags & EP_IntValue ){
70029 p->flags |= EP_IntValue;
70754 if( pExpr->flags & EP_IntValue ){
71114 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71120 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71133 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71145 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71167 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71277 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71320 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71348 assert( !ExprHasProperty(pExpr, EP_IntValue) );
71642 assert( !ExprHasProperty(pExpr, EP_IntValue) );
72248 if( ExprHasProperty(pA, EP_IntValue) ){
72249 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!=pB->u.iValue ){
72253 if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
72430 assert( !ExprHasProperty(pExpr, EP_IntValue) );
89078 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
89095 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
90036 pNew->flags |= EP_IntValue;
90896 assert( !ExprHasProperty(pExpr, EP_IntValue) );
91121 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
92190 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){