Lines Matching refs:MEM_Int
23317 #define MEM_Int 0x0004 /* Value is an integer */ macro
82388 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
82392 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
82450 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
82452 if( p->flags & MEM_Int ){
82457 assert( (p->flags&MEM_Int)*2==sizeof(x) );
82458 memcpy(&x, (char*)&p->u, (p->flags&MEM_Int)*2);
82514 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
82655 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
82807 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
82822 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
82976 if( flags & (MEM_Int|MEM_IntReal) ){
83006 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
83023 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
83040 MemSetTypeFlag(pMem, MEM_Int);
83056 MemSetTypeFlag(pMem, MEM_Int);
83071 MemSetTypeFlag(pMem, MEM_Int);
83125 testcase( pMem->flags & MEM_Int );
83129 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
83139 MemSetTypeFlag(pMem, MEM_Int);
83144 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
83188 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
83272 pMem->flags = MEM_Int;
83284 pMem->flags = MEM_Int;
83398 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
84002 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
84003 testcase( pVal->flags & MEM_Int );
84059 pVal->flags = MEM_Int;
86318 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
88240 if( flags&(MEM_Int|MEM_IntReal) ){
88245 testcase( flags & MEM_Int );
88410 pMem->flags = MEM_Int;
88456 pMem->flags = MEM_Int;
88464 pMem->flags = MEM_Int;
88472 pMem->flags = MEM_Int;
88484 pMem->flags = MEM_Int;
88492 pMem->flags = MEM_Int;
88508 pMem->flags = MEM_Int;
88913 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
88914 testcase( combined_flags & MEM_Int );
88917 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
88918 testcase( f1 & f2 & MEM_Int );
88929 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
88930 testcase( f1 & MEM_Int );
88934 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
88943 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
88944 testcase( f2 & MEM_Int );
89102 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
89103 testcase( pRhs->flags & MEM_Int );
89467 if( (flags & MEM_Int) ){
90192 }else if( pVal->flags & MEM_Int ){
90584 if( pCtx->pOut->flags & MEM_Int ){
90585 pCtx->pOut->flags &= ~MEM_Int;
92082 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
92083 testcase( pMem->flags & MEM_Int );
92544 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
92957 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
92961 pRec->flags |= MEM_Int;
93005 if( (pRec->flags & MEM_Int)==0 ){ /*OPTIMIZATION-IF-FALSE*/
93019 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
93020 testcase( pRec->flags & MEM_Int );
93026 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
93067 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
93071 return MEM_Int;
93077 return MEM_Int;
93083 return MEM_Int;
93098 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
93099 testcase( pMem->flags & MEM_Int );
93102 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
93184 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
93188 }else if( p->flags & MEM_Int ){
93265 pOut->flags = MEM_Int;
93277 pOut->flags = MEM_Int;
93293 if( p->flags & (MEM_Int|MEM_IntReal) ){
93690 pIn1->flags = MEM_Int;
93720 if( pIn1->flags & MEM_Int ){
93747 pOut->flags = MEM_Int;
93770 assert( pIn1->flags==MEM_Int );
93797 pIn1->flags = MEM_Int;
94023 assert( pIn3->flags & MEM_Int );
94268 assert( (pIn1->flags & MEM_Int)!=0 );
94459 if( (type1 & type2 & MEM_Int)!=0 ){
94481 MemSetTypeFlag(pOut, MEM_Int);
94487 if( (type1 & type2 & MEM_Int)!=0 ) goto int_math;
94512 MemSetTypeFlag(pOut, MEM_Int);
94629 MemSetTypeFlag(pOut, MEM_Int);
94658 if( (pIn1->flags & MEM_Int)==0 ){
94660 if( (pIn1->flags & MEM_Int)==0 ){
94671 MemSetTypeFlag(pIn1, MEM_Int);
94687 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
94688 testcase( pIn1->flags & MEM_Int );
94839 if( (flags1 & flags3 & MEM_Int)!=0 ){
94902 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
94907 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
94912 if( (flags1 & MEM_Str)==0 && (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
94913 testcase( pIn1->flags & MEM_Int );
94921 if( (flags3 & MEM_Str)==0 && (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
94922 testcase( pIn3->flags & MEM_Int );
95159 MemSetTypeFlag(pOut, MEM_Int);
95223 pOut->flags = MEM_Int;
95862 if( (pIn1->flags & MEM_Int)==0 ) goto vdbe_type_error;
95872 if( pIn1->flags & MEM_Int ){
95883 pIn1->flags &= ~MEM_Int;
95887 pIn1->flags &= ~MEM_Int;
95935 if( zAffinity[0]==SQLITE_AFF_REAL && (pIn1->flags & MEM_Int)!=0 ){
95946 pIn1->flags &= ~MEM_Int;
95950 pIn1->flags &= ~(MEM_Int|MEM_Str);
96041 if( zAffinity[0]==SQLITE_AFF_REAL && (pRec->flags & MEM_Int) ){
96043 pRec->flags &= ~(MEM_Int);
96111 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
96115 testcase( pRec->flags & MEM_Int );
96937 assert( (pIn2->flags & MEM_Int)!=0 );
97373 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
97382 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
98008 testcase( pIn3->flags & MEM_Int );
98011 testcase( (pIn3->flags & (MEM_Str|MEM_Int))==MEM_Str );
98012 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){
98020 if( (x.flags & MEM_Int)==0 ) goto jump_to_p2;
98028 assert( (pIn3->flags & MEM_Int)!=0 || pOp->opcode==OP_SeekRowid );
98177 assert( (pMem->flags & MEM_Int)!=0 ); /* mem(P3) holds an integer */
98277 assert( pKey->flags & MEM_Int );
98462 || (aMem[pOp->p3].flags & MEM_Int)
99410 pOut->flags = MEM_Int;
99728 assert( (pnErr->flags & MEM_Int)!=0 );
99762 assert( (pIn2->flags & MEM_Int)!=0 );
99829 assert( pIn3->flags&MEM_Int );
100106 assert( pIn1->flags&MEM_Int );
100138 assert( pIn1->flags & MEM_Int );
100139 assert( pIn3->flags & MEM_Int );
100166 assert( pIn1->flags&MEM_Int );
100183 assert( pIn1->flags&MEM_Int );
100892 assert( (pQuery->flags&MEM_Int)!=0 && pArgc->flags==MEM_Int );
101314 assert( pIn1->flags & MEM_Int );