Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp976 const StackFrameContext *ReleaseFunctionLC; member in __anon0957485b0611::MallocBugVisitor
983 ReleaseFunctionLC(nullptr), IsLeak(isLeak) {} in MallocBugVisitor()
3640 if (ReleaseFunctionLC && (ReleaseFunctionLC == CurrentLC || in VisitNode()
3641 ReleaseFunctionLC->isParentOf(CurrentLC))) { in VisitNode()
3737 assert(!ReleaseFunctionLC && "There should be only one release point"); in VisitNode()
3738 ReleaseFunctionLC = CurrentLC->getStackFrame(); in VisitNode()
3780 ReleaseFunctionLC = LC->getStackFrame(); in VisitNode()