Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1214 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt() function
1232 AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign); in checkCaseValue()
1233 AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned()); in checkCaseValue()
1419 AdjustAPSInt(LoVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1519 AdjustAPSInt(HiVal, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1616 AdjustAPSInt(Val, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1644 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1693 AdjustAPSInt(Hi, CondWidth, CondIsSigned); in ActOnFinishSwitchStmt()
1765 AdjustAPSInt(*RHSVal, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
1782 AdjustAPSInt(Val, DstWidth, DstIsSigned); in DiagnoseAssignmentEnum()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5799 {"_Z12AdjustAPSIntRN4llvm6APSIntEjb", "AdjustAPSInt(llvm::APSInt&, unsigned int, bool)"},