Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h423 struct sljit_const *last_const; member
DsljitLir.c726 if (compiler->last_const) in set_const()
727 compiler->last_const->next = const_; in set_const()
730 compiler->last_const = const_; in set_const()