Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1824 const MemRegion* AllocBinding; member in __anonf8e0d6ba0611::CFRefLeakReport
2413 AllocBinding = AllocI.R; in CFRefLeakReport()
2446 if (AllocBinding) { in CFRefLeakReport()
2447 os << " stored into '" << AllocBinding->getString() << '\''; in CFRefLeakReport()