Home
last modified time | relevance | path

Searched refs:ErrorUnsupportedABI (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCXXABI.cpp22 void CGCXXABI::ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S) { in ErrorUnsupportedABI() function in CGCXXABI
44 ErrorUnsupportedABI(CGF, "calls through member pointers"); in EmitLoadOfMemberFunctionPointer()
59 ErrorUnsupportedABI(CGF, "loads of member pointers"); in EmitMemberDataPointerAddress()
67 ErrorUnsupportedABI(CGF, "member function pointer conversions"); in EmitMemberPointerConversion()
82 ErrorUnsupportedABI(CGF, "member function pointer comparison"); in EmitMemberPointerComparison()
90 ErrorUnsupportedABI(CGF, "member function pointer null testing"); in EmitMemberPointerIsNotNull()
162 ErrorUnsupportedABI(CGF, "array cookie initialization"); in InitializeArrayCookie()
211 ErrorUnsupportedABI(CGF, "reading a new[] cookie"); in readArrayCookieImpl()
275 ErrorUnsupportedABI(CGF, "complete object detection in ctor"); in EmitCtorCompleteObjectHandler()
286 ErrorUnsupportedABI(CGF, "odr-use of thread_local global"); in EmitThreadLocalDeclRefExpr()
DCGCXXABI.h58 void ErrorUnsupportedABI(CodeGenFunction &CGF, StringRef S);
DMicrosoftCXXABI.cpp1181 ErrorUnsupportedABI(CGF, "more than 32 guarded initializations"); in EmitGuardedInit()