Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2495 const auto VariadicArguments = drop_begin(enumerate(AllArguments), NumParams); in evalSprintfCommon() local
2497 for (const auto &[ArgIdx, ArgExpr] : VariadicArguments) { in evalSprintfCommon()