Searched refs:TaintedSVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp818 SVal TaintedSVal; local
820 TaintedSVal = *PointedToSVal;
822 TaintedSVal = C.getSVal(E);
831 report->addVisitor(std::make_unique<TaintBugVisitor>(TaintedSVal));

Completed in 138 milliseconds