Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h72 AutomaticObjectDtor, enumerator
77 DTOR_BEGIN = AutomaticObjectDtor,
420 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
437 return elem.getKind() == AutomaticObjectDtor; in isKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h212 case CFGElement::AutomaticObjectDtor: { in walk()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp535 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DConsumed.cpp1359 case CFGElement::AutomaticObjectDtor: { in run()
H A DThreadSafety.cpp2465 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
H A DCFG.cpp5305 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5831 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp985 case CFGElement::AutomaticObjectDtor: in processCFGElement()
1294 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()