Searched refs:modeCount (Results 1 – 2 of 2) sorted by relevance
337 int modeCount = bitArray.readBits(6) + 1; in readModes() local338 Mode[] modes = new Mode[modeCount]; in readModes()339 for (int i = 0; i < modeCount; i++) { in readModes()
10657 unsigned mode, modeCount; in DiagnoseArityMismatch() local10664 modeCount = MinParams; in DiagnoseArityMismatch()10670 modeCount = FnTy->getNumParams(); in DiagnoseArityMismatch()10677 if (modeCount == 1 && Fn->getParamDecl(0)->getDeclName()) in DiagnoseArityMismatch()10684 << Description << mode << modeCount << NumFormalArgs; in DiagnoseArityMismatch()