Home
last modified time | relevance | path

Searched refs:REG_PEND (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c182 if (cflags&REG_PEND) { in llvm_regcomp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c182 if (cflags&REG_PEND) { in llvm_regcomp()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp30 error = llvm_regcomp(preg, regex.data(), flags|REG_EXTENDED|REG_PEND); in Regex()
Dregcomp.c174 if (cflags&REG_PEND) { in llvm_regcomp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h62 #define REG_PEND 0040 macro
DRegex.cpp39 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
Dregcomp.c309 if (cflags&REG_PEND) { in llvm_regcomp()
/external/pcre/dist2/src/
Dpcre2posix.h65 #define REG_PEND 0x0800 /* GNU feature: pass end pattern by re_endp */ macro
Dpcre2posix.c240 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in regcomp()
Dpcre2test.c5334 cflags |= REG_PEND; in process_pattern()
/external/pcre/dist2/
DNEWS91 8. The option REG_PEND (a GNU extension) is now available for the POSIX
DChangeLog523 39. Implement REG_PEND (GNU extension) for the POSIX wrapper.
/external/pcre/dist2/doc/
Dpcre2test.txt719 POSIX wrapper API" below), the REG_PEND extension is used to pass the
889 default, but if the use_length or hex modifiers are set, the REG_PEND
Dpcre2.txt9426 (but see REG_PEND below). The preg argument is a pointer to a regex_t
9428 piled regular expression. (It is also used for input when REG_PEND is
9458 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of
9469 REG_PEND
9475 REG_PEND, a binary zero terminates the pattern and the re_endp field is