Searched refs:CondWidth (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 700 unsigned CondWidth in ActOnFinishSwitchStmt() local 774 ConvertIntegerToTypeWarnOnOverflow(LoVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 803 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt() 888 ConvertIntegerToTypeWarnOnOverflow(HiVal, CondWidth, CondIsSigned, in ActOnFinishSwitchStmt() 990 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1021 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1049 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
|