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.cpp564 const SVal SizeSVal, ProgramStateRef State,
1927 const SVal SizeSVal, ProgramStateRef State, in checkTaintedness() argument
1932 taint::getTaintedSymbols(State, SizeSVal); in checkTaintedness()
1945 std::optional<NonLoc> SizeNL = SizeSVal.getAs<NonLoc>(); in checkTaintedness()