Searched refs:EP_Commuted (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 371 if( ExprHasProperty(p, EP_Commuted) ){ in sqlite3ExprCompareCollSeq() 631 int isCommuted = ExprHasProperty(pExpr,EP_Commuted); in codeVectorCompare() 4328 ExprHasProperty(pExpr,EP_Commuted)); in sqlite3ExprCodeTarget() 5264 r1, r2, dest, jumpIfNull, ExprHasProperty(pExpr,EP_Commuted)); in sqlite3ExprIfTrue() 5441 r1, r2, dest, jumpIfNull,ExprHasProperty(pExpr,EP_Commuted)); in sqlite3ExprIfFalse() 5650 if( (pA->flags & (EP_Distinct|EP_Commuted)) in sqlite3ExprCompare() 5651 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; in sqlite3ExprCompare()
|
| H A D | whereexpr.c | 117 pExpr->flags ^= EP_Commuted; in exprCommute()
|
| H A D | sqliteInt.h | 2905 #define EP_Commuted 0x000400 /* Comparison operator has been commuted */ macro
|