reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
10525       PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned);
10526     else if (R.Width >= BitWidth && !Unsigned) {
10530       PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned);
10531       PromotedMax = llvm::APSInt::getMaxValue(BitWidth, Unsigned);
10534                         .extOrTrunc(BitWidth);
10538                         .extOrTrunc(BitWidth);