Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp89 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitNVPTXDevicePrintfCallExpr()
143 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGExprAgg.cpp111 CGF.ErrorUnsupported(S, "aggregate expression"); in VisitStmt()
403 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
411 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
426 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
444 CGF.ErrorUnsupported(E, "weird std::initializer_list"); in VisitCXXStdInitializerListExpr()
707 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr()
710 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr()
1016 return CGF.ErrorUnsupported(E, "aggregate three-way comparison"); in VisitBinCmp()
1084 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator()
1285 CGF.ErrorUnsupported(VE, "aggregate va_arg expression"); in VisitVAArgExpr()
[all …]
H A DCGVTables.cpp174 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments"); in GenerateVarArgsThunk()
311 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
317 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
H A DCodeGenModule.h1154 void ErrorUnsupported(const Stmt *S, const char *Type);
1157 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.cpp1182 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy"); in generateObjCGetterBody()
1462 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI"); in generateObjCSetterBody()
1469 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy"); in generateObjCSetterBody()
1711 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
H A DCodeGenFunction.cpp1820 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction
1821 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
H A DCodeGenModule.cpp932 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule
942 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule
2791 ErrorUnsupported(TPO, "template parameter object"); in GetAddrOfTemplateParamObject()
4339 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition()
5630 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
H A DCGClass.cpp2916 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaBlockInvokeBody()
2970 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeBody()
H A DCGExprScalar.cpp1578 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr()
1787 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr()
2871 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr()
4659 CGF.ErrorUnsupported(VE, "va_arg expression"); in VisitVAArgExpr()
H A DCGException.cpp1935 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
H A DCGStmt.cpp2040 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
H A DCGCall.cpp3686 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter"); in EmitDelegateCallArg()
5353 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
H A DCGDecl.cpp338 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
H A DCGExpr.cpp1214 ErrorUnsupported(E, Name); in EmitUnsupportedRValue()
1220 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
H A DCGBuiltin.cpp1576 ErrorUnsupported(E, "__fastfail call for this architecture"); in EmitMSVCBuiltinExpr()
3533 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr()
3541 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr()
4059 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument"); in EmitBuiltinExpr()
4960 CGM.ErrorUnsupported(E, "__builtin_thread_pointer"); in EmitBuiltinExpr()
5208 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
H A DCodeGenFunction.h2424 void ErrorUnsupported(const Stmt *S, const char *Type);
H A DMicrosoftCXXABI.cpp2403 CGF.CGM.ErrorUnsupported(VD, "thread wrappers"); in EmitThreadLocalVarDeclLValue()