Home
last modified time | relevance | path

Searched refs:last_put_label (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h424 struct sljit_put_label *last_put_label; member
DsljitLir.c739 if (compiler->last_put_label) in set_put_label()
740 compiler->last_put_label->next = put_label; in set_put_label()
743 compiler->last_put_label = put_label; in set_put_label()