Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp86 bool checkUncontrolledFormatString(const CallExpr *CE,
411 if (checkUncontrolledFormatString(CE, C)) in checkPre()
670 bool GenericTaintChecker::checkUncontrolledFormatString( in checkUncontrolledFormatString() function in GenericTaintChecker