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