Searched refs:CallNumArgs (Results 1 – 1 of 1) sorted by relevance
817 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in process() local820 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() local944 if ((Format->getType()->getName() == "printf") && CallNumArgs > ArgNum) in getPrintfFormatArgumentNum()