Home
last modified time | relevance | path

Searched refs:MEM_IntReal (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbemem.c108 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
309 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal); in sqlite3VdbeMemClearAndResize()
427 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) ); in sqlite3VdbeMemStringify()
626 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
627 testcase( flags & MEM_IntReal ); in sqlite3VdbeIntValue()
656 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeRealValue()
657 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeRealValue()
672 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeBooleanValue()
774 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeMemNumerify()
1618 assert( (pVal->flags & MEM_IntReal)==0 ); in valueFromExpr()
[all …]
H A Dvdbe.c485 testcase( pMem->flags & MEM_IntReal ); in numericType()
567 }else if( (p->flags & (MEM_IntReal))!=0 ){ in memTracePrint()
685 if( p->flags & (MEM_Int|MEM_IntReal) ){ in filterHash()
1978 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
3140 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_IntReal ); in sqlite3VdbeExec()
3151 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
3214 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
3311 pRec->flags |= MEM_IntReal; in sqlite3VdbeExec()
3418 if( pRec->flags & MEM_IntReal ){ in sqlite3VdbeExec()
3423 pRec->flags &= ~MEM_IntReal; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3743 if( flags&(MEM_Int|MEM_IntReal) ){
3749 testcase( flags & MEM_IntReal );
3769 if( flags&MEM_IntReal ){
3774 pMem->flags &= ~MEM_IntReal;
4396 testcase( combined_flags & MEM_IntReal ); in sqlite3MemCompare()
4399 testcase( f1 & f2 & MEM_IntReal ); in sqlite3MemCompare()
4409 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4411 testcase( f1 & MEM_IntReal ); in sqlite3MemCompare()
4423 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4425 testcase( f2 & MEM_IntReal ); in sqlite3MemCompare()
[all …]
H A Dvdbeapi.c309 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){ in sqlite3_value_type()
606 pCtx->pOut->flags |= MEM_IntReal; in sqlite3ResultIntReal()
1628 assert( pValue->flags & (MEM_Real|MEM_IntReal) ); in sqlite3_bind_value()
1975 if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3_preupdate_old()
1977 testcase( pMem->flags & MEM_IntReal ); in sqlite3_preupdate_old()
H A Dvdbetrace.c131 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
H A DvdbeInt.h290 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
/sqlite-3.40.0/test/
H A Dintreal.test11 # Tests to exercise the MEM_IntReal representation of Mem objects.
H A Dindexexpr1.test466 # table column of type REAL that is actually holding an MEM_IntReal