Searched refs:OverflowBehavior (Results 1 – 1 of 1) sorted by relevance
28 enum class OverflowBehavior { enum35 constexpr OverflowBehavior operator|(OverflowBehavior a, OverflowBehavior b) {36 return static_cast<OverflowBehavior>(llvm::to_underlying(a) |40 constexpr OverflowBehavior operator&(OverflowBehavior a, OverflowBehavior b) {41 return static_cast<OverflowBehavior>(llvm::to_underlying(a) &45 constexpr OverflowBehavior &operator|=(OverflowBehavior &a,46 OverflowBehavior b) {51 constexpr OverflowBehavior &operator&=(OverflowBehavior &a,52 OverflowBehavior b) {350 OverflowBehavior ob = OverflowBehavior::None) {[all …]