Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 762 bool CondIsSigned = CondType->isSignedIntegerOrEnumerationType(); in ActOnFinishSwitchStmt() local 842 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 869 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 958 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1057 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1093 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1123 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|