Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10948 struct PromotedRange { struct
10950 llvm::APSInt PromotedMin;
10952 llvm::APSInt PromotedMax;
10954 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function
10975 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()
10978 enum ComparisonResult {
10997 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()
11024 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()