Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/external/llvm/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc529 if ( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
548 if (( (sp == m->endp && !(m->eflags&REG_NOTEOL)) ||
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
801 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
/external/pcre/dist2/src/
Dpcre2posix.h57 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
Dpcre2posix.c302 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in regexec()
Dpcre2test.c5966 if ((dat_datctl.options & PCRE2_NOTEOL) != 0) eflags |= REG_NOTEOL; in process_data()
/external/pcre/dist2/doc/
Dpcre2test.txt884 REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to regexec().
Dpcre2.txt8749 REG_NOTEOL