Home | History | Annotate | Download | only in MCParser

Lines Matching refs:isIntN

2392         if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
2430 if (IntValue.isIntN(64)) {
2433 } else if (IntValue.isIntN(128)) {
4422 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))