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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp34 class CastedAllocFinder class in namespace:__anon1631
35 : public ConstStmtVisitor<CastedAllocFinder, TypeCallPair> {
55 CastedAllocFinder(ASTContext *Ctx) : function in class:__anon1631::CastedAllocFinder
180 CastedAllocFinder Finder(&BR.getContext());
182 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(),

Completed in 131 milliseconds