Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGGPUBuiltin.cpp153 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitDevicePrintfCallExpr()
199 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGExprAgg.cpp112 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt()
748 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr()
751 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr()
1058 return CGF.ErrorUnsupported(E, "aggregate three-way comparison"); in VisitBinCmp()
1126 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator()
1334 CGF.ErrorUnsupported(VE, "aggregate va_arg expression"); in VisitVAArgExpr()
1627 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
H A DCGVTables.cpp183 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments"); in GenerateVarArgsThunk()
328 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
334 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
H A DCodeGenModule.h1295 void ErrorUnsupported(const Stmt *S, const char *Type);
1298 void ErrorUnsupported(const Decl *D, const char *Type);
H A DCGExprComplex.cpp486 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr()
1465 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
H A DCGStmt.cpp420 CGM.ErrorUnsupported(S, "OpenMP dispatch directive"); in EmitStmt()
423 CGM.ErrorUnsupported(S, "scope with FE outlining"); in EmitStmt()
2368 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
H A DCGClass.cpp3013 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaBlockInvokeBody()
3038 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeBody()
3093 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaInAllocaCallOpBody()
H A DCGObjC.cpp1218 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy"); in generateObjCGetterBody()
1510 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); in generateObjCSetterBody()
1517 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); in generateObjCSetterBody()
1764 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
H A DCodeGenModule.cpp1558 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule
1568 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule
3661 ErrorUnsupported(TPO, "template parameter object"); in GetAddrOfTemplateParamObject()
5473 ErrorUnsupported(D, "flexible array initializer"); in EmitGlobalVarDefinition()
5479 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition()
6811 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
H A DCGDecl.cpp352 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
354 CGM.ErrorUnsupported(D.getInit(), "flexible array initializer"); in AddInitializerToStaticVarDecl()
H A DCodeGenFunction.cpp2063 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction
2064 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
H A DCGExprScalar.cpp1782 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr()
2035 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
3291 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr()
H A DCGException.cpp1958 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
H A DCGExpr.cpp1432 ErrorUnsupported(E, Name); in EmitUnsupportedRValue()
1438 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
H A DCodeGenFunction.h2660 void ErrorUnsupported(const Stmt *S, const char *Type);
H A DCGBuiltin.cpp1959 ErrorUnsupported(E, "__fastfail call for this architecture"); in EmitMSVCBuiltinExpr()
4479 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr()
4487 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr()
5002 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument"); in EmitBuiltinExpr()
6003 CGM.ErrorUnsupported(E, "__builtin_thread_pointer"); in EmitBuiltinExpr()
6255 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
H A DCGCall.cpp5837 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()