TK_UMINUS 57013 third_party/sqlite/amalgamation/sqlite3.c if( op==TK_UMINUS TK_UMINUS 57041 third_party/sqlite/amalgamation/sqlite3.c }else if( op==TK_UMINUS ) { TK_UMINUS 71956 third_party/sqlite/amalgamation/sqlite3.c case TK_UMINUS: { TK_UMINUS 71985 third_party/sqlite/amalgamation/sqlite3.c while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; } TK_UMINUS 72030 third_party/sqlite/amalgamation/sqlite3.c while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; } TK_UMINUS 73205 third_party/sqlite/amalgamation/sqlite3.c case TK_UMINUS: { TK_UMINUS 73716 third_party/sqlite/amalgamation/sqlite3.c case TK_UMINUS: { TK_UMINUS 104874 third_party/sqlite/amalgamation/sqlite3.c v.pExpr = sqlite3PExpr(pParse, TK_UMINUS, yymsp[0].minor.yy118.pExpr, 0, 0); TK_UMINUS 105399 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPrefix(&yygotominor.yy118,pParse,TK_UMINUS,&yymsp[0].minor.yy118,&yymsp[-1].minor.yy0);} TK_UMINUS 1219 third_party/sqlite/src/src/expr.c case TK_UMINUS: { TK_UMINUS 1248 third_party/sqlite/src/src/expr.c while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; } TK_UMINUS 1293 third_party/sqlite/src/src/expr.c while( p->op==TK_UPLUS || p->op==TK_UMINUS ){ p = p->pLeft; } TK_UMINUS 2468 third_party/sqlite/src/src/expr.c case TK_UMINUS: { TK_UMINUS 2979 third_party/sqlite/src/src/expr.c case TK_UMINUS: { TK_UMINUS 279 third_party/sqlite/src/src/parse.y v.pExpr = sqlite3PExpr(pParse, TK_UMINUS, X.pExpr, 0, 0); TK_UMINUS 941 third_party/sqlite/src/src/parse.y {spanUnaryPrefix(&A,pParse,TK_UMINUS,&X,&B);} TK_UMINUS 1048 third_party/sqlite/src/src/vdbemem.c if( op==TK_UMINUS TK_UMINUS 1076 third_party/sqlite/src/src/vdbemem.c }else if( op==TK_UMINUS ) {