Searched refs:CondIsSigned (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 747 bool CondIsSigned in ActOnFinishSwitchStmt() local 819 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 849 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt() 933 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 1034 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1070 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1100 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|