Home
last modified time | relevance | path

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

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