Home
last modified time | relevance | path

Searched refs:REG_NOMATCH (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dregex.cpp18 else if (rv == REG_NOMATCH) in test_matched()
36 } else if (rv == REG_NOMATCH) in test_print_matches()
H A Dregex_startend.cpp38 } else if (rv == REG_NOMATCH) { in test_matched()
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex_impl.h66 #define REG_NOMATCH 1 macro
H A Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
H A DRegex.cpp108 if (rc == REG_NOMATCH) in match()
H A Dregengine.inc132 static int /* 0 success, REG_NOMATCH failure */
167 return(REG_NOMATCH);
192 return(REG_NOMATCH);