Lines Matching refs:MEM_IntReal

20901 #define MEM_IntReal   0x0020   /* MEM_Int that stringifies like MEM_Real */  macro
75682 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
75742 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
75746 }else if( p->flags & MEM_IntReal ){
75794 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
75927 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
76039 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
76054 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
76224 if( flags & (MEM_Int|MEM_IntReal) ){
76225 testcase( flags & MEM_IntReal );
76253 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
76254 testcase( pMem->flags & MEM_IntReal );
76269 testcase( pMem->flags & MEM_IntReal );
76270 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
76357 testcase( pMem->flags & MEM_IntReal );
76359 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
76374 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
76417 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
76607 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
77172 assert( (pVal->flags & MEM_IntReal)==0 );
77173 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
79230 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
81174 if( flags&(MEM_Int|MEM_IntReal) ){
81180 testcase( flags & MEM_IntReal );
81200 if( flags&MEM_IntReal ){
81205 pMem->flags &= ~MEM_IntReal;
81870 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
81873 testcase( combined_flags & MEM_IntReal );
81874 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
81876 testcase( f1 & f2 & MEM_IntReal );
81886 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
81888 testcase( f1 & MEM_IntReal );
81891 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
81900 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
81902 testcase( f2 & MEM_IntReal );
82051 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
82053 testcase( pRhs->flags & MEM_IntReal );
82410 if( (flags & (MEM_Real|MEM_IntReal|MEM_Null|MEM_Blob))==0
83084 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){
83352 pCtx->pOut->flags |= MEM_IntReal;
84644 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
84646 testcase( pMem->flags & MEM_IntReal );
84965 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
85362 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
85420 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
85423 testcase( pRec->flags & MEM_IntReal );
85427 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
85468 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
85494 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal) ){
85497 testcase( pMem->flags & MEM_IntReal );
85498 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal);
85580 }else if( (p->flags & (MEM_IntReal))!=0 ){
86998 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
87000 testcase( pIn1->flags & MEM_IntReal );
87195 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
87200 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
87213 if( (flags1 & MEM_Str)==0 && (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
87216 testcase( pIn1->flags & MEM_IntReal );
87222 if( (flags3 & MEM_Str)==0 && (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
87225 testcase( pIn3->flags & MEM_IntReal );
88012 pIn1->flags |= MEM_IntReal;
88100 pRec->flags |= MEM_IntReal;
88167 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
88172 testcase( pRec->flags & MEM_IntReal );
88205 if( pRec->flags & MEM_IntReal ){
88210 pRec->flags &= ~MEM_IntReal;
89334 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
89343 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
89748 testcase( pIn3->flags & MEM_IntReal );
89751 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){