Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp1130 unsigned UnpromotedWidth, bool UnpromotedSign) { in checkCaseValue() argument
1138 if (UnpromotedWidth < Val.getBitWidth()) { in checkCaseValue()
1140 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue()