Searched refs:numParams (Results 1 – 9 of 9) sorted by relevance
149 FmtObjectBase(StringRef fmt, const FmtContext *ctx, size_t numParams) in FmtObjectBase() argument
712 unsigned numParams = FD->getNumParams(); in clang_getArgType() local713 if (i >= numParams) in clang_getArgType()
69 static bool verifyTypeParamCount(mlir::Type inType, unsigned numParams) { in verifyTypeParamCount() argument71 if (numParams > 0) { in verifyTypeParamCount()73 return numParams != recTy.getNumLenParams(); in verifyTypeParamCount()75 return !(numParams == 1 && chrTy.hasDynamicLen()); in verifyTypeParamCount()
1144 unsigned numParams = Record.readInt(); in ReadObjCTypeParamList() local1145 if (numParams == 0) in ReadObjCTypeParamList()1149 typeParams.reserve(numParams); in ReadObjCTypeParamList()1150 for (unsigned i = 0; i != numParams; ++i) { in ReadObjCTypeParamList()
4593 unsigned numParams = method->param_size(); in mergeInterfaceMethodToImpl() local4595 for (unsigned i = 0, n = std::min(numParams, numPrevParams); i != n; ++i) { in mergeInterfaceMethodToImpl()
5342 bool Sema::CheckRegparmAttr(const ParsedAttr &AL, unsigned &numParams) { in CheckRegparmAttr() argument5365 numParams = NP; in CheckRegparmAttr()5366 if (numParams > Context.getTargetInfo().getRegParmMax()) { in CheckRegparmAttr()
2863 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos() local2864 paramIndex != numParams; ++paramIndex) { in checkExtParameterInfos()
779 for (unsigned i = 0, numParams = Params->size(); i != numParams; ++i) { in ComputeName() local
9617 getPointerOrNull(unsigned numParams) { in getPointerOrNull() argument9619 Infos.resize(numParams); in getPointerOrNull()