Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp193 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker() argument
195 ReportErrors(ReportErrors) { in HexagonMCChecker()
203 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) {} in HexagonMCChecker()
665 HexagonMCShuffler MCSDX(Context, ReportErrors, MCII, STI, MCB); in checkShuffle()
716 if (ReportErrors) in reportError()
721 if (ReportErrors) { in reportNote()
729 if (ReportErrors) in reportWarning()
DHexagonMCChecker.h40 bool ReportErrors; variable
113 const MCRegisterInfo &ri, bool ReportErrors = true);
DHexagonShuffler.h155 bool ReportErrors; variable
164 HexagonShuffler(MCContext &Context, bool ReportErrors,
DHexagonShuffler.cpp199 HexagonShuffler::HexagonShuffler(MCContext &Context, bool ReportErrors, in HexagonShuffler() argument
202 : Context(Context), MCII(MCII), STI(STI), ReportErrors(ReportErrors) { in HexagonShuffler()
670 if (ReportErrors) { in reportError()
/third_party/skia/src/sksl/dsl/
DDSLFunction.cpp61 ThreadContext::ReportErrors(pos); in init()
105 ThreadContext::ReportErrors(fPosition); in define()
DDSLSymbols.cpp53 ThreadContext::ReportErrors(pos); in AddToSymbolTable()
DDSLStatement.cpp52 ThreadContext::ReportErrors(pos); in DSLStatement()
DDSLType.cpp60 ThreadContext::ReportErrors(pos); in find_type()
255 ThreadContext::ReportErrors(pos); in Array()
DDSLExpression.cpp86 ThreadContext::ReportErrors(pos); in DSLExpression()
293 ThreadContext::ReportErrors(pos); in reportErrors()
DDSLCore.cpp100 ThreadContext::ReportErrors(PositionInfo()); in ReleaseProgram()
376 ThreadContext::ReportErrors(pos); in AddExtension()
/third_party/skia/src/sksl/
DSkSLThreadContext.h183 static void ReportErrors(PositionInfo pos);
DSkSLThreadContext.cpp184 void ThreadContext::ReportErrors(PositionInfo pos) { in ReportErrors() function in SkSL::ThreadContext
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp64 ThreadContext::ReportErrors(var.fPosition); in Var()