Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp203 QualType SizeofType = SFinder.Sizeofs[0]->getTypeOfArgument(); in checkASTCodeBody() local
205 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
210 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
232 << "sizeof operand type '" << SizeofType << "'"; in checkASTCodeBody()