Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp814 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in process() local
817 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
818 for (ArgIdxTy I = ReturnValueIndex; I < CallNumArgs; ++I) { in process()
937 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in getPrintfFormatArgumentNum() local
941 if ((Format->getType()->getName() == "printf") && CallNumArgs > ArgNum) in getPrintfFormatArgumentNum()