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

  /src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc 5152 gfc_symtree *npsym = NULL; local
5154 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym);
5156 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym);
5160 if (npsym)
5162 gfc_expr *init = gfc_copy_expr (npsym->n.sym->value);
5163 init->symtree = npsym;
expr.cc 5152 gfc_symtree *npsym = NULL; local
5154 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym);
5156 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym);
5160 if (npsym)
5162 gfc_expr *init = gfc_copy_expr (npsym->n.sym->value);
5163 init->symtree = npsym;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 5136 gfc_symtree *npsym = NULL; local
5138 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym);
5140 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym);
5144 if (npsym)
5146 gfc_expr *init = gfc_copy_expr (npsym->n.sym->value);
5147 init->symtree = npsym;
expr.cc 5136 gfc_symtree *npsym = NULL; local
5138 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym);
5140 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym);
5144 if (npsym)
5146 gfc_expr *init = gfc_copy_expr (npsym->n.sym->value);
5147 init->symtree = npsym;

Completed in 60 milliseconds