HomeSort by relevance Sort by last modified time
    Searched refs:last_const (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/sljit/
sljitLir.h 308 struct sljit_const *last_const; member in struct:sljit_compiler
    [all...]
sljitLir.c 616 if (compiler->last_const)
617 compiler->last_const->next = const_;
620 compiler->last_const = const_;
    [all...]

Completed in 463 milliseconds