Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dregex_startend.cpp18 #ifdef REG_STARTEND
24 int rv = regexec(preg, string, 1, match, REG_STARTEND); in test_matched()
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A DRegex.cpp104 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
H A Dregengine.inc150 if (eflags&REG_STARTEND) {