Lines Matching refs:MEM_Int
23405 #define MEM_Int 0x0004 /* Value is an integer */ macro
82828 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
82832 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
82890 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
82892 if( p->flags & MEM_Int ){
82897 assert( (p->flags&MEM_Int)*2==sizeof(x) );
82898 memcpy(&x, (char*)&p->u, (p->flags&MEM_Int)*2);
82954 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
83095 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
83247 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
83262 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
83416 if( flags & (MEM_Int|MEM_IntReal) ){
83446 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
83463 if( pMem->flags & (MEM_Int|MEM_IntReal) ) return pMem->u.i!=0;
83480 MemSetTypeFlag(pMem, MEM_Int);
83496 MemSetTypeFlag(pMem, MEM_Int);
83511 MemSetTypeFlag(pMem, MEM_Int);
83565 testcase( pMem->flags & MEM_Int );
83569 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))==0 ){
83579 MemSetTypeFlag(pMem, MEM_Int);
83584 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null))!=0 );
83628 pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal|MEM_Blob|MEM_Zero);
83712 pMem->flags = MEM_Int;
83724 pMem->flags = MEM_Int;
83845 assert( (mFlags&(MEM_Int|MEM_IntReal))==0 || pMem->u.i==pX->u.i );
84469 if( pVal->flags & (MEM_Int|MEM_IntReal|MEM_Real) ){
84470 testcase( pVal->flags & MEM_Int );
84526 pVal->flags = MEM_Int;
86794 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){
88716 if( flags&(MEM_Int|MEM_IntReal) ){
88721 testcase( flags & MEM_Int );
88886 pMem->flags = MEM_Int;
88949 pMem->flags = MEM_Int;
88957 pMem->flags = MEM_Int;
88965 pMem->flags = MEM_Int;
88977 pMem->flags = MEM_Int;
88985 pMem->flags = MEM_Int;
89001 pMem->flags = MEM_Int;
89404 if( combined_flags&(MEM_Int|MEM_Real|MEM_IntReal) ){
89405 testcase( combined_flags & MEM_Int );
89408 if( (f1 & f2 & (MEM_Int|MEM_IntReal))!=0 ){
89409 testcase( f1 & f2 & MEM_Int );
89420 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){
89421 testcase( f1 & MEM_Int );
89425 }else if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
89434 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){
89435 testcase( f2 & MEM_Int );
89593 if( pRhs->flags & (MEM_Int|MEM_IntReal) ){
89594 testcase( pRhs->flags & MEM_Int );
89969 if( (flags & MEM_Int) ){
90696 }else if( pVal->flags & MEM_Int ){
91088 if( pCtx->pOut->flags & MEM_Int ){
91089 pCtx->pOut->flags &= ~MEM_Int;
92586 if( pMem->flags & (MEM_Int|MEM_IntReal) ){
92587 testcase( pMem->flags & MEM_Int );
93049 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){
93462 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );
93466 pRec->flags |= MEM_Int;
93510 if( (pRec->flags & MEM_Int)==0 ){ /*OPTIMIZATION-IF-FALSE*/
93524 if( (pRec->flags&(MEM_Real|MEM_Int|MEM_IntReal)) ){
93525 testcase( pRec->flags & MEM_Int );
93531 pRec->flags &= ~(MEM_Real|MEM_Int|MEM_IntReal);
93572 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 );
93576 return MEM_Int;
93582 return MEM_Int;
93588 return MEM_Int;
93603 if( pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null) ){
93604 testcase( pMem->flags & MEM_Int );
93607 return pMem->flags & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Null);
93689 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
93693 }else if( p->flags & MEM_Int ){
93770 pOut->flags = MEM_Int;
93782 pOut->flags = MEM_Int;
93798 if( p->flags & (MEM_Int|MEM_IntReal) ){
94195 pIn1->flags = MEM_Int;
94225 if( pIn1->flags & MEM_Int ){
94252 pOut->flags = MEM_Int;
94277 assert( pIn1->flags==MEM_Int );
94304 pIn1->flags = MEM_Int;
94530 assert( pIn3->flags & MEM_Int );
94771 assert( (pIn1->flags & MEM_Int)!=0 );
94962 if( (type1 & type2 & MEM_Int)!=0 ){
94984 MemSetTypeFlag(pOut, MEM_Int);
94990 if( (type1 & type2 & MEM_Int)!=0 ) goto int_math;
95015 MemSetTypeFlag(pOut, MEM_Int);
95132 MemSetTypeFlag(pOut, MEM_Int);
95161 if( (pIn1->flags & MEM_Int)==0 ){
95163 if( (pIn1->flags & MEM_Int)==0 ){
95174 MemSetTypeFlag(pIn1, MEM_Int);
95190 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){
95191 testcase( pIn1->flags & MEM_Int );
95342 if( (flags1 & flags3 & MEM_Int)!=0 ){
95405 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
95410 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){
95416 pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
95417 }else if( (flags1&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
95418 testcase( pIn1->flags & MEM_Int );
95427 pIn3->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
95428 }else if( (flags3&(MEM_Int|MEM_Real|MEM_IntReal))!=0 ){
95429 testcase( pIn3->flags & MEM_Int );
95666 MemSetTypeFlag(pOut, MEM_Int);
95730 pOut->flags = MEM_Int;
96369 if( (pIn1->flags & MEM_Int)==0 ) goto vdbe_type_error;
96379 if( pIn1->flags & MEM_Int ){
96390 pIn1->flags &= ~MEM_Int;
96394 pIn1->flags &= ~MEM_Int;
96442 if( zAffinity[0]==SQLITE_AFF_REAL && (pIn1->flags & MEM_Int)!=0 ){
96453 pIn1->flags &= ~MEM_Int;
96457 pIn1->flags &= ~(MEM_Int|MEM_Str);
96548 if( zAffinity[0]==SQLITE_AFF_REAL && (pRec->flags & MEM_Int) ){
96550 pRec->flags &= ~(MEM_Int);
96618 }else if( pRec->flags & (MEM_Int|MEM_IntReal) ){
96622 testcase( pRec->flags & MEM_Int );
97449 assert( (pIn2->flags & MEM_Int)!=0 );
97886 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){
97895 if( (newType & (MEM_Int|MEM_IntReal))==0 ){
98521 testcase( pIn3->flags & MEM_Int );
98524 testcase( (pIn3->flags & (MEM_Str|MEM_Int))==MEM_Str );
98525 if( (pIn3->flags & (MEM_Int|MEM_IntReal))==0 ){
98533 if( (x.flags & MEM_Int)==0 ) goto jump_to_p2;
98541 assert( (pIn3->flags & MEM_Int)!=0 || pOp->opcode==OP_SeekRowid );
98690 assert( (pMem->flags & MEM_Int)!=0 ); /* mem(P3) holds an integer */
98790 assert( pKey->flags & MEM_Int );
98975 || (aMem[pOp->p3].flags & MEM_Int)
99933 pOut->flags = MEM_Int;
100266 assert( (pnErr->flags & MEM_Int)!=0 );
100300 assert( (pIn2->flags & MEM_Int)!=0 );
100367 assert( pIn3->flags&MEM_Int );
100646 assert( pIn1->flags&MEM_Int );
100678 assert( pIn1->flags & MEM_Int );
100679 assert( pIn3->flags & MEM_Int );
100706 assert( pIn1->flags&MEM_Int );
100723 assert( pIn1->flags&MEM_Int );
101432 assert( (pQuery->flags&MEM_Int)!=0 && pArgc->flags==MEM_Int );
101854 assert( pIn1->flags & MEM_Int );