/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.h | 939 symbol_attribute; typedef 1089 symbol_attribute attr; 1552 symbol_attribute attr; 3086 bool gfc_add_kind (symbol_attribute *, locus *); 3087 bool gfc_add_len (symbol_attribute *, locus *); 3101 bool gfc_add_target (symbol_attribute *, locus *); 3104 bool gfc_add_common (symbol_attribute *, locus *); 3111 bool gfc_add_pure (symbol_attribute *, locus *); 3133 void gfc_clear_attr (symbol_attribute *); 3135 bool gfc_copy_attr (symbol_attribute *, symbol_attribute *, locus *); [all …]
|
H A D | symbol.c | 1116 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external() 1160 gfc_add_optional (symbol_attribute *attr, locus *where) in gfc_add_optional() 1177 gfc_add_kind (symbol_attribute *attr, locus *where) in gfc_add_kind() 1190 gfc_add_len (symbol_attribute *attr, locus *where) in gfc_add_len() 1204 gfc_add_pointer (symbol_attribute *attr, locus *where) in gfc_add_pointer() 1507 gfc_add_target (symbol_attribute *attr, locus *where) in gfc_add_target() 1618 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() 1742 gfc_add_abstract (symbol_attribute* attr, locus* where) in gfc_add_abstract() 2044 gfc_clear_attr (symbol_attribute *attr) in gfc_clear_attr() 2046 memset (attr, 0, sizeof (symbol_attribute)); in gfc_clear_attr() [all …]
|
H A D | trans.h | 402 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 D | primary.c | 2649 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 D | trans-common.c | 960 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 D | match.h | 285 match gfc_get_type_attr_spec (symbol_attribute *, char*);
|
H A D | trans.c | 845 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 D | check.c | 974 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 D | dump-parse-tree.c | 55 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 D | expr.c | 3874 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()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.h | 1013 symbol_attribute; typedef 1164 symbol_attribute attr; 1803 symbol_attribute attr; 3371 bool gfc_add_kind (symbol_attribute *, locus *); 3372 bool gfc_add_len (symbol_attribute *, locus *); 3373 bool gfc_add_pointer (symbol_attribute *, locus *); 3385 bool gfc_add_target (symbol_attribute *, locus *); 3394 bool gfc_add_pure (symbol_attribute *, locus *); 3416 void gfc_clear_attr (symbol_attribute *); 3418 bool gfc_copy_attr (symbol_attribute *, symbol_attribute *, locus *); [all …]
|
H A D | symbol.c | 1116 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external() 1160 gfc_add_optional (symbol_attribute *attr, locus *where) in gfc_add_optional() 1177 gfc_add_kind (symbol_attribute *attr, locus *where) in gfc_add_kind() 1190 gfc_add_len (symbol_attribute *attr, locus *where) in gfc_add_len() 1204 gfc_add_pointer (symbol_attribute *attr, locus *where) in gfc_add_pointer() 1507 gfc_add_target (symbol_attribute *attr, locus *where) in gfc_add_target() 1618 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() 1742 gfc_add_abstract (symbol_attribute* attr, locus* where) in gfc_add_abstract() 2044 gfc_clear_attr (symbol_attribute *attr) in gfc_clear_attr() 2046 memset (attr, 0, sizeof (symbol_attribute)); in gfc_clear_attr() [all …]
|
H A D | symbol.cc | 1123 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external() 1167 gfc_add_optional (symbol_attribute *attr, locus *where) in gfc_add_optional() 1184 gfc_add_kind (symbol_attribute *attr, locus *where) in gfc_add_kind() 1197 gfc_add_len (symbol_attribute *attr, locus *where) in gfc_add_len() 1211 gfc_add_pointer (symbol_attribute *attr, locus *where) in gfc_add_pointer() 1514 gfc_add_target (symbol_attribute *attr, locus *where) in gfc_add_target() 1625 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure() 1749 gfc_add_abstract (symbol_attribute* attr, locus* where) in gfc_add_abstract() 2051 gfc_clear_attr (symbol_attribute *attr) in gfc_clear_attr() 2053 memset (attr, 0, sizeof (symbol_attribute)); in gfc_clear_attr() [all …]
|
H A D | trans.h | 405 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 D | primary.c | 2649 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 D | primary.cc | 2628 symbol_attribute 2632 symbol_attribute attr; in gfc_variable_attr() 2762 symbol_attribute 2765 symbol_attribute attr; in gfc_expr_attr() 2819 static symbol_attribute 2823 symbol_attribute attr; in caf_variable_attr() 2941 symbol_attribute 2944 symbol_attribute attr; in gfc_caf_attr()
|
H A D | trans-common.c | 960 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 D | trans-common.cc | 989 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 D | trans.c | 845 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 D | trans.cc | 918 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 D | check.c | 974 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 D | check.cc | 974 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 D | dump-parse-tree.c | 55 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 D | dump-parse-tree.cc | 55 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 D | expr.c | 3874 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()
|