Searched defs:AllocI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2241 AllocationInfo AllocI = local
2244 const MemRegion* FirstBinding = AllocI.R;
2245 BR.markInteresting(AllocI.InterestingMethodContext);
2334 AllocationInfo AllocI = local
2337 AllocNode = AllocI.N;
2338 AllocBinding = AllocI.R;
2339 markInteresting(AllocI.InterestingMethodContext);

Completed in 101 milliseconds