Searched defs:EmitBadCastCall (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp134 bool EmitBadCastCall(CodeGenFunction &CGF) override;
1011 EmitBadCastCall(CGF);
1040 bool ItaniumCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { function in class:ItaniumCXXABI
H A DMicrosoftCXXABI.cpp87 bool EmitBadCastCall(CodeGenFunction &CGF) override;
736 bool MicrosoftCXXABI::EmitBadCastCall(CodeGenFunction &CGF) { function in class:MicrosoftCXXABI

Completed in 58 milliseconds