Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
306 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
243 bool EmitBadCastCall(CodeGenFunction &CGF) override;1678 EmitBadCastCall(CGF); in emitDynamicCastCall()1797 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
2262 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
177 bool EmitBadCastCall(CodeGenFunction &CGF) override;1063 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI