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