Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2218 const MemRegion *FirstBinding = nullptr; in GetAllocationSite() local
2241 FirstBinding = R; in GetAllocationSite()
2290 FirstBinding = nullptr; in GetAllocationSite()
2294 FirstBinding, in GetAllocationSite()
2319 const MemRegion* FirstBinding = AllocI.R; in getEndPath() local
2335 if (FirstBinding) { in getEndPath()
2337 << FirstBinding->getString() << '\''; in getEndPath()