Home
last modified time | relevance | path

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

/llvm-project/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/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp68 const char *errorStr) const;
145 const char *errorStr) const { in checkForInvalidSelf()
160 C.emitReport(std::make_unique<PathSensitiveBugReport>(BT, errorStr, N)); in checkForInvalidSelf()