Home
last modified time | relevance | path

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

1234

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h939 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 Dsymbol.c1116 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 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()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1013 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 Dsymbol.c1116 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 Dsymbol.cc1123 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 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.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 Dprimary.cc2628 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 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 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.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 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.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 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.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 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.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()

1234