Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Support/
H A DTypeID.cpp42 std::string errorStr; in lookupOrInsert() local
44 llvm::raw_string_ostream errorOS(errorStr); in lookupOrInsert()
55 llvm::report_fatal_error(errorStr); in lookupOrInsert()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp67 const char *errorStr) const;
145 const char *errorStr) const { in checkForInvalidSelf()
163 C.emitReport(std::make_unique<PathSensitiveBugReport>(*BT, errorStr, N)); in checkForInvalidSelf()