Searched refs:operator_bitwise_xor (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | range-op.cc | 3131 class operator_bitwise_xor : public range_operator class 3155 operator_bitwise_xor::wi_fold (irange &r, tree type, in wi_fold() 3186 operator_bitwise_xor::op1_op2_relation_effect (irange &lhs_range, in op1_op2_relation_effect() 3214 operator_bitwise_xor::op1_range (irange &r, tree type, in op1_range() 3252 operator_bitwise_xor::op2_range (irange &r, tree type, in op2_range() 3257 return operator_bitwise_xor::op1_range (r, type, lhs, op1); in op2_range()
|
H A D | ChangeLog-2020 | 16354 (operator_bitwise_xor::wi_fold): Same. 16355 (operator_bitwise_xor::op1_range): New. 16356 (operator_bitwise_xor::op2_range): New.
|
H A D | ChangeLog | 4917 * range-op.cc (operator_bitwise_xor::op1_range): Fix thinko.
|
H A D | ChangeLog-2021 | 18881 * range-op.cc (operator_bitwise_xor::op1_op2_relation_effect): 26897 (operator_bitwise_xor::op1_range): Remove call to gcc_unreachable.
|
H A D | ChangeLog-2019 | 6173 (operator_bitwise_xor::wi_fold): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | range-op.cc | 2107 class operator_bitwise_xor : public range_operator class 2118 operator_bitwise_xor::wi_fold (value_range &r, tree type, in wi_fold()
|