reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/regcomp.c
 1573 	g->nstates = p->slen;
lib/Support/regengine.inc
  176 	STATESETUP(m, 4);
  177 	SETUP(m->st);
  178 	SETUP(m->fresh);
  179 	SETUP(m->tmp);
  180 	SETUP(m->empty);
  181 	CLEAR(m->empty);
  696 	CLEAR(st);
  699 	ASSIGN(fresh, st);
  706 		if (EQ(st, fresh))
  747 		ASSIGN(tmp, st);
  748 		ASSIGN(st, fresh);
  782 	CLEAR(st);
  828 		if (EQ(st, empty) || p == stop)
  832 		ASSIGN(tmp, st);
  833 		ASSIGN(st, empty);
lib/Support/regexec.c
  158 	if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))