Searched refs:CFGDeleteDtor (Results 1 – 7 of 7) sorted by relevance
443 class CFGDeleteDtor : public CFGImplicitDtor {445 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE) in CFGDeleteDtor() function460 CFGDeleteDtor() = default;1195 Elements.push_back(CFGDeleteDtor(RD, DE), C); in appendDeleteDtor()
109 return Elem->castAs<CFGDeleteDtor>().getDeleteExpr(); in getStmt()
1495 else if (std::optional<CFGDeleteDtor> DeleteDtor = E.getAs<CFGDeleteDtor>()) in getCaller()
1308 ProcessDeleteDtor(D.castAs<CFGDeleteDtor>(), Pred, Dst); in ProcessImplicitDtor()1410 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor, in ProcessDeleteDtor()
539 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>(); in getLocationForCaller()
5438 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()5992 CFGDeleteDtor DE = E.castAs<CFGDeleteDtor>(); in print_elem()
310 void ProcessDeleteDtor(const CFGDeleteDtor D,