Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1247 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() local 1314 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1341 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 1413 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1510 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1539 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1584 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|