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

References

lib/Support/regcomp.c
  357 	EMIT(OEND, 0);
  365 	EMIT(OEND, 0);
  421 		EMIT(OOR2, 0);			/* offset is very wrong */
  457 		EMIT(OLPAREN, subno);
  464 		EMIT(ORPAREN, subno);
  480 		EMIT(OBOL, 0);
  486 		EMIT(OEOL, 0);
  502 			EMIT(OANY, 0);
  526 			EMIT(OBACK_, backrefnum);
  531 			EMIT(O_BACK, backrefnum);
  574 		EMIT(OOR2, 0);			/* offset very wrong... */
  638 		EMIT(OBOL, 0);
  648 		EMIT(OEOL, 0);
  684 			EMIT(OANY, 0);
  697 		EMIT(OLPAREN, subno);
  705 		EMIT(ORPAREN, subno);
  725 			EMIT(OBACK_, i);
  730 			EMIT(O_BACK, i);
  804 		EMIT(OBOW, 0);
  809 		EMIT(OEOW, 0);
  869 		EMIT(OANYOF, freezeset(p, cs));
 1077 		EMIT(OCHAR, (uch)ch);
 1140 		EMIT(OOR2, 0);
 1152 		EMIT(OOR2, 0);			/* offset very wrong... */
 1508 	EMIT(op, opnd);		/* do checks, ensure space */