Searched defs:ErrorUnsupportedABI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp22 void CGCXXABI::ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S) { function in class:CGCXXABI
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(CG
[all...]

Completed in 70 milliseconds