Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp345 bool checkUncontrolledFormatString(const CallEvent &Call,
757 checkUncontrolledFormatString(Call, C); in checkPreCall()
948 bool GenericTaintChecker::checkUncontrolledFormatString( in checkUncontrolledFormatString() function in GenericTaintChecker