Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2315 AllocationInfo AllocI = in getEndPath() local
2318 const MemRegion* FirstBinding = AllocI.R; in getEndPath()
2319 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
2408 AllocationInfo AllocI = in CFRefLeakReport() local
2411 AllocNode = AllocI.N; in CFRefLeakReport()
2412 AllocBinding = AllocI.R; in CFRefLeakReport()
2413 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()