Searched refs:getPointeeOf (Results 1 – 1 of 1) sorted by relevance
163 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 GenericTaintChecker824 Optional<SVal> PointedToSVal = getPointeeOf(C, E); in generateReportIfTainted()