Searched refs:ARCounts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1562 typedef llvm::ImmutableMap<SymbolRef, unsigned> ARCounts; typedef
1563 typedef llvm::ImmutableMap<SymbolRef, ARCounts> ARPoolContents;
1593 ARCounts::Factory &F,
1596 const ARCounts *cnts = state->get<AutoreleasePoolContents>(pool);
1597 ARCounts newCnts(0);
2333 mutable ARCounts::Factory ARCountFactory;
3654 if (const ARCounts *Cnts = State->get<AutoreleasePoolContents>(Sym))
3655 for (ARCounts::iterator I = Cnts->begin(), E = Cnts->end(); I != E; ++I)

Completed in 47 milliseconds