Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp817 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in process() local
820 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
821 for (ArgIdxTy I = ReturnValueIndex; I < CallNumArgs; ++I) { in process()
940 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in getPrintfFormatArgumentNum() local
944 if ((Format->getType()->getName() == "printf") && CallNumArgs > ArgNum) in getPrintfFormatArgumentNum()