Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h79 CleanupFunction, enumerator
392 : CFGElement(Kind::CleanupFunction, VD) { in CFGCleanupFunction()
410 return E.getKind() == Kind::CleanupFunction; in isKind()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDPathDiagnostic.cpp568 case CFGElement::CleanupFunction: in getLocationForCaller()
HDThreadSafety.cpp2477 case CFGElement::CleanupFunction: { in runAnalysis()
HDCFG.cpp5299 case CFGElement::CleanupFunction: in getDestructorDecl()
5843 case CFGElement::Kind::CleanupFunction: in print_elem()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp996 case CFGElement::CleanupFunction: in processCFGElement()