Lines Matching refs:MEM_Int
23893 #define MEM_Int 0x0004 /* Value is an integer */ macro
83882 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
83886 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
83944 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
83946 if( p->flags & MEM_Int ){
83951 assert( (p->flags&MEM_Int)*2==sizeof(x) );
83952 memcpy(&x, (char*)&p->u, (p->flags&MEM_Int)*2);
84008 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
84149 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
84301 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
84316 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
84470 if( flags & (MEM_Int|MEM_IntReal) ){
84500 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
84517 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
84534 MemSetTypeFlag(pMem, MEM_Int);
84550 MemSetTypeFlag(pMem, MEM_Int);
84565 MemSetTypeFlag(pMem, MEM_Int);
84619 testcase( pMem->flags & MEM_Int );
84623 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
84633 MemSetTypeFlag(pMem, MEM_Int);
84638 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
84682 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
84766 pMem->flags = MEM_Int;
84778 pMem->flags = MEM_Int;
84900 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
85527 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
85528 testcase( pVal->flags & MEM_Int );
85584 pVal->flags = MEM_Int;
87863 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
89797 if( flags&(MEM_Int|MEM_IntReal) ){
89802 testcase( flags & MEM_Int );
89967 pMem->flags = MEM_Int;
90030 pMem->flags = MEM_Int;
90038 pMem->flags = MEM_Int;
90046 pMem->flags = MEM_Int;
90058 pMem->flags = MEM_Int;
90066 pMem->flags = MEM_Int;
90082 pMem->flags = MEM_Int;
90479 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
90480 testcase( combined_flags & MEM_Int );
90483 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
90484 testcase( f1 & f2 & MEM_Int );
90495 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
90496 testcase( f1 & MEM_Int );
90500 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
90509 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
90510 testcase( f2 & MEM_Int );
90668 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
90669 testcase( pRhs->flags & MEM_Int );
91044 if( (flags & MEM_Int) ){
91779 }else if( pVal->flags & MEM_Int ){
92171 if( pCtx->pOut->flags & MEM_Int ){
92172 pCtx->pOut->flags &= ~MEM_Int;
93718 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
93719 testcase( pMem->flags & MEM_Int );
94187 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
94698 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
94702 pRec->flags |= MEM_Int;
94746 if( (pRec->flags & MEM_Int)==0 ){ /*OPTIMIZATION-IF-FALSE*/
94760 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
94761 testcase( pRec->flags & MEM_Int );
94767 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
94808 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
94812 return MEM_Int;
94818 return MEM_Int;
94824 return MEM_Int;
94839 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
94840 testcase( pMem->flags & MEM_Int );
94843 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
94925 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
94929 }else if( p->flags & MEM_Int ){
95007 pOut->flags = MEM_Int;
95019 pOut->flags = MEM_Int;
95035 if( p->flags & (MEM_Int|MEM_IntReal) ){
95432 pIn1->flags = MEM_Int;
95462 if( pIn1->flags & MEM_Int ){
95489 pOut->flags = MEM_Int;
95514 assert( pIn1->flags==MEM_Int );
95541 pIn1->flags = MEM_Int;
95779 assert( pIn3->flags & MEM_Int );
96022 assert( (pIn1->flags & MEM_Int)!=0 );
96213 if( (type1 & type2 & MEM_Int)!=0 ){
96235 MemSetTypeFlag(pOut, MEM_Int);
96241 if( (type1 & type2 & MEM_Int)!=0 ) goto int_math;
96266 MemSetTypeFlag(pOut, MEM_Int);
96383 MemSetTypeFlag(pOut, MEM_Int);
96412 if( (pIn1->flags & MEM_Int)==0 ){
96414 if( (pIn1->flags & MEM_Int)==0 ){
96425 MemSetTypeFlag(pIn1, MEM_Int);
96441 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
96442 testcase( pIn1->flags & MEM_Int );
96593 if( (flags1 & flags3 & MEM_Int)!=0 ){
96656 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
96661 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
96667 pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
96668 }else if( (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
96669 testcase( pIn1->flags & MEM_Int );
96678 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
96679 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
96680 testcase( pIn3->flags & MEM_Int );
96917 MemSetTypeFlag(pOut, MEM_Int);
96981 pOut->flags = MEM_Int;
97626 if( (pIn1->flags & MEM_Int)==0 ) goto vdbe_type_error;
97636 if( pIn1->flags & MEM_Int ){
97647 pIn1->flags &= ~MEM_Int;
97651 pIn1->flags &= ~MEM_Int;
97699 if( zAffinity[0]==SQLITE_AFF_REAL && (pIn1->flags & MEM_Int)!=0 ){
97710 pIn1->flags &= ~MEM_Int;
97714 pIn1->flags &= ~(MEM_Int|MEM_Str);
97805 if( zAffinity[0]==SQLITE_AFF_REAL && (pRec->flags & MEM_Int) ){
97807 pRec->flags &= ~(MEM_Int);
97875 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
97879 testcase( pRec->flags & MEM_Int );
98703 assert( (pIn2->flags & MEM_Int)!=0 );
99149 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
99158 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
99785 testcase( pIn3->flags & MEM_Int );
99788 testcase( (pIn3->flags & (MEM_Str|MEM_Int))==MEM_Str );
99789 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){
99797 if( (x.flags & MEM_Int)==0 ) goto jump_to_p2;
99805 assert( (pIn3->flags & MEM_Int)!=0 || pOp->opcode==OP_SeekRowid );
99954 assert( (pMem->flags & MEM_Int)!=0 ); /* mem(P3) holds an integer */
100054 assert( pKey->flags & MEM_Int );
100239 || (aMem[pOp->p3].flags & MEM_Int)
101197 pOut->flags = MEM_Int;
101530 assert( (pnErr->flags & MEM_Int)!=0 );
101564 assert( (pIn2->flags & MEM_Int)!=0 );
101631 assert( pIn3->flags&MEM_Int );
101912 assert( pIn1->flags&MEM_Int );
101944 assert( pIn1->flags & MEM_Int );
101945 assert( pIn3->flags & MEM_Int );
101972 assert( pIn1->flags&MEM_Int );
101989 assert( pIn1->flags&MEM_Int );
102709 assert( (pQuery->flags&MEM_Int)!=0 && pArgc->flags==MEM_Int );
103133 assert( pIn1->flags & MEM_Int );