Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp816 SVal BlockBytesVal = C.getSVal(BlockBytes); in evalMulForBufferSize() local
818 SVal TotalSize = SB.evalBinOp(State, BO_Mul, BlocksVal, BlockBytesVal, in evalMulForBufferSize()