Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1210 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() local 1277 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1304 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 1376 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1473 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1502 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1547 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|