reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CGCXXABI.h
   63   void ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S);

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
   44   ErrorUnsupportedABI(CGF, "calls through member pointers");
   61   ErrorUnsupportedABI(CGF, "loads of member pointers");
   70   ErrorUnsupportedABI(CGF, "member function pointer conversions");
   85   ErrorUnsupportedABI(CGF, "member function pointer comparison");
   93   ErrorUnsupportedABI(CGF, "member function pointer null testing");
  178   ErrorUnsupportedABI(CGF, "array cookie initialization");
  226   ErrorUnsupportedABI(CGF, "reading a new[] cookie");
  279   ErrorUnsupportedABI(CGF, "complete object detection in ctor");
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2477       ErrorUnsupportedABI(CGF, "more than 32 guarded initializations");