Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex_impl.h60 #define REG_NEWLINE 0010 macro
H A Dregengine.inc557 (m->g->cflags&REG_NEWLINE)) )
565 (m->g->cflags&REG_NEWLINE)) )
573 (m->g->cflags&REG_NEWLINE)) ||
584 (m->g->cflags&REG_NEWLINE)) ||
746 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
751 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
829 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
834 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A DRegex.cpp36 flags |= REG_NEWLINE; in Regex()
H A Dregcomp.c499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
859 if (p->g->cflags&REG_NEWLINE) in p_bracket()