Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h274 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
DItaniumCXXABI.cpp198 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1261 EmitBadCastCall(CGF); in EmitDynamicCastCall()
1296 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in ItaniumCXXABI
DCGExprCXX.cpp1848 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF)) in EmitDynamicCastToNull()
DMicrosoftCXXABI.cpp154 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1040 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { in EmitBadCastCall() function in MicrosoftCXXABI