Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 12 of 12) 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_reflection_state.cpp129 mRSC->ReportError("in file '%0' Java package name is '%1' for 32-bit targets " in nextFile()
311 mRSC->ReportError(EF->getLocation(), in beginForEach()
327 mRSC->ReportError(EF->getLocation(), in beginForEach()
334 mRSC->ReportError(EF->getLocation(), in beginForEach()
343 mRSC->ReportError(EF->getLocation(), in beginForEach()
349 mRSC->ReportError(EF->getLocation(), in beginForEach()
359 mRSC->ReportError(EF->getLocation(), in beginForEach()
366 mRSC->ReportError(EF->getLocation(), in beginForEach()
407 mRSC->ReportError(EF->getLocation(), in addForEachIn()
417 mRSC->ReportError(EF->getLocation(), in addForEachIn()
[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_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_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_export_type.cpp198 Context->ReportError(TopLevelRecord->getLocation(), Message) in ReportTypeError()
201 Context->ReportError(ND->getLocation(), Message) << ND->getName() in ReportTypeError()
338 Context->ReportError( in TypeExportableHelper()
583 Context->ReportError( in ValidateTypeHelper()
589 Context->ReportError( in ValidateTypeHelper()
603 Context->ReportError(Loc, in ValidateTypeHelper()
618 Context->ReportError(Loc, in ValidateTypeHelper()
624 Context->ReportError(Loc, in ValidateTypeHelper()
698 Context->ReportError(VD->getLocation(), in NormalizeType()
701 Context->ReportError("anonymous types cannot be exported"); in NormalizeType()
[all …]
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()
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_export_func.cpp40 Context->ReportError( in ValidateFuncDecl()
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
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()