Lines Matching refs:EP_IntValue

70     assert( !ExprHasProperty(pExpr, EP_IntValue) );  in sqlite3ExprAffinity()
196 assert( !ExprHasProperty(p, EP_IntValue) ); in sqlite3ExprCollSeq()
863 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse); in sqlite3ExprAlloc()
1153 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); in sqlite3ExprAssignVarNumber()
1377 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){ in dupedExprNodeSize()
1445 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){ in exprDup()
2102 if( !ExprHasProperty(pExpr, EP_Quoted|EP_IntValue) in sqlite3ExprIdToTrueFalse()
2119 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprTruthValue()
2454 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0 in sqlite3ExprIsInteger()
2457 if( p->flags & EP_IntValue ){ in sqlite3ExprIsInteger()
3693 if( pExpr->flags & EP_IntValue ){ in codeInteger()
4243 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4249 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4267 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4279 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4302 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4383 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4389 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
4441 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4474 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
4856 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3ExprCodeTarget()
5600 if( combinedFlags & EP_IntValue ){ in sqlite3ExprCompare()
5601 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){ in sqlite3ExprCompare()
5621 assert( !ExprHasProperty(pA, EP_IntValue) ); in sqlite3ExprCompare()
5622 assert( !ExprHasProperty(pB, EP_IntValue) ); in sqlite3ExprCompare()