Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp472 const SVal SizeSVal, ProgramStateRef State,
1714 const SVal SizeSVal, ProgramStateRef State, in checkTaintedness() argument
1719 taint::getTaintedSymbols(State, SizeSVal); in checkTaintedness()
1732 std::optional<NonLoc> SizeNL = SizeSVal.getAs<NonLoc>(); in checkTaintedness()