Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp151 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitDevicePrintfCallExpr()
195 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGExprAgg.cpp111 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt()
405 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
413 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
428 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
446 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
714 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr()
717 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr()
1023 return CGF.ErrorUnsupported(E, "aggregate three-way comparison"); in VisitBinCmp()
1091 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator()
1292 CGF.ErrorUnsupported(VE, "aggregate va_arg expression"); in VisitVAArgExpr()
[all …]
H A DCGVTables.cpp176 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments"); in GenerateVarArgsThunk()
315 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
321 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
H A DCodeGenModule.h1191 void ErrorUnsupported(const Stmt *S, const char *Type);
1194 void ErrorUnsupported(const Decl *D, const char *Type);
H A DCGExprComplex.cpp396 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr()
1103 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
H A DCGObjC.cpp1183 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy"); in generateObjCGetterBody()
1463 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); in generateObjCSetterBody()
1470 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); in generateObjCSetterBody()
1718 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
H A DCodeGenModule.cpp1081 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule
1091 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule
3094 ErrorUnsupported(TPO, "template parameter object"); in GetAddrOfTemplateParamObject()
4730 ErrorUnsupported(D, "flexible array initializer"); in EmitGlobalVarDefinition()
4734 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition()
6056 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
H A DCGDecl.cpp344 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
346 CGM.ErrorUnsupported(D.getInit(), "flexible array initializer"); in AddInitializerToStaticVarDecl()
H A DCodeGenFunction.cpp1894 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction
1895 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
H A DCGExprScalar.cpp1593 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr()
1828 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
2944 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr()
4736 CGF.ErrorUnsupported(VE, "va_arg expression"); in VisitVAArgExpr()
H A DCGClass.cpp2946 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaBlockInvokeBody()
3000 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeBody()
H A DCGException.cpp1942 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
H A DCGStmt.cpp2160 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
H A DCGCall.cpp3778 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter"); in EmitDelegateCallArg()
5458 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
H A DCGExpr.cpp1243 ErrorUnsupported(E, Name); in EmitUnsupportedRValue()
1249 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
H A DCGBuiltin.cpp1650 ErrorUnsupported(E, "__fastfail call for this architecture"); in EmitMSVCBuiltinExpr()
3689 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr()
3697 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr()
4214 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument"); in EmitBuiltinExpr()
5129 CGM.ErrorUnsupported(E, "__builtin_thread_pointer"); in EmitBuiltinExpr()
5389 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
H A DCodeGenFunction.h2483 void ErrorUnsupported(const Stmt *S, const char *Type);