Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DCFG.h63 LifetimeEnds, enumerator
293 : CFGElement(LifetimeEnds, var, stmt) {} in CFGLifetimeEnds()
309 return elem.getKind() == LifetimeEnds; in isKind()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp571 case CFGElement::LifetimeEnds: in getLocationForCaller()
DCFG.cpp5004 case CFGElement::LifetimeEnds: in getDestructorDecl()
5539 case CFGElement::Kind::LifetimeEnds: in print_elem()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp656 case CFGElement::LifetimeEnds: in processCFGElement()