Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2146 const MemRegion *FirstBinding = nullptr; in GetAllocationSite() local
2169 FirstBinding = R; in GetAllocationSite()
2213 FirstBinding = nullptr; in GetAllocationSite()
2217 FirstBinding, in GetAllocationSite()
2244 const MemRegion* FirstBinding = AllocI.R; in getEndPath() local
2260 if (FirstBinding) { in getEndPath()
2262 << FirstBinding->getString() << '\''; in getEndPath()