Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance
311 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
243 bool EmitBadCastCall(CodeGenFunction &CGF) override;1498 EmitBadCastCall(CGF); in emitDynamicCastCall()1617 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
2261 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
176 bool EmitBadCastCall(CodeGenFunction &CGF) override;1072 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI