Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h72 AutomaticObjectDtor, enumerator
77 DTOR_BEGIN = AutomaticObjectDtor,
393 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
410 return elem.getKind() == AutomaticObjectDtor; in isKind()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h211 case CFGElement::AutomaticObjectDtor: { in walk()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp1359 case CFGElement::AutomaticObjectDtor: { in run()
H A DPathDiagnostic.cpp540 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DThreadSafety.cpp2408 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
H A DCFG.cpp5237 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5751 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp815 case CFGElement::AutomaticObjectDtor: in processCFGElement()
1078 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()