Home
last modified time | relevance | path

Searched refs:RegexError (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStreamer.cpp34 std::string RegexError; in setFilter() local
35 if (!R.isValid(RegexError)) in setFilter()
37 RegexError.data()); in setFilter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticHandler.cpp31 std::string RegexError; in operator =() local
32 if (!Pattern->isValid(RegexError)) in operator =()
34 "' in -pass-remarks: " + RegexError, in operator =()
/netbsd-src/usr.bin/make/
H A Dvar.c1562 RegexError(int reerr, const regex_t *pat, const char *str) in ModifyWord_Subst()
1643 RegexError(xrv, &args->re, "Unexpected regex error"); in ModifyWord_SubstRegex()
3010 RegexError(error, &args.re, "Regex compilation error"); in ApplyModifier_Regex()
1567 RegexError(int reerr, const regex_t *pat, const char *str) RegexError() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1178 std::string RegexError; in ParseOptimizationRemark() local
1180 if (!Result.Regex->isValid(RegexError)) { in ParseOptimizationRemark()
1182 << RegexError << A->getAsString(Args); in ParseOptimizationRemark()