Searched refs:AdjustAPSInt (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 679 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt() function 693 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue() 694 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned()); in checkCaseValue() 867 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); 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() 1197 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum() 1213 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
|