Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h297 struct sljit_compiler { struct
298 sljit_si error;
299 sljit_si options;
301 struct sljit_label *labels;
302 struct sljit_jump *jumps;
303 struct sljit_const *consts;
304 struct sljit_label *last_label;
305 struct sljit_jump *last_jump;
306 struct sljit_const *last_const;
308 struct sljit_memory_fragment *buf;
[all …]