Lines Matching refs:EP_IntValue
18988 #define EP_IntValue 0x000800 /* Integer value contained in u.iValue */ macro
19029 #define ExprUseUToken(E) (((E)->flags&EP_IntValue)==0)
19030 #define ExprUseUValue(E) (((E)->flags&EP_IntValue)!=0)
31664 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf()
32830 if( pExpr->flags & EP_IntValue ){ in sqlite3TreeViewExpr()
32839 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32845 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32860 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32866 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32876 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32883 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32934 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32946 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
32970 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
33097 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr()
34908 assert( !ExprHasProperty(p, EP_IntValue) ); in sqlite3DequoteExpr()
83853 assert( !ExprHasProperty(p, EP_IntValue) );
83957 assert( !ExprHasProperty(pExpr, EP_IntValue) );
83989 if( ExprHasProperty(pExpr, EP_IntValue) ){
84038 assert( !ExprHasProperty(pExpr, EP_IntValue) );
84056 assert( !ExprHasProperty(pExpr, EP_IntValue) );
86184 assert( !ExprHasProperty(pExpr, EP_IntValue) );
106275 assert( !ExprHasProperty(pExpr, EP_IntValue) );
106911 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
107081 assert( !ExprHasProperty(p, EP_IntValue) );
107163 assert( !ExprHasProperty(pExpr, EP_IntValue) );
107165 pExpr->flags |= EP_IntValue;
107195 assert( !ExprHasProperty(pExpr, EP_IntValue) );
107208 assert( !ExprHasProperty(pRight, EP_IntValue) );
107240 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
107575 assert( !ExprHasProperty(pE, EP_IntValue) );
107753 pNew->flags |= EP_IntValue;
108454 assert( !ExprHasProperty(pExpr, EP_IntValue) );
108663 assert( !ExprHasProperty(p, EP_IntValue) );
109339 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
109693 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
109914 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
109992 }else if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
110019 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
110688 if( !ExprHasProperty(pExpr, EP_Quoted|EP_IntValue)
110705 assert( !ExprHasProperty(pExpr, EP_IntValue) );
111076 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
111079 if( p->flags & EP_IntValue ){
112341 if( pExpr->flags & EP_IntValue ){
112970 assert( !ExprHasProperty(pExpr, EP_IntValue) );
112976 assert( !ExprHasProperty(pExpr, EP_IntValue) );
112994 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113006 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113026 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113107 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113113 tempX.flags = EP_IntValue|EP_TokenOnly;
113165 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113198 assert( !ExprHasProperty(pExpr, EP_IntValue) );
113584 assert( !ExprHasProperty(pExpr, EP_IntValue) );
114333 if( combinedFlags & EP_IntValue ){
114334 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
114354 assert( !ExprHasProperty(pA, EP_IntValue) );
114355 assert( !ExprHasProperty(pB, EP_IntValue) );
120101 assert( !ExprHasProperty(pAuthArg, EP_IntValue) );
122477 assert( !ExprHasProperty(pCExpr, EP_IntValue) );
124755 assert( !ExprHasProperty(pExpr, EP_IntValue) );
124853 assert( !ExprHasProperty(pListItem->pExpr, EP_IntValue) );
130182 assert( !ExprHasProperty(pExpr, EP_IntValue) );
130206 assert( !ExprHasProperty(pEscape, EP_IntValue) );
135091 assert( pDestExpr==0 || !ExprHasProperty(pDestExpr, EP_IntValue) );
135093 assert( pSrcExpr==0 || !ExprHasProperty(pSrcExpr, EP_IntValue) );
138969 assert( pColExpr==0 || !ExprHasProperty(pColExpr, EP_IntValue)
144028 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
145316 pNew->flags |= EP_IntValue;
145684 ExprSetProperty(pExpr, EP_IntValue);
147170 assert( !ExprHasProperty(pFunc, EP_IntValue) );
147902 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
159159 assert( !ExprHasProperty(pRight, EP_IntValue) );
159190 assert( !ExprHasProperty(pPrefix, EP_IntValue) );
159245 assert( !ExprHasProperty(pRight, EP_IntValue) );
159336 assert( !ExprHasProperty(pExpr, EP_IntValue) );
159367 assert( !ExprHasProperty(pExpr, EP_IntValue) );
160160 assert( !ExprHasProperty(pExpr, EP_IntValue) );
160286 assert( pStr1==0 || !ExprHasProperty(pStr1, EP_IntValue) );
160287 assert( pStr2==0 || !ExprHasProperty(pStr2, EP_IntValue) );
160523 ExprSetProperty(pVal, EP_IntValue);
162172 assert( !ExprHasProperty(pExpr, EP_IntValue) );
168767 pSub->flags &= ~(EP_IntValue|EP_IsTrue|EP_IsFalse);
168797 assert( !ExprHasProperty(pExpr, EP_IntValue) );