Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp163 static Optional<SVal> getPointeeOf(CheckerContext &C, const Expr *Arg);
275 Optional<SVal> V = getPointeeOf(C, E); in isTaintedOrPointsToTainted()
589 Optional<SVal> V = getPointeeOf(C, Arg); in addFiltersPre()
624 Optional<SVal> V = getPointeeOf(C, Arg); in propagateFromPre()
654 Optional<SVal> GenericTaintChecker::getPointeeOf(CheckerContext &C, in getPointeeOf() function in GenericTaintChecker
824 Optional<SVal> PointedToSVal = getPointeeOf(C, E); in generateReportIfTainted()