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

References

lib/Support/regcomp.c
  345 	g->iflags = 0;
  379 	if (g->iflags&REGEX_BAD)
  481 		p->g->iflags |= USEBOL;
  487 		p->g->iflags |= USEEOL;
  639 		p->g->iflags |= USEBOL;
  649 		p->g->iflags |= USEEOL;
 1635 					g->iflags |= REGEX_BAD;
 1700 		g->iflags |= REGEX_BAD;
lib/Support/regexec.c
  154 	if (g->iflags&REGEX_BAD)		/* backstop for no-debug case */