Home
last modified time | relevance | path

Searched refs:LongLongSize (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp3103 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant() local
3106 if (ResultVal.isIntN(LongLongSize)) { in ActOnNumericConstant()
3110 if (!Literal.isUnsigned && (ResultVal[LongLongSize-1] == 0 || in ActOnNumericConstant()
3115 Width = LongLongSize; in ActOnNumericConstant()