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

References

lib/Support/regcomp.c
  449 	pos = HERE();
  560 		INSERT(OPLUS_, pos);
  561 		ASTERN(O_PLUS, pos);
  562 		INSERT(OQUEST_, pos);
  563 		ASTERN(O_QUEST, pos);
  566 		INSERT(OPLUS_, pos);
  567 		ASTERN(O_PLUS, pos);
  571 		INSERT(OCH_, pos);		/* offset slightly wrong */
  572 		ASTERN(OOR1, pos);		/* this one's right */
  573 		AHEAD(pos);			/* fix the OCH_ */
  588 		repeat(p, pos, count, count2);