Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Remarks/
DRemarkStreamer.cpp34 std::string RegexError; in setFilter() local
35 if (!R.isValid(RegexError)) in setFilter()
37 RegexError.data()); in setFilter()
/external/llvm-project/llvm/lib/IR/
DDiagnosticHandler.cpp31 std::string RegexError; in operator =() local
32 if (!Pattern->isValid(RegexError)) in operator =()
34 "' in -pass-remarks: " + RegexError, in operator =()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticHandler.cpp31 std::string RegexError; in operator =() local
32 if (!Pattern->isValid(RegexError)) in operator =()
34 "' in -pass-remarks: " + RegexError, in operator =()
DRemarkStreamer.cpp40 std::string RegexError; in setFilter() local
41 if (!R.isValid(RegexError)) in setFilter()
43 RegexError.data()); in setFilter()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp46 std::string RegexError; in operator =() local
47 if (!Pattern->isValid(RegexError)) in operator =()
49 "' in -pass-remarks: " + RegexError, in operator =()
/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp105 std::string RegexError; in compileRegex() local
106 if (!Result.isValid(RegexError)) { in compileRegex()
107 diag(Error, "Invalid regex " + Anchored + ": " + RegexError, Text.Range); in compileRegex()
/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.cc195 std::string RegexError(int errcode, const regex_t* preg) { in RegexError() function
205 PERFETTO_FATAL("regcomp: %s", RegexError(ret, &re).c_str()); in Match()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp335 std::string RegexError; in GenerateOptimizationRemarkRegex() local
337 if (!Pattern->isValid(RegexError)) { in GenerateOptimizationRemarkRegex()
339 << RegexError << RpassArg->getAsString(Args); in GenerateOptimizationRemarkRegex()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp705 std::string RegexError; in GenerateOptimizationRemarkRegex() local
707 if (!Pattern->isValid(RegexError)) { in GenerateOptimizationRemarkRegex()
709 << RegexError << RpassArg->getAsString(Args); in GenerateOptimizationRemarkRegex()