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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h264 virtual bool EmitBadCastCall(CodeGenFunction &CGF) = 0;
H A DItaniumCXXABI.cpp206 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1268 EmitBadCastCall(CGF);
1303 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { function in class:ItaniumCXXABI
H A DCGExprCXX.cpp1840 if (!CGF.CGM.getCXXABI().EmitBadCastCall(CGF))
H A DMicrosoftCXXABI.cpp154 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1041 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { function in class:MicrosoftCXXABI

Completed in 183 milliseconds