OP_Gt            64082 third_party/sqlite/amalgamation/sqlite3.c case OP_Gt:               /* same as TK_GT, jump, in1, in3 */
OP_Gt            64137 third_party/sqlite/amalgamation/sqlite3.c     case OP_Gt:    u.ai.res = u.ai.res>0;      break;
OP_Gt            73133 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_GT==OP_Gt );
OP_Gt            73941 third_party/sqlite/amalgamation/sqlite3.c       assert( TK_GT==OP_Gt );
OP_Gt            74058 third_party/sqlite/amalgamation/sqlite3.c   assert( pExpr->op!=TK_LE || op==OP_Gt );
OP_Gt            101419 third_party/sqlite/amalgamation/sqlite3.c         testOp = bRev ? OP_Lt : OP_Gt;
OP_Gt            2396 third_party/sqlite/src/src/expr.c       assert( TK_GT==OP_Gt );
OP_Gt            3204 third_party/sqlite/src/src/expr.c       assert( TK_GT==OP_Gt );
OP_Gt            3321 third_party/sqlite/src/src/expr.c   assert( pExpr->op!=TK_LE || op==OP_Gt );
OP_Gt            1754 third_party/sqlite/src/src/vdbe.c case OP_Gt:               /* same as TK_GT, jump, in1, in3 */
OP_Gt            1807 third_party/sqlite/src/src/vdbe.c     case OP_Gt:    res = res>0;      break;
OP_Gt            3765 third_party/sqlite/src/src/where.c         testOp = bRev ? OP_Lt : OP_Gt;