HomeSort by: relevance | last modified time | path
    Searched defs:lhs_op2_relation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
range-op-float.cc 202 range_operator::lhs_op2_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator
211 range_operator::lhs_op2_relation (const frange &lhs ATTRIBUTE_UNUSED, function in class:range_operator
range-op.cc 332 // Dispatch a call to lhs_op2_relation based on the types of LHS, OP1 and OP2.
335 range_op_handler::lhs_op2_relation (const vrange &lhs, function in class:range_op_handler
344 return m_operator->lhs_op2_relation (as_a <irange> (lhs),
348 return m_operator->lhs_op2_relation (as_a <irange> (lhs),
352 return m_operator->lhs_op2_relation (as_a <frange> (lhs),
716 range_operator::lhs_op2_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator
1670 operator_plus::lhs_op2_relation (const irange &lhs, const irange &op1, function in class:operator_plus
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 276 range_operator::lhs_op2_relation (const irange &lhs ATTRIBUTE_UNUSED, function in class:range_operator
1228 virtual enum tree_code lhs_op2_relation (const irange &lhs, const irange &op1,
1302 operator_plus::lhs_op2_relation (const irange &lhs, const irange &op1, function in class:operator_plus

Completed in 35 milliseconds