Home
last modified time | relevance | path

Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9807 struct PromotedRange { struct
9809 llvm::APSInt PromotedMin;
9811 llvm::APSInt PromotedMax;
9813 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function
9834 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()
9837 enum ComparisonResult {
9856 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()
9883 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()