Searched refs:SizeTSize (Results 1 – 1 of 1) sorted by relevance
4019 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant() local4023 if (ResultVal.isIntN(SizeTSize)) { in ActOnNumericConstant()4025 if (!Literal.isUnsigned && ResultVal[SizeTSize - 1] == 0) in ActOnNumericConstant()4029 Width = SizeTSize; in ActOnNumericConstant()