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