Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
306 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
244 bool EmitBadCastCall(CodeGenFunction &CGF) override;1664 EmitBadCastCall(CGF); in emitDynamicCastCall()1783 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
2226 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
176 bool EmitBadCastCall(CodeGenFunction &CGF) override;1068 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI