Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h61 AutomaticObjectDtor, enumerator
66 DTOR_BEGIN = AutomaticObjectDtor,
197 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
212 return elem.getKind() == AutomaticObjectDtor; in isKind()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h193 case CFGElement::AutomaticObjectDtor: { in walk()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp555 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
DExprEngine.cpp306 case CFGElement::AutomaticObjectDtor: in processCFGElement()
548 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()
/external/clang/lib/Analysis/
DConsumed.cpp1401 case CFGElement::AutomaticObjectDtor: { in run()
DThreadSafety.cpp2305 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
DCFG.cpp3902 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()