Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3945 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant() local
3949 if (ResultVal.isIntN(SizeTSize)) { in ActOnNumericConstant()
3951 if (!Literal.isUnsigned && ResultVal[SizeTSize - 1] == 0) in ActOnNumericConstant()
3955 Width = SizeTSize; in ActOnNumericConstant()