Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4063 const unsigned LongLongSize = in ActOnNumericConstant() local
4072 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()
4082 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant() local
4085 if (ResultVal.isIntN(LongLongSize)) { in ActOnNumericConstant()
4089 if (!Literal.isUnsigned && (ResultVal[LongLongSize-1] == 0 || in ActOnNumericConstant()
4094 Width = LongLongSize; in ActOnNumericConstant()