Searched refs:evalSprintfCommon (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 221 void evalSprintfCommon(CheckerContext &C, const CallEvent &Call, 2473 evalSprintfCommon(C, Call, /* IsBounded */ false, IsBI); in evalSprintf() 2481 evalSprintfCommon(C, Call, /* IsBounded */ true, IsBI); in evalSnprintf() 2484 void CStringChecker::evalSprintfCommon(CheckerContext &C, const CallEvent &Call, in evalSprintfCommon() function in CStringChecker
|