Home
last modified time | relevance | path

Searched refs:AutomaticObjectDtor (Results 1 – 14 of 14) 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/llvm-project/clang/include/clang/Analysis/
DCFG.h72 AutomaticObjectDtor, enumerator
77 DTOR_BEGIN = AutomaticObjectDtor,
392 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
409 return elem.getKind() == AutomaticObjectDtor; in isKind()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h193 case CFGElement::AutomaticObjectDtor: { in walk()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h210 case CFGElement::AutomaticObjectDtor: { in walk()
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp1359 case CFGElement::AutomaticObjectDtor: { in run()
DPathDiagnostic.cpp540 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
DThreadSafety.cpp2490 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
DCFG.cpp5012 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5524 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/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()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp646 case CFGElement::AutomaticObjectDtor: in processCFGElement()
909 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()