HomeSort by relevance Sort by last modified time
    Searched refs:REG_PEND (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/
regex.h 52 const char *re_endp; /* end pointer for REG_PEND */
68 #define REG_PEND 0040
  /external/llvm/lib/Support/
regex_impl.h 51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040
Regex.cpp 32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
regcomp.c 182 if (cflags&REG_PEND) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040
Regex.cpp 30 error = llvm_regcomp(preg, regex.data(), flags|REG_EXTENDED|REG_PEND);
regcomp.c 174 if (cflags&REG_PEND) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040
Regex.cpp 34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
regcomp.c 182 if (cflags&REG_PEND) {
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 230 = #define REG_PEND 0040
257 if (cflags&REG_PEND) {
    [all...]

Completed in 94 milliseconds