Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp72 static Optional<SVal> getPointedToSVal(CheckerContext &C, const Expr *Arg);
166 Optional<SVal> V = getPointedToSVal(C, E); in isTaintedOrPointsToTainted()
356 Optional<SVal> V = getPointedToSVal(C, Arg); in propagateFromPre()
431 Optional<SVal> GenericTaintChecker::getPointedToSVal(CheckerContext &C, in getPointedToSVal() function in GenericTaintChecker
571 Optional<SVal> V = getPointedToSVal(C, Arg); in postScanf()
649 Optional<SVal> PointedToSVal = getPointedToSVal(C, E); in generateReportIfTainted()