Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h276 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
H A DItaniumCXXABI.cpp211 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1378 EmitBadCastCall(CGF); in EmitDynamicCastCall()
1413 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
H A DCGExprCXX.cpp2159 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
H A DMicrosoftCXXABI.cpp155 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1015 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI