Searched refs:evalSprintfCommon (Results 1 – 1 of 1) sorted by relevance
245 void evalSprintfCommon(CheckerContext &C, const CallEvent &Call,2619 evalSprintfCommon(C, Call, /* IsBounded = */ false); in evalSprintf()2625 evalSprintfCommon(C, Call, /* IsBounded = */ true); in evalSnprintf()2628 void CStringChecker::evalSprintfCommon(CheckerContext &C, const CallEvent &Call, in evalSprintfCommon() function in CStringChecker