Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp922 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in process() local
925 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
926 for (ArgIdxTy I = ReturnValueIndex; I < CallNumArgs; ++I) { in process()
1080 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in getPrintfFormatArgumentNum() local
1084 if ((Format->getType()->getName() == "printf") && CallNumArgs > ArgNum) in getPrintfFormatArgumentNum()