Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11205 struct PromotedRange { struct
11207 llvm::APSInt PromotedMin;
11209 llvm::APSInt PromotedMax;
11211 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() argument
11232 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()
11235 enum ComparisonResult {
11254 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()
11281 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()