Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp177 S.RSC.ReportError(mLocation, in lookupFunction()
190 S.RSC.ReportError(mLocation, in lookupFunction()
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static") 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()
270 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer()
281 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer()
304 S.RSC.ReportError(S.FnAccumulator->getLocation(), in analyzeAccumulator()
316 S.RSC.ReportError(S.FnAccumulator->getLocation(), in analyzeAccumulator()
[all …]
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()
131 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()
204 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
215 Context->ReportError(PVD->getLocation(), in validateAndConstructKernelParams()
[all …]
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()
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()
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()
Dslang_rs_check_ast.cpp157 Context->ReportError(FD->getLocation(), in ValidateFunctionDecl()
171 Context->ReportError(FD->getLocation(), in ValidateFunctionDecl()
229 Context->ReportError( in ValidateVarDecl()
269 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast"); in VisitCastExpr()
271 Context->ReportError(CE->getExprLoc(), "invalid vector cast"); in VisitCastExpr()
Dslang_rs_export_type.cpp198 Context->ReportError(TopLevelRecord->getLocation(), Message) in ReportTypeError()
201 Context->ReportError(ND->getLocation(), Message) << ND->getName() in ReportTypeError()
337 Context->ReportError( in TypeExportableHelper()
575 Context->ReportError( in ValidateTypeHelper()
581 Context->ReportError( in ValidateTypeHelper()
595 Context->ReportError(Loc, in ValidateTypeHelper()
610 Context->ReportError(Loc, in ValidateTypeHelper()
616 Context->ReportError(Loc, in ValidateTypeHelper()
690 Context->ReportError(VD->getLocation(), in NormalizeType()
693 Context->ReportError("anonymous types cannot be exported"); in NormalizeType()
[all …]
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()
Dslang_rs_context.h336 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) { in ReportError() function
341 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc, in ReportError() function
Dslang_rs_export_func.cpp40 Context->ReportError( in ValidateFuncDecl()
Dslang_backend.cpp401 mContext->ReportError(FD->getLocation(), in HandleTopLevelDecl()
422 mContext->ReportError( in HandleTopLevelDecl()