Home
last modified time | relevance | path

Searched refs:REG_ASSERT (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h80 #define REG_ASSERT 15 macro
H A Dregerror.c73 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
H A Dregcomp.c380 SETERROR(REG_ASSERT); in llvm_regcomp()
1170 SETERROR(REG_ASSERT); /* just in case */ in repeat()
/freebsd/contrib/nvi/regex/
H A Dregex.h86 #define REG_ASSERT 15 macro
H A Dregerror.c103 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
H A Dregcomp.c275 SETERROR(REG_ASSERT); in regcomp()
1068 SETERROR(REG_ASSERT); /* just in case */ in repeat()
/freebsd/include/
H A Dregex.h89 #define REG_ASSERT 15 macro
/freebsd/lib/libc/regex/
H A Dregerror.c97 {REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug"},
H A Dregcomp.c336 SETERROR(REG_ASSERT); in regcomp_internal()
1517 SETERROR(REG_ASSERT); /* just in case */