Lines Matching refs:NumParams
278 unsigned NumParams = in checkFunctionOrMethodParameterIndex() local
291 if (Idx < 1 || (!IV && Idx > NumParams)) { in checkFunctionOrMethodParameterIndex()
570 unsigned int NumParams = FD->getNumParams(); in checkAttrArgsAreCapabilityObjs() local
574 if(!ArgValue.isStrictlyPositive() || ParamIdxFromOne > NumParams) { in checkAttrArgsAreCapabilityObjs()
576 << Attr.getName() << Idx + 1 << NumParams; in checkAttrArgsAreCapabilityObjs()
4761 llvm::APSInt NumParams(32); in handleMSP430InterruptAttr() local
4762 if (!NumParamsExpr->isIntegerConstantExpr(NumParams, S.Context)) { in handleMSP430InterruptAttr()
4769 unsigned Num = NumParams.getLimitedValue(255); in handleMSP430InterruptAttr()
4772 << Attr.getName() << (int)NumParams.getSExtValue() in handleMSP430InterruptAttr()
4868 unsigned NumParams = getFunctionOrMethodNumParams(D); in handleAnyX86InterruptAttr() local
4869 if (NumParams < 1 || NumParams > 2) { in handleAnyX86InterruptAttr()
4892 if (NumParams == 2 && in handleAnyX86InterruptAttr()