Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h79 CleanupFunction, enumerator
392 : CFGElement(Kind::CleanupFunction, VD) { in CFGCleanupFunction()
410 return E.getKind() == Kind::CleanupFunction; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp568 case CFGElement::CleanupFunction: in getLocationForCaller()
H A DCFG.cpp5299 case CFGElement::CleanupFunction: in getDestructorDecl()
5843 case CFGElement::Kind::CleanupFunction: in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp996 case CFGElement::CleanupFunction: in processCFGElement()