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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 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")
    [all...]
CGCXXABI.h 58 void ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S);

Completed in 25 milliseconds