Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1161 unsigned UnpromotedWidth, bool UnpromotedSign) { in checkCaseValue() argument
1169 if (UnpromotedWidth < Val.getBitWidth()) { in checkCaseValue()
1171 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue()