Home
last modified time | relevance | path

Searched refs:ReportErrors (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp193 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker()
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()
191 HexagonMCChecker(MCContext &Context, MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst &mcb, MCRegisterInfo const &ri, bool ReportErrors) HexagonMCChecker() argument
H A DHexagonMCChecker.h40 bool ReportErrors; member in llvm::HexagonMCChecker
113 const MCRegisterInfo &ri, bool ReportErrors = true);
H A DHexagonShuffler.h155 bool ReportErrors; member in llvm::HexagonShuffler
164 HexagonShuffler(MCContext &Context, bool ReportErrors,
H A 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/
H A DDSLFunction.cpp61 ThreadContext::ReportErrors(pos); in init()
105 ThreadContext::ReportErrors(fPosition); in define()
H A DDSLSymbols.cpp53 ThreadContext::ReportErrors(pos); in AddToSymbolTable()
H A DDSLType.cpp60 ThreadContext::ReportErrors(pos); in find_type()
255 ThreadContext::ReportErrors(pos); in Array()
H A DDSLStatement.cpp52 ThreadContext::ReportErrors(pos); in DSLStatement()
H A DDSLExpression.cpp86 ThreadContext::ReportErrors(pos); in DSLExpression()
293 ThreadContext::ReportErrors(pos); in reportErrors()
H A DDSLCore.cpp100 ThreadContext::ReportErrors(PositionInfo()); in ReleaseProgram()
376 ThreadContext::ReportErrors(pos); in AddExtension()
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.h61 V8_EXPORT_PRIVATE void ReportErrors(Isolate* isolate,
H A Dpending-compilation-error-handler.cc164 void PendingCompilationErrorHandler::ReportErrors(Isolate* isolate, in ReportErrors() function in v8::internal::PendingCompilationErrorHandler
/third_party/skia/src/sksl/
H A DSkSLThreadContext.h183 static void ReportErrors(PositionInfo pos);
H A DSkSLThreadContext.cpp184 void ThreadContext::ReportErrors(PositionInfo pos) { in ReportErrors() function in SkSL::ThreadContext
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp64 ThreadContext::ReportErrors(var.fPosition); in Var()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc771 parse_info->pending_error_handler()->ReportErrors(isolate, script); in ParseScript()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1317 pending_error_handler->ReportErrors(isolate, script); in FailWithPreparedPendingException()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc712 parse_info.pending_error_handler()->ReportErrors(i_isolate, script); in ExecuteString()

Completed in 25 milliseconds