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

References

lib/Support/regcomp.c
  200 	struct re_guts *g;
  232 static int isinsets(struct re_guts *, int);
  233 static int samesets(struct re_guts *, int, int);
  234 static void categorize(struct parse *, struct re_guts *);
  240 static void stripsnug(struct parse *, struct re_guts *);
  241 static void findmust(struct parse *, struct re_guts *);
  242 static sopno pluscount(struct parse *, struct re_guts *);
  296 	struct re_guts *g;
  318 	g = (struct re_guts *)malloc(sizeof(struct re_guts) +
 1389 isinsets(struct re_guts *g, int c)
 1406 samesets(struct re_guts *g, int c1, int c2)
 1424 categorize(struct parse *p, struct re_guts *g)
 1571 stripsnug(struct parse *p, struct re_guts *g)
 1597 findmust(struct parse *p, struct re_guts *g)
 1675 pluscount(struct parse *p, struct re_guts *g)
lib/Support/regengine.inc
   72 	struct re_guts *g;
   87 static int matcher(struct re_guts *, const char *, size_t,
   95 static states step(struct re_guts *, sopno, sopno, states, int, states);
  131 matcher(struct re_guts *g, const char *string, size_t nmatch,
lib/Support/regex_impl.h
   52   struct re_guts *re_g;	/* none of your business :-) */
lib/Support/regexec.c
  144 	struct re_guts *g = preg->re_g;
lib/Support/regfree.c
   52 	struct re_guts *g;