Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp177 S.RSC.ReportError(mLocation, in lookupFunction()
190 S.RSC.ReportError(mLocation, in lookupFunction()
225 S.RSC.ReportError(Fn->getLocation(), in checkVoidReturn()
240 S.RSC.ReportError(Param->getLocation(), in checkPointeeConstQualified()
259 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer()
406 S.RSC.ReportError(Param->getLocation(), in analyzeAccumulator()
412 S.RSC.ReportError(Param->getLocation(), in analyzeAccumulator()
611 S.RSC.ReportError(S.FnHalter->getLocation(), in analyzeHalter()
619 S.RSC.ReportError(S.FnHalter->getLocation(), in analyzeHalter()
630 S.RSC.ReportError(S.FnHalter->getLocation(), in analyzeHalter()
[all …]
H A Dslang_rs_reflection_state.cpp311 mRSC->ReportError(EF->getLocation(), in beginForEach()
359 mRSC->ReportError(EF->getLocation(), in beginForEach()
366 mRSC->ReportError(EF->getLocation(), in beginForEach()
448 mRSC->ReportError(EF->getLocation(), in addForEachParam()
489 mRSC->ReportError(EF->getLocation(), in addForEachSignatureMetadata()
603 mRSC->ReportError(EF->getLocation(), in declareInvokable()
613 mRSC->ReportError(EF->getLocation(), in declareInvokable()
997 mRSC->ReportError(EV->getLocation(), in declareVariable()
1010 mRSC->ReportError(EV->getLocation(), in declareVariable()
1020 mRSC->ReportError(EV->getLocation(), in declareVariable()
[all …]
H A Dslang_rs_export_foreach.cpp64 Context->ReportError(FD->getLocation(), in validateAndConstructParams()
97 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
116 Context->ReportError(PVD->getLocation(), in validateAndConstructOldStyleParams()
144 Context->ReportError( in validateAndConstructOldStyleParams()
154 Context->ReportError(FD->getLocation(), in validateAndConstructOldStyleParams()
171 Context->ReportError(FD->getLocation(), in validateAndConstructKernelParams()
185 Context->ReportError( in validateAndConstructKernelParams()
215 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
225 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
235 Context->ReportError(FD->getLocation(), in validateAndConstructKernelParams()
[all …]
H A Dslang_rs_special_kernel_param.cpp129 Context->ReportError( in processSpecialKernelParameters()
141 Context->ReportError(PVD->getLocation(), in processSpecialKernelParameters()
156 Context->ReportError(PVD->getLocation(), in processSpecialKernelParameters()
167 Context->ReportError( in processSpecialKernelParameters()
182 Context->ReportError(PVD->getLocation(), in processSpecialKernelParameters()
192 Context->ReportError( in processSpecialKernelParameters()
209 Context->ReportError(PVD->getLocation(), in processSpecialKernelParameters()
H A Dslang_rs_special_func.cpp68 Context->ReportError(PVD->getLocation(), in validateSpecialFuncDecl()
78 Context->ReportError(FD->getLocation(), in validateSpecialFuncDecl()
85 Context->ReportError(FD->getLocation(), in validateSpecialFuncDecl()
93 Context->ReportError(FD->getLocation(), in validateSpecialFuncDecl()
H A Dslang_rs_export_var.cpp54 Context->ReportError(Initializer->getExprLoc(), in RSExportVar()
64 Context->ReportError(VD->getLocation(), in RSExportVar()
76 Context->ReportError(IList->getInit(i)->getExprLoc(), in RSExportVar()
85 Context->ReportError( in RSExportVar()
H A Dslang_rs_export_type.cpp336 Context->ReportError( in TypeExportableHelper()
579 Context->ReportError( in ValidateTypeHelper()
585 Context->ReportError( in ValidateTypeHelper()
599 Context->ReportError(Loc, in ValidateTypeHelper()
614 Context->ReportError(Loc, in ValidateTypeHelper()
620 Context->ReportError(Loc, in ValidateTypeHelper()
694 Context->ReportError(VD->getLocation(), in NormalizeType()
1369 Context->ReportError( in Create()
1380 Context->ReportError(RD->getLocation(), in Create()
1393 Context->ReportError(RD->getLocation(), in Create()
[all …]
H A Dslang_rs_check_ast.cpp157 Context->ReportError(FD->getLocation(), in ValidateFunctionDecl()
214 Context->ReportError( in ValidateVarDecl()
254 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast"); in VisitCastExpr()
256 Context->ReportError(CE->getExprLoc(), "invalid vector cast"); in VisitCastExpr()
H A Dslang_rs_foreach_lowering.cpp115 mCtxt->ReportError(CE->getExprLoc(), in matchKernelLaunchCall()
124 mCtxt->ReportError(arg0->getExprLoc(), in matchKernelLaunchCall()
133 mCtxt->ReportError(CE->getExprLoc(), in matchKernelLaunchCall()
242 mCtxt->ReportError( in VisitCallExpr()
H A Dslang_rs_context.h355 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) const { in ReportError() function
360 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() function
H A Dslang_rs_export_func.cpp40 Context->ReportError( in ValidateFuncDecl()
H A Dslang_backend.cpp520 mContext->ReportError(RD->getLocation(), "system structure contains padding: '%0'") in PadStruct()
640 mContext->ReportError(FD->getLocation(), in HandleTopLevelDecl()
661 mContext->ReportError( in HandleTopLevelDecl()
/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp798 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError() function
863 *error_fd = ReportError(error_protocol, "failed to allocate new subprocess"); in StartSubprocess()
870 *error_fd = ReportError(error_protocol, error); in StartSubprocess()
880 *error_fd = ReportError(error_protocol, error); in StartSubprocess()
898 return ReportError(protocol, "failed to allocate new subprocess"); in StartCommandInProcess()
904 return ReportError(protocol, error); in StartCommandInProcess()
913 return ReportError(protocol, error); in StartCommandInProcess()
H A Dshell_service.h55 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message);
H A Dabb_service.cpp75 return ReportError(kErrorProtocol, "abb is unavailable"); in sendCommand()
/aosp12/system/update_engine/cros/
H A Dp2p_manager.cc416 ReportError(); in OnIdleForReportErrorAndDelete()
425 void ReportError() { in ReportError() function in chromeos_update_engine::LookupData
447 ReportError(); in ReportSuccess()
456 ReportError(); in OnLookupDone()
465 ReportError(); in OnTimeout()
/aosp12/system/chre/apps/tflm_demo/src/
H A Dmodel.cc60 micro_error_reporter.ReportError(nullptr, "Internal error: invoke failed."); in run()