Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp4052 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant() local
4056 if (ResultVal.isIntN(SizeTSize)) { in ActOnNumericConstant()
4058 if (!Literal.isUnsigned && ResultVal[SizeTSize - 1] == 0) in ActOnNumericConstant()
4062 Width = SizeTSize; in ActOnNumericConstant()