Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h299 struct sljit_compiler { struct
300 sljit_s32 error;
301 sljit_s32 options;
303 struct sljit_label *labels;
304 struct sljit_jump *jumps;
305 struct sljit_const *consts;
306 struct sljit_label *last_label;
307 struct sljit_jump *last_jump;
308 struct sljit_const *last_const;
310 void *allocator_data;
[all …]