HomeSort by relevance Sort by last modified time
    Searched refs:ErrorUnsupportedABI (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 22 void CGCXXABI::ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S) {
78 ErrorUnsupportedABI(CGF, "calls through member pointers");
93 ErrorUnsupportedABI(CGF, "loads of member pointers");
101 ErrorUnsupportedABI(CGF, "member function pointer conversions");
116 ErrorUnsupportedABI(CGF, "member function pointer comparison");
124 ErrorUnsupportedABI(CGF, "member function pointer null testing");
196 ErrorUnsupportedABI(CGF, "array cookie initialization");
245 ErrorUnsupportedABI(CGF, "reading a new[] cookie");
309 ErrorUnsupportedABI(CGF, "complete object detection in ctor");
321 ErrorUnsupportedABI(CGF, "odr-use of thread_local global")
    [all...]
CGCXXABI.h 58 void ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S);
MicrosoftCXXABI.cpp     [all...]

Completed in 43 milliseconds