Home | History | Annotate | Download | only in MCParser

Lines Matching refs:isIntN

2225         if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
4015 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))