Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
274 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
198 bool EmitBadCastCall(CodeGenFunction &CGF) override;1261 EmitBadCastCall(CGF); in EmitDynamicCastCall()1296 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
1848 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
154 bool EmitBadCastCall(CodeGenFunction &CGF) override;1040 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI