Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 787 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() local 867 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 894 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 983 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1081 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1110 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1138 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|