Searched refs:propagateFromPre (Results 1 – 1 of 1) sorted by relevance
59 bool propagateFromPre(const CallExpr *CE, CheckerContext &C) const;287 if (propagateFromPre(CE, C)) in checkPostStmt()327 bool GenericTaintChecker::propagateFromPre(const CallExpr *CE, in propagateFromPre() function in GenericTaintChecker