Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
291 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
197 bool EmitBadCastCall(CodeGenFunction &CGF) override;1494 EmitBadCastCall(CGF); in EmitDynamicCastCall()1539 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
2225 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
164 bool EmitBadCastCall(CodeGenFunction &CGF) override;1051 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI