Searched refs:checkPre (Results 1 – 1 of 1) sorted by relevance
53 bool checkPre(const CallExpr *CE, CheckerContext &C) const;278 if (checkPre(CE, C)) in checkPreStmt()404 bool GenericTaintChecker::checkPre(const CallExpr *CE, CheckerContext &C) const{ in checkPre() function in GenericTaintChecker