Home
last modified time | relevance | path

Searched defs:sljit_compiler (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h303 struct sljit_compiler { struct
304 sljit_s32 error;
305 sljit_s32 options;
307 struct sljit_label *labels;
308 struct sljit_jump *jumps;
309 struct sljit_const *consts;
310 struct sljit_label *last_label;
311 struct sljit_jump *last_jump;
312 struct sljit_const *last_const;
314 void *allocator_data;
[all …]