Home
last modified time | relevance | path

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

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