| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 89 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitNVPTXDevicePrintfCallExpr() 143 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGExprAgg.cpp | 111 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() 711 CGF.CGM.ErrorUnsupported(E, "non-simple lvalue dynamic_cast"); in VisitCastExpr() 714 CGF.CGM.ErrorUnsupported(E, "lvalue dynamic_cast with a destination"); in VisitCastExpr() 1020 return CGF.ErrorUnsupported(E, "aggregate three-way comparison"); in VisitBinCmp() 1088 CGF.ErrorUnsupported(E, "aggregate binary expression"); in VisitBinaryOperator() 1289 CGF.ErrorUnsupported(VE, "aggregate va_arg expression"); in VisitVAArgExpr() [all …]
|
| H A D | CGVTables.cpp | 174 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments"); in GenerateVarArgsThunk() 311 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk() 317 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
|
| H A D | CodeGenModule.h | 1154 void ErrorUnsupported(const Stmt *S, const char *Type); 1157 void ErrorUnsupported(const Decl *D, const char *Type);
|
| H A D | CGExprComplex.cpp | 396 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr() 1103 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
|
| H A D | CGObjC.cpp | 1183 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() 1712 CGM.ErrorUnsupported(&S, "Obj-C fast enumeration for this runtime"); in EmitObjCForCollectionStmt()
|
| H A D | CodeGenFunction.cpp | 1834 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction 1835 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
|
| H A D | CodeGenModule.cpp | 957 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenModule 967 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { in ErrorUnsupported() function in CodeGenModule 2821 ErrorUnsupported(TPO, "template parameter object"); in GetAddrOfTemplateParamObject() 4368 ErrorUnsupported(D, "static initializer"); in EmitGlobalVarDefinition() 5660 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
|
| H A D | CGClass.cpp | 2916 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function"); in EmitLambdaBlockInvokeBody() 2970 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function"); in EmitLambdaStaticInvokeBody()
|
| H A D | CGExprScalar.cpp | 1580 CGF.ErrorUnsupported(E, "scalar expression"); in VisitExpr() 1808 CGF.ErrorUnsupported(E, "GNU array range designator extension"); in VisitInitListExpr() 2881 CGF.ErrorUnsupported(E, "virtual base in offsetof"); in VisitOffsetOfExpr() 4672 CGF.ErrorUnsupported(VE, "va_arg expression"); in VisitVAArgExpr()
|
| H A D | CGException.cpp | 1935 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
|
| H A D | CGStmt.cpp | 2078 CGM.ErrorUnsupported(&Stmt, "__asm__"); in AddVariableConstraints()
|
| H A D | CGCall.cpp | 3693 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter"); in EmitDelegateCallArg() 5360 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
|
| H A D | CGDecl.cpp | 343 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl()
|
| H A D | CGExpr.cpp | 1214 ErrorUnsupported(E, Name); in EmitUnsupportedRValue() 1220 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
|
| H A D | CGBuiltin.cpp | 1624 ErrorUnsupported(E, "__fastfail call for this architecture"); in EmitMSVCBuiltinExpr() 3614 CGM.ErrorUnsupported(E, "__builtin_dwarf_sp_column"); in EmitBuiltinExpr() 3622 CGM.ErrorUnsupported(E, "__builtin_init_dwarf_reg_size_table"); in EmitBuiltinExpr() 4140 CGM.ErrorUnsupported(E, "non-UTF16 __annotation argument"); in EmitBuiltinExpr() 5041 CGM.ErrorUnsupported(E, "__builtin_thread_pointer"); in EmitBuiltinExpr() 5289 ErrorUnsupported(E, "builtin function"); in EmitBuiltinExpr()
|
| H A D | CodeGenFunction.h | 2424 void ErrorUnsupported(const Stmt *S, const char *Type);
|
| H A D | MicrosoftCXXABI.cpp | 2403 CGF.CGM.ErrorUnsupported(VD, "thread wrappers"); in EmitThreadLocalVarDeclLValue()
|