Searched refs:LongLongSize (Results 1 – 1 of 1) sorted by relevance
4007 const unsigned LongLongSize = in ActOnNumericConstant() local4016 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()4026 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant() local4029 if (ResultVal.isIntN(LongLongSize)) { in ActOnNumericConstant()4033 if (!Literal.isUnsigned && (ResultVal[LongLongSize-1] == 0 || in ActOnNumericConstant()4038 Width = LongLongSize; in ActOnNumericConstant()