Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp412 bool checkUncontrolledFormatString(const CallEvent &Call,
832 checkUncontrolledFormatString(Call, C); in checkPreCall()
1072 bool GenericTaintChecker::checkUncontrolledFormatString( in checkUncontrolledFormatString() function in GenericTaintChecker