Searched refs:OPFLG_JUMP (Results 1 – 2 of 2) sorted by relevance
8488 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro58749 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){58811 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
10015 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro66436 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){66500 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );