Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/sljit/
H A DsljitLir.h460 struct sljit_compiler { struct
461 sljit_s32 error;
462 sljit_s32 options;
464 struct sljit_label *labels;
465 struct sljit_jump *jumps;
466 struct sljit_const *consts;
467 struct sljit_label *last_label;
468 struct sljit_jump *last_jump;
469 struct sljit_const *last_const;
471 void *allocator_data;
[all …]