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

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

Completed in 120 milliseconds