Home
last modified time | relevance | path

Searched refs:CFGDeleteDtor (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h443 class CFGDeleteDtor : public CFGImplicitDtor {
445 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE) in CFGDeleteDtor() function
460 CFGDeleteDtor() = default;
1195 Elements.push_back(CFGDeleteDtor(RD, DE), C); in appendDeleteDtor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp109 return Elem->castAs<CFGDeleteDtor>().getDeleteExpr(); in getStmt()
H A DCallEvent.cpp1495 else if (std::optional<CFGDeleteDtor> DeleteDtor = E.getAs<CFGDeleteDtor>()) in getCaller()
H A DExprEngine.cpp1308 ProcessDeleteDtor(D.castAs<CFGDeleteDtor>(), Pred, Dst); in ProcessImplicitDtor()
1410 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor, in ProcessDeleteDtor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp539 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>(); in getLocationForCaller()
H A DCFG.cpp5438 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
5992 CFGDeleteDtor DE = E.castAs<CFGDeleteDtor>(); in print_elem()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h310 void ProcessDeleteDtor(const CFGDeleteDtor D,