Home
last modified time | relevance | path

Searched refs:gfc_mod_pointee_as (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c2807 m = gfc_mod_pointee_as (sym->as); in variable_decl()
8694 m = gfc_mod_pointee_as (sym->as); in attr_decl1()
8879 m = gfc_mod_pointee_as (cpte->as); in cray_pointer_decl()
10690 gfc_mod_pointee_as (gfc_array_spec *as) in gfc_mod_pointee_as() function
H A Dgfortran.h3091 match gfc_mod_pointee_as (gfc_array_spec *);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc2905 m = gfc_mod_pointee_as (sym->as); in variable_decl()
8764 m = gfc_mod_pointee_as (sym->as); in attr_decl1()
8967 m = gfc_mod_pointee_as (cpte->as); in cray_pointer_decl()
10780 gfc_mod_pointee_as (gfc_array_spec *as) in gfc_mod_pointee_as() function
H A Dgfortran.h3376 match gfc_mod_pointee_as (gfc_array_spec *);
H A DChangeLog-20051021 (gfc_mod_pointee_as): New method.
1031 (gfc_mod_pointee_as): Declare.
H A DChangeLog-20092933 (gfc_mod_pointee_as): Change return type to "match".