Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2193 const MemRegion *FirstBinding = nullptr; in GetAllocationSite() local
2216 FirstBinding = R; in GetAllocationSite()
2265 FirstBinding = nullptr; in GetAllocationSite()
2269 FirstBinding, in GetAllocationSite()
2294 const MemRegion* FirstBinding = AllocI.R; in getEndPath() local
2310 if (FirstBinding) { in getEndPath()
2312 << FirstBinding->getString() << '\''; in getEndPath()