Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19049 #define EP_Commuted 0x000400 /* Comparison operator has been commuted */ macro
109458 if( ExprHasProperty(p, EP_Commuted) ){
109719 int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
113783 ExprHasProperty(pExpr,EP_Commuted));
114731 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted));
114908 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted));
115117 if( (pA->flags & (EP_Distinct|EP_Commuted))
115118 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2;
160358 pExpr->flags ^= EP_Commuted;