Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1085 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt() function
1103 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue()
1104 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned()); in checkCaseValue()
1277 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1376 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1472 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1501 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1546 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1605 AdjustAPSInt(RhsVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1624 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()