Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
251 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
153 bool EmitBadCastCall(CodeGenFunction &CGF) override;1130 EmitBadCastCall(CGF); in EmitDynamicCastCall()1159 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
1733 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
108 bool EmitBadCastCall(CodeGenFunction &CGF) override;944 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI