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

References

lib/Support/regcomp.c
 1183 	if (p->error == 0)	/* keep earliest error condition */
 1184 		p->error = e;
 1185 	p->next = nuls;		/* try to bring things to a halt */
 1186 	p->end = nuls;