Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DCFG.h193 class CFGDeleteDtor : public CFGImplicitDtor {
195 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE) in CFGDeleteDtor() function
210 CFGDeleteDtor() {} in CFGDeleteDtor() function
596 Elements.push_back(CFGDeleteDtor(RD, DE), C); in appendDeleteDtor()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp980 else if (Optional<CFGDeleteDtor> DeleteDtor = E.getAs<CFGDeleteDtor>()) in getCaller()
DPathDiagnostic.cpp563 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>(); in getLocationForCaller()
DExprEngine.cpp540 ProcessDeleteDtor(D.castAs<CFGDeleteDtor>(), Pred, Dst); in ProcessImplicitDtor()
569 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor, in ProcessDeleteDtor()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h206 void ProcessDeleteDtor(const CFGDeleteDtor D,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp3444 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
3790 } else if (Optional<CFGDeleteDtor> DE = E.getAs<CFGDeleteDtor>()) { in print_elem()