Searched refs:CallNumArgs (Results 1 – 1 of 1) sorted by relevance
920 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in process() local923 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()924 for (ArgIdxTy I = ReturnValueIndex; I < CallNumArgs; ++I) { in process()1077 const ArgIdxTy CallNumArgs = fromArgumentCount(Call.getNumArgs()); in getPrintfFormatArgumentNum() local1097 if ((Format->getType()->getName() == "printf") && CallNumArgs > ArgNum) in getPrintfFormatArgumentNum()