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

References

lib/Support/regexec.c
  151 	if (preg->re_magic != MAGIC1 || g->magic != MAGIC2)
  154 	if (g->iflags&REGEX_BAD)		/* backstop for no-debug case */
  158 	if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
  159 		return(smatcher(g, string, nmatch, pmatch, eflags));
  161 		return(lmatcher(g, string, nmatch, pmatch, eflags));