Home
last modified time | relevance | path

Searched refs:EmitBadCastCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h275 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
H A DItaniumCXXABI.cpp197 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1527 EmitBadCastCall(CGF); in EmitDynamicCastCall()
1572 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
H A DCGExprCXX.cpp2230 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
H A DMicrosoftCXXABI.cpp160 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1044 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI