Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1775 const MemRegion* AllocBinding; member in __anonfdb198950611::CFRefLeakReport
2338 AllocBinding = AllocI.R; in CFRefLeakReport()
2383 if (AllocBinding) { in CFRefLeakReport()
2384 os << " stored into '" << AllocBinding->getString() << '\''; in CFRefLeakReport()