Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c17794 #define EP_Commuted 0x000200 /* Comparison operator has been commuted */ macro
102013 if( ExprHasProperty(p, EP_Commuted) ){
102273 int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
105848 ExprHasProperty(pExpr,EP_Commuted));
106761 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted));
106937 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted));
107139 if( (pA->flags & (EP_Distinct|EP_Commuted))
107140 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2;
149095 pExpr->flags ^= EP_Commuted;