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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4267 const unsigned LongLongSize = local
4276 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0
4286 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); local
4289 if (ResultVal.isIntN(LongLongSize)) {
4293 if (!Literal.isUnsigned && (ResultVal[LongLongSize-1] == 0 ||
4298 Width = LongLongSize;

Completed in 205 milliseconds