Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h73 AutomaticObjectDtor, enumerator
78 DTOR_BEGIN = AutomaticObjectDtor,
387 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
404 return elem.getKind() == AutomaticObjectDtor; in isKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h211 case CFGElement::AutomaticObjectDtor: { in walk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1360 case CFGElement::AutomaticObjectDtor: { in run()
H A DThreadSafety.cpp2471 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
H A DCFG.cpp4685 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp596 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DExprEngine.cpp596 case CFGElement::AutomaticObjectDtor: in processCFGElement()
858 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()