Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1278 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() local 1348 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1375 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 1448 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1545 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1574 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1619 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|