Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp112 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt()
421 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
429 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
444 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
462 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
732 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr()
735 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr()
1041 return CGF.ErrorUnsupported(E, "aggregate three-way comparison"); in VisitBinCmp()
1109 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator()
1310 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.h1206 void ErrorUnsupported(const Stmt *S, const char *Type);
1209 void ErrorUnsupported(const Decl *D, const char *Type);
H A DCGExprComplex.cpp415 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr()
1276 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
H A DCGObjC.cpp1219 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy"); in generateObjCGetterBody()
1516 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); in generateObjCSetterBody()
1523 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); in generateObjCSetterBody()
1770 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
H A DCodeGenModule.cpp1089 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule
1099 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule
3222 ErrorUnsupported(TPO, "template parameter object"); in GetAddrOfTemplateParamObject()
4892 ErrorUnsupported(D, "flexible array initializer"); in EmitGlobalVarDefinition()
4898 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition()
6223 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
H A DCGDecl.cpp348 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
350 CGM.ErrorUnsupported(D.getInit(), "flexible array initializer"); in AddInitializerToStaticVarDecl()
H A DCodeGenFunction.cpp1917 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction
1918 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
H A DCGExprScalar.cpp1622 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr()
1850 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
3002 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr()
4907 CGF.ErrorUnsupported(VE, "va_arg expression"); in VisitVAArgExpr()
H A DCGClass.cpp2987 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaBlockInvokeBody()
3042 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeBody()
H A DCGException.cpp1939 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
H A DCGStmt.cpp2171 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
H A DCGCall.cpp3828 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter"); in EmitDelegateCallArg()
5534 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
H A DCGExpr.cpp1201 ErrorUnsupported(E, Name); in EmitUnsupportedRValue()
1207 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
H A DCGBuiltin.cpp1665 ErrorUnsupported(E, "__fastfail call for this architecture"); in EmitMSVCBuiltinExpr()
3728 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr()
3736 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr()
4254 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument"); in EmitBuiltinExpr()
5170 CGM.ErrorUnsupported(E, "__builtin_thread_pointer"); in EmitBuiltinExpr()
5435 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
H A DCodeGenFunction.h2485 void ErrorUnsupported(const Stmt *S, const char *Type);