Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp84 bool checkUncontrolledFormatString(const CallExpr *CE,
406 if (checkUncontrolledFormatString(CE, C)) in checkPre()
653 bool GenericTaintChecker::checkUncontrolledFormatString(const CallExpr *CE, in checkUncontrolledFormatString() function in GenericTaintChecker