Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_label

1007 	struct sljit_label *label;
2337 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler)
2339 struct sljit_label *label;
2349 label = (struct sljit_label *)ensure_abuf(compiler, sizeof(struct sljit_label));