Searched refs:AdjustAPSInt (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1122 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt() function 1140 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue() 1141 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned()); in checkCaseValue() 1314 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1413 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1510 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1539 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1584 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt() 1643 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum() 1662 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
|