Home
last modified time | relevance | path

Searched refs:CondWidth (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp786 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt() local
867 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
893 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()
983 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1081 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1110 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1138 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()