Home
last modified time | relevance | path

Searched refs:symbol_attribute (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h939 symbol_attribute; typedef
1089 symbol_attribute attr;
1552 symbol_attribute attr;
3070 bool gfc_check_conflict (symbol_attribute *, const char *, locus *);
3077 bool gfc_add_attribute (symbol_attribute *, locus *);
3078 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
3079 bool gfc_add_allocatable (symbol_attribute *, locus *);
3080 bool gfc_add_codimension (symbol_attribute *, const char *, locus *);
3081 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
3082 bool gfc_add_dimension (symbol_attribute *, const char *, locus *);
[all …]
H A Dsymbol.c411 gfc_check_conflict (symbol_attribute *attr, const char *name, locus *where) in gfc_check_conflict()
955 check_used (symbol_attribute *attr, const char *name, locus *where) in check_used()
989 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute()
1001 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute()
1011 gfc_add_allocatable (symbol_attribute *attr, locus *where) in gfc_add_allocatable()
1037 gfc_add_automatic (symbol_attribute *attr, const char *name, locus *where) in gfc_add_automatic()
1052 gfc_add_codimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_codimension()
1078 gfc_add_dimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_dimension()
1104 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous()
1116 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external()
[all …]
H A Dtrans.h402 symbol_attribute attr;
507 tree gfc_conv_scalar_to_descriptor (gfc_se *, tree, symbol_attribute);
665 void gfc_finish_decl_attrs (tree, symbol_attribute *);
H A Dprimary.c2649 symbol_attribute
2653 symbol_attribute attr; in gfc_variable_attr()
2775 symbol_attribute
2778 symbol_attribute attr; in gfc_expr_attr()
2832 static symbol_attribute
2836 symbol_attribute attr; in caf_variable_attr()
2954 symbol_attribute
2957 symbol_attribute attr; in gfc_caf_attr()
H A Dtrans-common.c960 accumulate_equivalence_attributes (symbol_attribute *dummy_symbol, gfc_equiv *e) in accumulate_equivalence_attributes()
962 symbol_attribute attr = e->expr->symtree->n.sym->attr; in accumulate_equivalence_attributes()
1030 symbol_attribute dummy_symbol; in find_equivalence()
H A Dmatch.h285 match gfc_get_type_attr_spec (symbol_attribute *, char*);
H A Dtrans.c845 symbol_attribute caf_attr; in gfc_allocate_allocatable()
904 symbol_attribute attr; in gfc_allocate_allocatable()
996 symbol_attribute attr; in gfc_build_final_call()
1101 symbol_attribute attr; in gfc_add_comp_finalizer_call()
H A Dcheck.c974 symbol_attribute attr; in allocatable_check()
1437 symbol_attribute attr1, attr2; in gfc_check_associated()
2217 symbol_attribute attr; in gfc_check_co_reduce()
4341 symbol_attribute attr; in gfc_check_null()
5349 symbol_attribute attr; in gfc_check_c_f_pointer()
5439 symbol_attribute attr; in gfc_check_c_f_procpointer()
5480 symbol_attribute attr; in gfc_check_c_funloc()
5518 symbol_attribute attr; in gfc_check_c_loc()
H A Ddump-parse-tree.c55 static void show_attr (symbol_attribute *, const char *);
60 void debug (symbol_attribute *attr) in debug()
82 void debug (symbol_attribute attr) in debug()
733 show_attr (symbol_attribute *attr, const char * module) in show_attr()
H A Dexpr.c3874 symbol_attribute attr, lhs_attr; in gfc_check_pointer_assign()
4111 symbol_attribute calls; in gfc_check_pointer_assign()
4584 symbol_attribute attr; in gfc_check_assign_symbol()
4618 symbol_attribute attr = gfc_expr_attr (rvalue); in gfc_check_assign_symbol()
4820 gfc_apply_init (gfc_typespec *ts, symbol_attribute *attr, gfc_expr *init) in gfc_apply_init()
6167 symbol_attribute attr; in gfc_check_vardef_context()
H A Dtrans-decl.c590 gfc_finish_decl_attrs (tree decl, symbol_attribute *attr) in gfc_finish_decl_attrs()
974 symbol_attribute *array_attr; in gfc_build_qualified_array()
1193 symbol_attribute *array_attr; in gfc_build_dummy_array_decl()
1432 add_attributes_to_decl (symbol_attribute sym_attr, tree list) in add_attributes_to_decl()
2346 symbol_attribute attr; in build_function_decl()
4795 symbol_attribute *array_attr; in gfc_trans_deferred_vars()
5609 symbol_attribute attr; in generate_coarray_sym_init()
H A Ddecl.c55 static symbol_attribute current_attr;
1634 symbol_attribute attr; in build_sym()
1886 symbol_attribute attr; in add_init_expr_to_sym()
6448 copy_prefix (symbol_attribute *dest, locus *where) in copy_prefix()
10062 gfc_get_type_attr_spec (symbol_attribute *attr, char *name) in gfc_get_type_attr_spec()
10428 symbol_attribute attr; in gfc_match_derived_decl()
11656 symbol_attribute attr; in gfc_match_gcc_attributes()
H A Dinterface.c2175 symbol_attribute attr = gfc_expr_attr (actual); in compare_allocatable()
2193 symbol_attribute attr; in compare_pointer()
2301 symbol_attribute *attr; in maybe_dummy_array_arg()
2406 symbol_attribute actual_attr = gfc_expr_attr (actual); in compare_parameter()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1013 symbol_attribute; typedef
1164 symbol_attribute attr;
1803 symbol_attribute attr;
3355 bool gfc_check_conflict (symbol_attribute *, const char *, locus *);
3362 bool gfc_add_attribute (symbol_attribute *, locus *);
3363 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
3364 bool gfc_add_allocatable (symbol_attribute *, locus *);
3365 bool gfc_add_codimension (symbol_attribute *, const char *, locus *);
3366 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
3367 bool gfc_add_dimension (symbol_attribute *, const char *, locus *);
[all …]
H A Dsymbol.cc411 gfc_check_conflict (symbol_attribute *attr, const char *name, locus *where) in gfc_check_conflict()
956 check_used (symbol_attribute *attr, const char *name, locus *where) in check_used()
990 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute()
1002 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute()
1012 gfc_add_allocatable (symbol_attribute *attr, locus *where) in gfc_add_allocatable()
1038 gfc_add_automatic (symbol_attribute *attr, const char *name, locus *where) in gfc_add_automatic()
1053 gfc_add_codimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_codimension()
1079 gfc_add_dimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_dimension()
1105 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous()
1123 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external()
[all …]
H A Dtrans.h405 symbol_attribute attr;
508 tree gfc_conv_scalar_to_descriptor (gfc_se *, tree, symbol_attribute);
670 void gfc_finish_decl_attrs (tree, symbol_attribute *);
H A Dprimary.cc2637 symbol_attribute
2641 symbol_attribute attr; in gfc_variable_attr()
2783 symbol_attribute
2786 symbol_attribute attr; in gfc_expr_attr()
2840 static symbol_attribute
2844 symbol_attribute attr; in caf_variable_attr()
2962 symbol_attribute
2965 symbol_attribute attr; in gfc_caf_attr()
H A Dtrans-common.cc989 accumulate_equivalence_attributes (symbol_attribute *dummy_symbol, gfc_equiv *e) in accumulate_equivalence_attributes()
991 symbol_attribute attr = e->expr->symtree->n.sym->attr; in accumulate_equivalence_attributes()
1059 symbol_attribute dummy_symbol; in find_equivalence()
H A Dtrans.cc918 symbol_attribute caf_attr; in gfc_allocate_allocatable()
977 symbol_attribute attr; in gfc_allocate_allocatable()
1069 symbol_attribute attr; in gfc_build_final_call()
1174 symbol_attribute attr; in gfc_add_comp_finalizer_call()
H A Dcheck.cc974 symbol_attribute attr; in allocatable_check()
1439 symbol_attribute attr1, attr2; in gfc_check_associated()
2221 symbol_attribute attr; in gfc_check_co_reduce()
4355 symbol_attribute attr; in gfc_check_null()
5368 symbol_attribute attr; in gfc_check_c_f_pointer()
5458 symbol_attribute attr; in gfc_check_c_f_procpointer()
5499 symbol_attribute attr; in gfc_check_c_funloc()
5537 symbol_attribute attr; in gfc_check_c_loc()
H A Ddump-parse-tree.cc55 static void show_attr (symbol_attribute *, const char *);
60 void debug (symbol_attribute *attr) in debug()
82 void debug (symbol_attribute attr) in debug()
758 show_attr (symbol_attribute *attr, const char * module) in show_attr()
H A Dexpr.cc3906 symbol_attribute attr, lhs_attr; in gfc_check_pointer_assign()
4143 symbol_attribute calls; in gfc_check_pointer_assign()
4624 symbol_attribute attr; in gfc_check_assign_symbol()
4658 symbol_attribute attr = gfc_expr_attr (rvalue); in gfc_check_assign_symbol()
4860 gfc_apply_init (gfc_typespec *ts, symbol_attribute *attr, gfc_expr *init) in gfc_apply_init()
6221 symbol_attribute attr; in gfc_check_vardef_context()
H A DChangeLog-2007489 * gfortran.h : Add 'use_rename' bit to symbol_attribute.
1359 * gfortran.h (symbol_attribute): Add zero_comp field.
1466 * gfortran.h : Add subref_array_pointer to symbol_attribute and
1606 (strcut symbol_attribute): New member "unsigned procedure".
1944 * gfortran.h (interface_type,symbol_attribute): Ditto.
2020 * gfortran.h : Add the 'imported' to symbol_attribute.
2430 * gfortran.h (symbol_attribute): Added bits for pointer_comp,
2968 * gfortran.h (symbol_attribute): Change save attribute into an enum.
3121 (symbol_attribute): Add is_bind_c, is_c_interop, and is_iso_c
4216 * gfortran.h : Add the implied_index field to symbol_attribute.
[all …]
H A Dtrans-decl.cc587 gfc_finish_decl_attrs (tree decl, symbol_attribute *attr) in gfc_finish_decl_attrs()
979 symbol_attribute *array_attr; in gfc_build_qualified_array()
1198 symbol_attribute *array_attr; in gfc_build_dummy_array_decl()
1438 add_attributes_to_decl (symbol_attribute sym_attr, tree list) in add_attributes_to_decl()
2370 symbol_attribute attr; in build_function_decl()
4726 symbol_attribute *array_attr; in gfc_trans_deferred_vars()
5537 symbol_attribute attr; in generate_coarray_sym_init()
H A Ddecl.cc55 static symbol_attribute current_attr;
1713 symbol_attribute attr; in build_sym()
1965 symbol_attribute attr; in add_init_expr_to_sym()
6537 copy_prefix (symbol_attribute *dest, locus *where) in copy_prefix()
10152 gfc_get_type_attr_spec (symbol_attribute *attr, char *name) in gfc_get_type_attr_spec()
10518 symbol_attribute attr; in gfc_match_derived_decl()
11747 symbol_attribute attr; in gfc_match_gcc_attributes()

123