Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h72 AutomaticObjectDtor, enumerator
77 DTOR_BEGIN = AutomaticObjectDtor,
421 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
438 return elem.getKind() == AutomaticObjectDtor; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp106 case CFGElement::AutomaticObjectDtor: in getStmt()
H A DExprEngine.cpp985 case CFGElement::AutomaticObjectDtor: in processCFGElement()
1295 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h213 case CFGElement::AutomaticObjectDtor: { in walk()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp533 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DConsumed.cpp1355 case CFGElement::AutomaticObjectDtor: { in run()
H A DCFG.cpp5411 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5940 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
H A DThreadSafety.cpp2659 case CFGElement::AutomaticObjectDtor: { in runAnalysis()