Searched refs:EP_Unlikely (Results 1 – 4 of 4) sorted by relevance
80 if( p && ExprHasProperty(p, EP_Unlikely) ){ in whereClauseInsert()
1014 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
141 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()142 if( ExprHasProperty(pExpr, EP_Unlikely) ){ in sqlite3ExprSkipCollateAndLikely()
2914 #define EP_Unlikely 0x080000 /* unlikely() or likelihood() function */ macro