Home
last modified time | relevance | path

Searched refs:CleanupFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h79 CleanupFunction, enumerator
393 : CFGElement(Kind::CleanupFunction, VD) { in CFGCleanupFunction()
411 return E.getKind() == Kind::CleanupFunction; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp116 case CFGElement::CleanupFunction: in getStmt()
H A DExprEngine.cpp996 case CFGElement::CleanupFunction: in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp563 case CFGElement::CleanupFunction: in getLocationForCaller()
H A DCFG.cpp5408 case CFGElement::CleanupFunction: in getDestructorDecl()
5955 case CFGElement::Kind::CleanupFunction: in print_elem()
H A DThreadSafety.cpp2671 case CFGElement::CleanupFunction: { in runAnalysis()