| /src/contrib/llvm-project/clang/lib/CodeGen/ ! |
| H A D | CGGPUBuiltin.cpp | 153 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitDevicePrintfCallExpr() 199 CGM.ErrorUnsupported(E, "non-scalar arg to printf"); in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGExprAgg.cpp | 112 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 D | CGVTables.cpp | 183 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments"); in GenerateVarArgsThunk() 328 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk() 334 CGM.ErrorUnsupported( in EmitCallAndReturnForThunk()
|
| H A D | CodeGenModule.h | 1295 void ErrorUnsupported(const Stmt *S, const char *Type); 1298 void ErrorUnsupported(const Decl *D, const char *Type);
|
| H A D | CGExprComplex.cpp | 486 CGF.ErrorUnsupported(E, "complex expression"); in VisitExpr() 1465 CGF.ErrorUnsupported(E, "complex va_arg expression"); in VisitVAArgExpr()
|
| H A D | CGStmt.cpp | 420 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 D | CGClass.cpp | 3013 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 D | CGObjC.cpp | 1218 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 D | CodeGenModule.cpp | 1558 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 D | CGDecl.cpp | 352 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); in AddInitializerToStaticVarDecl() 354 CGM.ErrorUnsupported(D.getInit(), "flexible array initializer"); in AddInitializerToStaticVarDecl()
|
| H A D | CodeGenFunction.cpp | 2063 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported() function in CodeGenFunction 2064 CGM.ErrorUnsupported(S, Type); in ErrorUnsupported()
|
| H A D | CGExprScalar.cpp | 1782 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 D | CGException.cpp | 1958 CGM.ErrorUnsupported(VD, "VLA captured by SEH"); in EmitCapturedLocals()
|
| H A D | CGExpr.cpp | 1432 ErrorUnsupported(E, Name); in EmitUnsupportedRValue() 1438 ErrorUnsupported(E, Name); in EmitUnsupportedLValue()
|
| H A D | CodeGenFunction.h | 2660 void ErrorUnsupported(const Stmt *S, const char *Type);
|
| H A D | CGBuiltin.cpp | 1959 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 D | CGCall.cpp | 5837 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
|