Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 711 bool CondIsSigned in ActOnFinishSwitchStmt() local 783 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 813 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 897 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 999 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1030 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1058 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|