Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h306 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
H A DItaniumCXXABI.cpp244 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1664 EmitBadCastCall(CGF); in emitDynamicCastCall()
1783 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
H A DCGExprCXX.cpp2226 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
H A DMicrosoftCXXABI.cpp176 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1068 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI