Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp34 class CastedAllocFinder class
35 : public ConstStmtVisitor<CastedAllocFinder, TypeCallPair> {
55 CastedAllocFinder(ASTContext *Ctx) : in CastedAllocFinder() function in __anon7b2079cb0111::CastedAllocFinder
184 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody()