Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h218 class CFGDeleteDtor : public CFGImplicitDtor {
220 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE) in CFGDeleteDtor() function
234 CFGDeleteDtor() {} in CFGDeleteDtor() function
686 Elements.push_back(CFGDeleteDtor(RD, DE), C); in appendDeleteDtor()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1107 else if (Optional<CFGDeleteDtor> DeleteDtor = E.getAs<CFGDeleteDtor>()) in getCaller()
DPathDiagnostic.cpp561 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>(); in getLocationForCaller()
DExprEngine.cpp561 ProcessDeleteDtor(D.castAs<CFGDeleteDtor>(), Pred, Dst); in ProcessImplicitDtor()
609 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor, in ProcessDeleteDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h207 void ProcessDeleteDtor(const CFGDeleteDtor D,
/external/clang/lib/Analysis/
DCFG.cpp3915 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
4305 } else if (Optional<CFGDeleteDtor> DE = E.getAs<CFGDeleteDtor>()) { in print_elem()