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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 1932 gfc_expr *lhs_expr, *rhs_expr, *tmp_stat, *tmp_team; local
1944 rhs_expr = code->ext.actual->next->expr;
1945 may_require_tmp = gfc_check_dependency (lhs_expr, rhs_expr, true) == 0
1950 rhs_caf_attr = gfc_caf_attr (rhs_expr);
2123 gcc_assert (gfc_is_coindexed (rhs_expr));
2149 gfc_conv_intrinsic_caf_get (&rhs_se, rhs_expr, lhs_se.expr, lhs_kind,
2176 if (rhs_expr->expr_type == EXPR_FUNCTION && rhs_expr->value.function.isym
2177 && rhs_expr->value.function.isym->id == GFC_ISYM_CONVERSION)
2178 rhs_expr = rhs_expr->value.function.actual->expr
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 1939 gfc_expr *lhs_expr, *rhs_expr, *tmp_stat, *tmp_team; local
1951 rhs_expr = code->ext.actual->next->expr;
1952 may_require_tmp = gfc_check_dependency (lhs_expr, rhs_expr, true) == 0
1957 rhs_caf_attr = gfc_caf_attr (rhs_expr);
2130 gcc_assert (gfc_is_coindexed (rhs_expr));
2156 gfc_conv_intrinsic_caf_get (&rhs_se, rhs_expr, lhs_se.expr, lhs_kind,
2183 if (rhs_expr->expr_type == EXPR_FUNCTION && rhs_expr->value.function.isym
2184 && rhs_expr->value.function.isym->id == GFC_ISYM_CONVERSION)
2185 rhs_expr = rhs_expr->value.function.actual->expr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 10678 const operation_up &rhs_expr = std::get<1> (m_storage);
10683 rhs = rhs_expr->evaluate (nullptr, exp, noside);
10688 rhs = rhs_expr->evaluate (nullptr, exp, noside);
10695 else if (dynamic_cast<ada_string_operation *> (rhs_expr.get ()) != nullptr)
10698 rhs = rhs_expr->evaluate (lhs->type (), exp, noside);
10700 else if (dynamic_cast<ada_char_operation *> (rhs_expr.get ()) != nullptr)
10707 rhs = rhs_expr->evaluate (elt_type, exp, noside);
10664 const operation_up &rhs_expr = std::get<1> (m_storage); local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 10698 const operation_up &rhs_expr = std::get<1> (m_storage);
10703 rhs = rhs_expr->evaluate (nullptr, exp, noside);
10708 rhs = rhs_expr->evaluate (nullptr, exp, noside);
10715 else if (dynamic_cast<ada_string_operation *> (rhs_expr.get ()) != nullptr)
10718 rhs = rhs_expr->evaluate (lhs->type (), exp, noside);
10720 else if (dynamic_cast<ada_char_operation *> (rhs_expr.get ()) != nullptr)
10727 rhs = rhs_expr->evaluate (elt_type, exp, noside);
10684 const operation_up &rhs_expr = std::get<1> (m_storage); local

Completed in 33 milliseconds