Searched refs:CondWidth (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 745 unsigned CondWidth in ActOnFinishSwitchStmt() local 819 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 848 (ConstantCondValue.getBitWidth() == CondWidth && 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()
|