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.cpp32 class CastedAllocFinder class
33 : public ConstStmtVisitor<CastedAllocFinder, TypeCallPair> {
53 CastedAllocFinder(ASTContext *Ctx) : in CastedAllocFinder() function in __anon7b2079cb0111::CastedAllocFinder
182 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody()