Searched refs:CondWidth (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 857 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt() local 925 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 951 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt() 1024 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1121 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1150 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1192 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|