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

References

lib/Support/regcomp.c
  403 		conc = HERE();
  406 		REQUIRE(HERE() != conc, REG_EMPTY);	/* require nonempty */
  420 		prevfwd = HERE();
  449 	pos = HERE();
  456 			p->pbegin[subno] = HERE();
  461 			p->pend[subno] = HERE();
  633 	sopno start = HERE();
  653 	REQUIRE(HERE() != start, REG_EMPTY);	/* require nonempty */
  671         pos = HERE(); /* repetition op, if any, covers from here */
  696 			p->pbegin[subno] = HERE();
  702 			p->pend[subno] = HERE();
 1116 	sopno finish = HERE();
 1453 	sopno ret = HERE();
 1507 	sn = HERE();
 1524 						(HERE()-pos-1)*sizeof(sop));