Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h408 struct sljit_compiler { struct
409 sljit_s32 error;
410 sljit_s32 options;
412 struct sljit_label *labels;
413 struct sljit_jump *jumps;
414 struct sljit_put_label *put_labels;
415 struct sljit_const *consts;
416 struct sljit_label *last_label;
417 struct sljit_jump *last_jump;
418 struct sljit_const *last_const;
[all …]