Lines Matching refs:EP_IntValue
19468 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro
19509 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)
19510 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)
32521 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()
33713 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()
33722 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33728 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33743 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33749 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33759 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33766 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33817 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33829 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33853 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33980 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
35832 assert( !ExprHasProperty(p, EP_IntValue) ); in sqlite3DequoteExpr()
35871 p->flags |= EP_IntValue; in sqlite3DequoteNumber()
85357 assert( !ExprHasProperty(p, EP_IntValue) );
85462 assert( !ExprHasProperty(pExpr, EP_IntValue) );
85486 if( ExprHasProperty(pLeft, EP_IntValue)
85500 if( ExprHasProperty(pExpr, EP_IntValue) ){
85563 assert( !ExprHasProperty(pExpr, EP_IntValue) );
85581 assert( !ExprHasProperty(pExpr, EP_IntValue) );
87729 assert( !ExprHasProperty(pExpr, EP_IntValue) );
108127 assert( !ExprHasProperty(pExpr, EP_IntValue) );
108791 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
108969 assert( !ExprHasProperty(p, EP_IntValue) );
109074 assert( !ExprHasProperty(pExpr, EP_IntValue) );
109085 pExpr->flags |= EP_IntValue;
109112 assert( !ExprHasProperty(pExpr, EP_IntValue) );
109125 assert( !ExprHasProperty(pRight, EP_IntValue) );
109156 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
109511 assert( !ExprHasProperty(pE, EP_IntValue) );
109689 pNew->flags |= EP_IntValue;
110408 assert( !ExprHasProperty(pExpr, EP_IntValue) );
110624 assert( !ExprHasProperty(p, EP_IntValue) );
111301 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
111655 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
111889 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
111967 }else if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
111994 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
112671 if( !ExprHasProperty(pExpr, EP_Quoted|EP_IntValue)
112688 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113160 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
113163 if( p->flags & EP_IntValue ){
114539 if( pExpr->flags & EP_IntValue ){
115236 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115242 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115266 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115278 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115292 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115373 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115379 tempX.flags = EP_IntValue|EP_TokenOnly;
115431 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115466 assert( !ExprHasProperty(pExpr, EP_IntValue) );
115853 assert( !ExprHasProperty(pExpr, EP_IntValue) );
116624 if( combinedFlags & EP_IntValue ){
116625 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
116645 assert( !ExprHasProperty(pA, EP_IntValue) );
116646 assert( !ExprHasProperty(pB, EP_IntValue) );
122494 assert( !ExprHasProperty(pAuthArg, EP_IntValue) );
124848 assert( !ExprHasProperty(pCExpr, EP_IntValue) );
127141 assert( !ExprHasProperty(pExpr, EP_IntValue) );
127239 assert( !ExprHasProperty(pListItem->pExpr, EP_IntValue) );
132776 assert( !ExprHasProperty(pExpr, EP_IntValue) );
132800 assert( !ExprHasProperty(pEscape, EP_IntValue) );
137987 assert( pDestExpr==0 || !ExprHasProperty(pDestExpr, EP_IntValue) );
137989 assert( pSrcExpr==0 || !ExprHasProperty(pSrcExpr, EP_IntValue) );
141899 assert( pColExpr==0 || !ExprHasProperty(pColExpr, EP_IntValue)
147128 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
148426 pNew->flags |= EP_IntValue;
148788 ExprSetProperty(pNew, EP_IntValue);
150327 assert( !ExprHasProperty(pFunc, EP_IntValue) );
151078 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
162761 assert( !ExprHasProperty(pRight, EP_IntValue) );
162808 assert( !ExprHasProperty(pPrefix, EP_IntValue) );
162863 assert( !ExprHasProperty(pRight, EP_IntValue) );
162954 assert( !ExprHasProperty(pExpr, EP_IntValue) );
162985 assert( !ExprHasProperty(pExpr, EP_IntValue) );
163799 assert( !ExprHasProperty(pExpr, EP_IntValue) );
163925 assert( pStr1==0 || !ExprHasProperty(pStr1, EP_IntValue) );
163926 assert( pStr2==0 || !ExprHasProperty(pStr2, EP_IntValue) );
164168 ExprSetProperty(pVal, EP_IntValue);
165966 assert( !ExprHasProperty(pExpr, EP_IntValue) );
173068 pSub->flags &= ~(EP_IntValue|EP_IsTrue|EP_IsFalse);
173098 assert( !ExprHasProperty(pExpr, EP_IntValue) );