Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3956 const unsigned LongLongSize = in ActOnNumericConstant() local
3965 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()
3975 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant() local
3978 if (ResultVal.isIntN(LongLongSize)) { in ActOnNumericConstant()
3982 if (!Literal.isUnsigned && (ResultVal[LongLongSize-1] == 0 || in ActOnNumericConstant()
3987 Width = LongLongSize; in ActOnNumericConstant()