Searched refs:REG_STARTEND (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | Regex.cpp | 64 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | Regex.cpp | 68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 88 #define REG_STARTEND 00004 macro
|
D | Regex.cpp | 80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
|
D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
|
D | regengine.inc | 148 if (eflags®_STARTEND) {
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 61 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
|
D | pcre2posix.c | 318 if ((eflags & REG_STARTEND) != 0) in regexec()
|
/external/pcre/dist2/ |
D | ChangeLog | 523 103. The POSIX wrapper function regexec() crashed if the option REG_STARTEND
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8734 (but see REG_STARTEND below), subject to the options in eflags. These 8754 REG_STARTEND 8762 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location 8763 of the string, not how it is matched. Setting REG_STARTEND and passing 8769 regexec() are ignored (except possibly as input for REG_STARTEND). 8772 (unless REG_STARTEND is set); in both these cases no data about any
|