Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticHandler.cpp32 std::string RegexError; in operator =() local
33 if (!Pattern->isValid(RegexError)) in operator =()
35 "' in -pass-remarks: " + RegexError, in operator =()
/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/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()