Lines Matching refs:MEM_Int

20898 #define MEM_Int       0x0004   /* Value is an integer */  macro
75682 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
75686 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
75742 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
75744 if( p->flags & MEM_Int ){
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) ){
76253 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
76270 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
76300 MemSetTypeFlag(pMem, MEM_Int);
76313 MemSetTypeFlag(pMem, MEM_Int);
76355 testcase( pMem->flags & MEM_Int );
76359 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
76369 MemSetTypeFlag(pMem, MEM_Int);
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);
76482 pMem->flags = MEM_Int;
76494 pMem->flags = MEM_Int;
76607 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
77173 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
77174 testcase( pVal->flags & MEM_Int );
77228 pVal->flags = MEM_Int;
79230 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
81174 if( flags&(MEM_Int|MEM_IntReal) ){
81179 testcase( flags & MEM_Int );
81395 pMem->flags = MEM_Int;
81442 pMem->flags = MEM_Int;
81450 pMem->flags = MEM_Int;
81458 pMem->flags = MEM_Int;
81470 pMem->flags = MEM_Int;
81478 pMem->flags = MEM_Int;
81493 pMem->flags = MEM_Int;
81870 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
81871 testcase( combined_flags & MEM_Int );
81874 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
81875 testcase( f1 & f2 & MEM_Int );
81886 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
81887 testcase( f1 & MEM_Int );
81891 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
81900 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
81901 testcase( f2 & MEM_Int );
82051 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
82052 testcase( pRhs->flags & MEM_Int );
82404 if( (flags & MEM_Int) ){
83086 }else if( pVal->flags & MEM_Int ){
83350 if( pCtx->pOut->flags & MEM_Int ){
83351 pCtx->pOut->flags &= ~MEM_Int;
84644 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
84645 testcase( pMem->flags & MEM_Int );
84965 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
85362 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
85366 pRec->flags |= MEM_Int;
85406 if( (pRec->flags & MEM_Int)==0 ){ /*OPTIMIZATION-IF-FALSE*/
85420 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
85421 testcase( pRec->flags & MEM_Int );
85427 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
85468 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
85475 return MEM_Int;
85481 return MEM_Int;
85494 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal) ){
85495 testcase( pMem->flags & MEM_Int );
85498 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal);
85578 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
85582 }else if( p->flags & MEM_Int ){
85754 pOut->flags = MEM_Int;
85766 pOut->flags = MEM_Int;
86046 pIn1->flags = MEM_Int;
86064 assert( pIn1->flags==MEM_Int );
86088 pOut->flags = MEM_Int;
86104 assert( pIn1->flags==MEM_Int );
86131 pIn1->flags = MEM_Int;
86350 assert( pIn3->flags & MEM_Int );
86558 assert( (pIn1->flags & MEM_Int)!=0 );
86774 if( (type1 & type2 & MEM_Int)!=0 ){
86795 MemSetTypeFlag(pOut, MEM_Int);
86823 MemSetTypeFlag(pOut, MEM_Int);
86940 MemSetTypeFlag(pOut, MEM_Int);
86969 if( (pIn1->flags & MEM_Int)==0 ){
86971 if( (pIn1->flags & MEM_Int)==0 ){
86982 MemSetTypeFlag(pIn1, MEM_Int);
86998 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
86999 testcase( pIn1->flags & MEM_Int );
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 ){
87206 if( (pIn1->flags & pIn3->flags & MEM_Int)!=0 ){
87213 if( (flags1 & MEM_Str)==0 && (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
87214 testcase( pIn1->flags & MEM_Int );
87222 if( (flags3 & MEM_Str)==0 && (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
87223 testcase( pIn3->flags & MEM_Int );
87280 MemSetTypeFlag(pOut, MEM_Int);
87481 MemSetTypeFlag(pOut, MEM_Int);
87545 pOut->flags = MEM_Int;
88002 if( zAffinity[0]==SQLITE_AFF_REAL && (pIn1->flags & MEM_Int)!=0 ){
88013 pIn1->flags &= ~MEM_Int;
88017 pIn1->flags &= ~MEM_Int;
88099 if( zAffinity[0]==SQLITE_AFF_REAL && (pRec->flags & MEM_Int) ){
88101 pRec->flags &= ~(MEM_Int);
88167 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
88171 testcase( pRec->flags & MEM_Int );
88919 assert( (pIn2->flags & MEM_Int)!=0 );
89334 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
89343 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
89747 testcase( pIn3->flags & MEM_Int );
89750 testcase( (pIn3->flags & (MEM_Str|MEM_Int))==MEM_Str );
89751 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){
89759 if( (x.flags & MEM_Int)==0 ) goto jump_to_p2;
89766 assert( (pIn3->flags & MEM_Int)!=0 || pOp->opcode==OP_SeekRowid );
89913 assert( (pMem->flags & MEM_Int)!=0 ); /* mem(P3) holds an integer */
90013 assert( pKey->flags & MEM_Int );
90159 || (aMem[pOp->p3].flags & MEM_Int)
91064 pOut->flags = MEM_Int;
91354 assert( (pnErr->flags & MEM_Int)!=0 );
91387 assert( (pIn2->flags & MEM_Int)!=0 );
91454 assert( pIn3->flags&MEM_Int );
91737 assert( pIn1->flags&MEM_Int );
91769 assert( pIn1->flags & MEM_Int );
91770 assert( pIn3->flags & MEM_Int );
91797 assert( pIn1->flags&MEM_Int );
91814 assert( pIn1->flags&MEM_Int );
92447 assert( (pQuery->flags&MEM_Int)!=0 && pArgc->flags==MEM_Int );
93208 v->aMem[1].flags = MEM_Int;