Home | History | Annotate | Download | only in sljit

Lines Matching refs:JUMP_LABEL

110 #define JUMP_LABEL	0x1
468 jump->flags |= JUMP_LABEL;
476 jump->flags &= ~JUMP_LABEL;
918 CHECK_ARGUMENT(jump->flags & (JUMP_LABEL | JUMP_ADDR));