Lines Matching refs:EP_IntValue

17795 #define EP_IntValue   0x000400 /* Integer value contained in u.iValue */  macro
17836 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)
17837 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)
30705 if( pExpr->flags & EP_IntValue ){
30714 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30720 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30735 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30741 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30751 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30758 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30808 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30820 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30844 assert( !ExprHasProperty(pExpr, EP_IntValue) );
30951 assert( !ExprHasProperty(pExpr, EP_IntValue) );
32296 assert( !ExprHasProperty(p, EP_IntValue) );
78669 assert( !ExprHasProperty(p, EP_IntValue) );
78774 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78799 if( ExprHasProperty(pExpr, EP_IntValue) ){
78848 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78866 assert( !ExprHasProperty(pExpr, EP_IntValue) );
80739 assert( !ExprHasProperty(pExpr, EP_IntValue) );
99677 assert( !ExprHasProperty(pExpr, EP_IntValue) );
99691 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
100341 assert( !ExprHasProperty(p, EP_IntValue) );
100423 assert( !ExprHasProperty(pExpr, EP_IntValue) );
100459 assert( !ExprHasProperty(pExpr, EP_IntValue) );
100472 assert( !ExprHasProperty(pRight, EP_IntValue) );
100505 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
100828 assert( !ExprHasProperty(pE, EP_IntValue) );
101004 pNew->flags |= EP_IntValue;
101709 assert( !ExprHasProperty(pExpr, EP_IntValue) );
101838 assert( !ExprHasProperty(p, EP_IntValue) );
102504 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
102781 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
102877 assert( !ExprHasProperty(p, EP_IntValue) );
102994 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
103062 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
103722 if( !ExprHasProperty(pExpr, EP_Quoted|EP_IntValue)
103739 assert( !ExprHasProperty(pExpr, EP_IntValue) );
104038 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
104041 if( p->flags & EP_IntValue ){
105269 if( pExpr->flags & EP_IntValue ){
105763 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105769 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105787 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105799 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105822 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105903 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105909 tempX.flags = EP_IntValue|EP_TokenOnly;
105961 assert( !ExprHasProperty(pExpr, EP_IntValue) );
105994 assert( !ExprHasProperty(pExpr, EP_IntValue) );
106355 assert( !ExprHasProperty(pExpr, EP_IntValue) );
107095 if( combinedFlags & EP_IntValue ){
107096 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
107110 assert( !ExprHasProperty(pA, EP_IntValue) );
107111 assert( !ExprHasProperty(pB, EP_IntValue) );
112520 assert( !ExprHasProperty(pAuthArg, EP_IntValue) );
114896 assert( !ExprHasProperty(pCExpr, EP_IntValue) );
117137 assert( !ExprHasProperty(pExpr, EP_IntValue) );
117233 assert( !ExprHasProperty(pListItem->pExpr, EP_IntValue) );
122126 assert( !ExprHasProperty(pExpr, EP_IntValue) );
122150 assert( !ExprHasProperty(pEscape, EP_IntValue) );
126933 assert( pDestExpr==0 || !ExprHasProperty(pDestExpr, EP_IntValue) );
126935 assert( pSrcExpr==0 || !ExprHasProperty(pSrcExpr, EP_IntValue) );
130704 assert( pColExpr==0 || !ExprHasProperty(pColExpr, EP_IntValue)
135375 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
136621 pNew->flags |= EP_IntValue;
138182 assert( !ExprHasProperty(pFunc, EP_IntValue) );
138890 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
149190 assert( !ExprHasProperty(pRight, EP_IntValue) );
149221 assert( !ExprHasProperty(pPrefix, EP_IntValue) );
149276 assert( !ExprHasProperty(pRight, EP_IntValue) );
149368 assert( !ExprHasProperty(pExpr, EP_IntValue) );
149399 assert( !ExprHasProperty(pExpr, EP_IntValue) );
150149 assert( !ExprHasProperty(pExpr, EP_IntValue) );
150275 assert( pStr1==0 || !ExprHasProperty(pStr1, EP_IntValue) );
150276 assert( pStr2==0 || !ExprHasProperty(pStr2, EP_IntValue) );
157271 pSub->flags &= ~(EP_IntValue|EP_IsTrue|EP_IsFalse);
157301 assert( !ExprHasProperty(pExpr, EP_IntValue) );