| /src/external/gpl3/gcc/dist/gcc/ |
| range-op-float.cc | 184 range_operator::lhs_op1_relation (const frange &lhs ATTRIBUTE_UNUSED, function in class:range_operator 193 range_operator::lhs_op1_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator
|
| range-op.cc | 303 // Dispatch a call to lhs_op1_relation based on the types of LHS, OP1 and OP2. 306 range_op_handler::lhs_op1_relation (const vrange &lhs, function in class:range_op_handler 316 return m_operator->lhs_op1_relation (as_a <irange> (lhs), 320 return m_operator->lhs_op1_relation (as_a <irange> (lhs), 324 return m_operator->lhs_op1_relation (as_a <frange> (lhs), 707 range_operator::lhs_op1_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator 1603 operator_plus::lhs_op1_relation (const irange &lhs, function in class:operator_plus 1666 // PLUS is symmetrical, so we can simply call lhs_op1_relation with reversed 1673 return lhs_op1_relation (lhs, op2, op1, rel); 1900 operator_minus::lhs_op1_relation (const irange &, const irange &op1 function in class:operator_minus 2535 operator_rshift::lhs_op1_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:operator_rshift 2850 operator_cast::lhs_op1_relation (const irange &lhs, function in class:operator_cast 3203 operator_bitwise_and::lhs_op1_relation (const irange &lhs, function in class:operator_bitwise_and 4153 operator_identity::lhs_op1_relation (const irange &lhs, function in class:operator_identity [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| range-op.cc | 268 range_operator::lhs_op1_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator 1226 virtual enum tree_code lhs_op1_relation (const irange &lhs, const irange &op1, 1236 operator_plus::lhs_op1_relation (const irange &lhs, function in class:operator_plus 1298 // PLUS is symmetrical, so we can simply call lhs_op1_relation with reversed 1305 return lhs_op1_relation (lhs, op2, op1); 1942 virtual enum tree_code lhs_op1_relation (const irange &lhs, 1949 operator_rshift::lhs_op1_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:operator_rshift 3528 virtual enum tree_code lhs_op1_relation (const irange &lhs, 3536 operator_identity::lhs_op1_relation (const irange &lhs, function in class:operator_identity 4448 tree_code code = op_plus.lhs_op1_relation (lhs, op1, op2) [all...] |