Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2217 const MemRegion *FirstBinding = nullptr; in GetAllocationSite() local
2240 FirstBinding = R; in GetAllocationSite()
2289 FirstBinding = nullptr; in GetAllocationSite()
2293 FirstBinding, in GetAllocationSite()
2318 const MemRegion* FirstBinding = AllocI.R; in getEndPath() local
2334 if (FirstBinding) { in getEndPath()
2336 << FirstBinding->getString() << '\''; in getEndPath()