Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp169 bool checkUncontrolledFormatString(const CallEvent &Call,
642 if (checkUncontrolledFormatString(Call, C)) in checkPre()
845 bool GenericTaintChecker::checkUncontrolledFormatString( in checkUncontrolledFormatString() function in GenericTaintChecker