Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c616 if (compiler->last_const) in set_const()
617 compiler->last_const->next = const_; in set_const()
620 compiler->last_const = const_; in set_const()
DsljitLir.h308 struct sljit_const *last_const; member