Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h212 case CFGElement::AutomaticObjectDtor: { in walk()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp538 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DCFG.cpp5302 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5828 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp985 case CFGElement::AutomaticObjectDtor: in processCFGElement()
1294 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()