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

  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 11498 gfc_expr** rhsptr; local
11503 rhsptr = &code->ext.actual->next->expr;
11514 rhsptr = &args->next->expr;
11522 if ((*rhsptr)->expr_type == EXPR_VARIABLE
11523 && (*rhsptr)->symtree->n.sym->ts.type == BT_DERIVED
11524 && gfc_has_default_initializer ((*rhsptr)->symtree->n.sym->ts.u.derived)
11525 && (lhs->symtree->n.sym == (*rhsptr)->symtree->n.sym))
11526 *rhsptr = gfc_get_parentheses (*rhsptr);
resolve.cc 11498 gfc_expr** rhsptr; local
11503 rhsptr = &code->ext.actual->next->expr;
11514 rhsptr = &args->next->expr;
11522 if ((*rhsptr)->expr_type == EXPR_VARIABLE
11523 && (*rhsptr)->symtree->n.sym->ts.type == BT_DERIVED
11524 && gfc_has_default_initializer ((*rhsptr)->symtree->n.sym->ts.u.derived)
11525 && (lhs->symtree->n.sym == (*rhsptr)->symtree->n.sym))
11526 *rhsptr = gfc_get_parentheses (*rhsptr);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 11013 gfc_expr** rhsptr; local
11018 rhsptr = &code->ext.actual->next->expr;
11029 rhsptr = &args->next->expr;
11037 if ((*rhsptr)->expr_type == EXPR_VARIABLE
11038 && (*rhsptr)->symtree->n.sym->ts.type == BT_DERIVED
11039 && gfc_has_default_initializer ((*rhsptr)->symtree->n.sym->ts.u.derived)
11040 && (lhs->symtree->n.sym == (*rhsptr)->symtree->n.sym))
11041 *rhsptr = gfc_get_parentheses (*rhsptr);
resolve.cc 11013 gfc_expr** rhsptr; local
11018 rhsptr = &code->ext.actual->next->expr;
11029 rhsptr = &args->next->expr;
11037 if ((*rhsptr)->expr_type == EXPR_VARIABLE
11038 && (*rhsptr)->symtree->n.sym->ts.type == BT_DERIVED
11039 && gfc_has_default_initializer ((*rhsptr)->symtree->n.sym->ts.u.derived)
11040 && (lhs->symtree->n.sym == (*rhsptr)->symtree->n.sym))
11041 *rhsptr = gfc_get_parentheses (*rhsptr);

Completed in 152 milliseconds