Searched refs:ParamCount (Results 1 – 1 of 1) sorted by relevance
263 const size_t ParamCount = EF->params_count(); in beginForEach() local285 foreach.mParams.BeginCollecting(ParamCount); in beginForEach()365 if (foreach.mParams.Size() != ParamCount) { in beginForEach()369 << Name << unsigned(foreach.mParams.Size()) << unsigned(ParamCount); in beginForEach()577 const size_t ParamCount = EF->getNumParameters(); in declareInvokable() local583 invokable.mParamCount = ParamCount; in declareInvokable()586 invokable.mParams = new llvm::StringRef[ParamCount]; in declareInvokable()623 if (invokable.mParamCount != ParamCount) { in declareInvokable()627 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()