Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp700 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()