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

References

lib/Support/Regex.cpp
   35     flags |= REG_NEWLINE;
lib/Support/regcomp.c
  499 		if (p->g->cflags&REG_NEWLINE)
  681 		if (p->g->cflags&REG_NEWLINE)
  857 		if (p->g->cflags&REG_NEWLINE)
lib/Support/regengine.inc
  523 						(m->g->cflags&REG_NEWLINE)) )
  531 						(m->g->cflags&REG_NEWLINE)) )
  539 						(m->g->cflags&REG_NEWLINE)) ||
  550 						(m->g->cflags&REG_NEWLINE)) ||
  712 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
  717 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  795 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
  800 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||