Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c18850 #define EP_Unlikely 0x080000 /* unlikely() or likelihood() function */ macro
106742 ExprSetProperty(pExpr, EP_Unlikely);
108089 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){
108090 if( ExprHasProperty(pExpr, EP_Unlikely) ){
146576 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
147809 ExprClearProperty(pExpr, EP_Skip|EP_Collate|EP_Unlikely);
158455 if( p && ExprHasProperty(p, EP_Unlikely) ){