/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_reduce.cpp | 177 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 D | slang_rs_reflection_state.cpp | 311 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 D | slang_rs_export_foreach.cpp | 64 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 D | slang_rs_special_kernel_param.cpp | 129 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 D | slang_rs_special_func.cpp | 68 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 D | slang_rs_export_var.cpp | 54 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 D | slang_rs_export_type.cpp | 336 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 D | slang_rs_check_ast.cpp | 157 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 D | slang_rs_foreach_lowering.cpp | 115 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 D | slang_rs_context.h | 355 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) const { in ReportError() function 360 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() function
|
H A D | slang_rs_export_func.cpp | 40 Context->ReportError( in ValidateFuncDecl()
|
H A D | slang_backend.cpp | 520 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 D | shell_service.cpp | 798 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 D | shell_service.h | 55 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message);
|
H A D | abb_service.cpp | 75 return ReportError(kErrorProtocol, "abb is unavailable"); in sendCommand()
|
/aosp12/system/update_engine/cros/ |
H A D | p2p_manager.cc | 416 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 D | model.cc | 60 micro_error_reporter.ReportError(nullptr, "Internal error: invoke failed."); in run()
|