Lines Matching refs:ErrorUnsupportedABI
22 void CGCXXABI::ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S) { in ErrorUnsupportedABI() function in CGCXXABI
44 ErrorUnsupportedABI(CGF, "calls through member pointers"); in EmitLoadOfMemberFunctionPointer()
59 ErrorUnsupportedABI(CGF, "loads of member pointers"); in EmitMemberDataPointerAddress()
67 ErrorUnsupportedABI(CGF, "member function pointer conversions"); in EmitMemberPointerConversion()
82 ErrorUnsupportedABI(CGF, "member function pointer comparison"); in EmitMemberPointerComparison()
90 ErrorUnsupportedABI(CGF, "member function pointer null testing"); in EmitMemberPointerIsNotNull()
162 ErrorUnsupportedABI(CGF, "array cookie initialization"); in InitializeArrayCookie()
211 ErrorUnsupportedABI(CGF, "reading a new[] cookie"); in readArrayCookieImpl()
219 ErrorUnsupportedABI(CGF, "static local variable initialization"); in EmitGuardedInit()
282 ErrorUnsupportedABI(CGF, "complete object detection in ctor"); in EmitCtorCompleteObjectHandler()
293 ErrorUnsupportedABI(CGF, "odr-use of thread_local global"); in EmitThreadLocalDeclRefExpr()