Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp199 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker() argument
201 ReportErrors(ReportErrors) { in HexagonMCChecker()
209 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) { in HexagonMCChecker()
707 HexagonMCShuffler MCSDX(Context, ReportErrors, MCII, STI, MCB); in checkShuffle()
784 if (ReportErrors) in reportError()
789 if (ReportErrors) { in reportNote()
797 if (ReportErrors) in reportWarning()
H A DHexagonMCChecker.h39 bool ReportErrors;
118 const MCRegisterInfo &ri, bool ReportErrors = true);
40 bool ReportErrors; global() variable
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,
172 ReportErrors(ReportErrors), CheckFailure() { in HexagonShuffler()
707 if (ReportErrors) in reportResourceError()
734 if (ReportErrors) { in reportError()
169 HexagonShuffler(MCContext & Context,bool ReportErrors,MCInstrInfo const & MCII,MCSubtargetInfo const & STI) HexagonShuffler() argument
H A DHexagonShuffler.h167 bool ReportErrors;
194 HexagonShuffler(MCContext &Context, bool ReportErrors,
168 bool ReportErrors; global() variable
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp28 bool ReportErrors; member in clang::__anon7849d00f0111::StoreDiagnostics
32 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() argument
33 : Out(Out), ReportErrors(ReportErrors) {} in StoreDiagnostics()
43 if (ReportErrors && DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic()