Home
last modified time | relevance | path

Searched refs:ReportErrors (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h31 HexagonMCShuffler(MCContext &Context, bool ReportErrors, in HexagonMCShuffler() argument
34 : HexagonShuffler(Context, ReportErrors, MCII, STI) { in HexagonMCShuffler()
38 HexagonMCShuffler(MCContext &Context, bool ReportErrors, in HexagonMCShuffler() argument
41 : HexagonShuffler(Context, ReportErrors, MCII, STI) { in HexagonMCShuffler()
58 bool HexagonMCShuffle(MCContext &Context, bool ReportErrors,
H A DHexagonMCChecker.cpp203 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker() argument
205 ReportErrors(ReportErrors) { in HexagonMCChecker()
213 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) { in HexagonMCChecker()
711 HexagonMCShuffler MCSDX(Context, ReportErrors, MCII, STI, MCB); in checkShuffle()
788 if (ReportErrors) in reportError()
793 if (ReportErrors) { in reportNote()
801 if (ReportErrors) in reportWarning()
H A DHexagonMCChecker.h40 bool ReportErrors; variable
119 const MCRegisterInfo &ri, bool ReportErrors = true);
H A DHexagonMCShuffler.cpp103 bool llvm::HexagonMCShuffle(MCContext &Context, bool ReportErrors, in HexagonMCShuffle() argument
106 HexagonMCShuffler MCS(Context, ReportErrors, MCII, STI, MCB); in HexagonMCShuffle()
H A DHexagonShuffler.cpp168 HexagonShuffler::HexagonShuffler(MCContext &Context, bool ReportErrors, in HexagonShuffler() argument
172 ReportErrors(ReportErrors), CheckFailure() { in HexagonShuffler()
707 if (ReportErrors) in reportResourceError()
734 if (ReportErrors) { in reportError()
H A DHexagonShuffler.h168 bool ReportErrors; variable
195 HexagonShuffler(MCContext &Context, bool ReportErrors,
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp26 bool ReportErrors; member in clang::__anond8c68f260111::StoreDiagnostics
30 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() argument
31 : Out(Out), ReportErrors(ReportErrors) {} in StoreDiagnostics()
41 if (ReportErrors && DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic()