HomeSort by relevance Sort by last modified time
    Searched refs:RegexError (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
DiagnosticInfo.cpp 46 std::string RegexError;
47 if (!Pattern->isValid(RegexError))
49 "' in -pass-remarks: " + RegexError,
  /external/perfetto/src/ftrace_reader/
proto_translation_table.cc 132 std::string RegexError(int errcode, const regex_t* preg) {
142 PERFETTO_FATAL("regcomp: %s", RegexError(ret, &re).c_str());
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 335 std::string RegexError;
337 if (!Pattern->isValid(RegexError)) {
339 << RegexError << RpassArg->getAsString(Args);
    [all...]

Completed in 876 milliseconds