Lines Matching refs:symbol_attribute

411 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()
1141 gfc_add_intrinsic (symbol_attribute *attr, locus *where) in gfc_add_intrinsic()
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()
1230 gfc_add_cray_pointer (symbol_attribute *attr, locus *where) in gfc_add_cray_pointer()
1242 gfc_add_cray_pointee (symbol_attribute *attr, locus *where) in gfc_add_cray_pointee()
1261 gfc_add_protected (symbol_attribute *attr, const char *name, locus *where) in gfc_add_protected()
1280 gfc_add_result (symbol_attribute *attr, const char *name, locus *where) in gfc_add_result()
1292 gfc_add_save (symbol_attribute *attr, save_state s, const char *name, in gfc_add_save()
1325 gfc_add_value (symbol_attribute *attr, const char *name, locus *where) in gfc_add_value()
1345 gfc_add_volatile (symbol_attribute *attr, const char *name, locus *where) in gfc_add_volatile()
1378 gfc_add_asynchronous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_asynchronous()
1397 gfc_add_threadprivate (symbol_attribute *attr, const char *name, locus *where) in gfc_add_threadprivate()
1415 gfc_add_omp_declare_target (symbol_attribute *attr, const char *name, in gfc_add_omp_declare_target()
1431 gfc_add_omp_declare_target_link (symbol_attribute *attr, const char *name, in gfc_add_omp_declare_target_link()
1447 gfc_add_oacc_declare_create (symbol_attribute *attr, const char *name, in gfc_add_oacc_declare_create()
1462 gfc_add_oacc_declare_copyin (symbol_attribute *attr, const char *name, in gfc_add_oacc_declare_copyin()
1477 gfc_add_oacc_declare_deviceptr (symbol_attribute *attr, const char *name, in gfc_add_oacc_declare_deviceptr()
1492 gfc_add_oacc_declare_device_resident (symbol_attribute *attr, const char *name, in gfc_add_oacc_declare_device_resident()
1507 gfc_add_target (symbol_attribute *attr, locus *where) in gfc_add_target()
1525 gfc_add_dummy (symbol_attribute *attr, const char *name, locus *where) in gfc_add_dummy()
1538 gfc_add_in_common (symbol_attribute *attr, const char *name, locus *where) in gfc_add_in_common()
1551 gfc_add_in_equivalence (symbol_attribute *attr, const char *name, locus *where) in gfc_add_in_equivalence()
1567 gfc_add_data (symbol_attribute *attr, const char *name, locus *where) in gfc_add_data()
1579 gfc_add_in_namelist (symbol_attribute *attr, const char *name, locus *where) in gfc_add_in_namelist()
1588 gfc_add_sequence (symbol_attribute *attr, const char *name, locus *where) in gfc_add_sequence()
1600 gfc_add_elemental (symbol_attribute *attr, locus *where) in gfc_add_elemental()
1618 gfc_add_pure (symbol_attribute *attr, locus *where) in gfc_add_pure()
1636 gfc_add_recursive (symbol_attribute *attr, locus *where) in gfc_add_recursive()
1654 gfc_add_entry (symbol_attribute *attr, const char *name, locus *where) in gfc_add_entry()
1672 gfc_add_function (symbol_attribute *attr, const char *name, locus *where) in gfc_add_function()
1685 gfc_add_subroutine (symbol_attribute *attr, const char *name, locus *where) in gfc_add_subroutine()
1706 gfc_add_generic (symbol_attribute *attr, const char *name, locus *where) in gfc_add_generic()
1719 gfc_add_proc (symbol_attribute *attr, const char *name, locus *where) in gfc_add_proc()
1742 gfc_add_abstract (symbol_attribute* attr, locus* where) in gfc_add_abstract()
1760 gfc_add_flavor (symbol_attribute *attr, sym_flavor f, const char *name, in gfc_add_flavor()
1803 gfc_add_procedure (symbol_attribute *attr, procedure_type t, in gfc_add_procedure()
1850 gfc_add_intent (symbol_attribute *attr, sym_intent intent, locus *where) in gfc_add_intent()
1876 gfc_add_access (symbol_attribute *attr, gfc_access access, in gfc_add_access()
1898 gfc_add_is_bind_c (symbol_attribute *attr, const char *name, locus *where, in gfc_add_is_bind_c()
1923 gfc_add_extension (symbol_attribute *attr, locus *where) in gfc_add_extension()
2044 gfc_clear_attr (symbol_attribute *attr) in gfc_clear_attr()
2046 memset (attr, 0, sizeof (symbol_attribute)); in gfc_clear_attr()
2054 gfc_missing_attr (symbol_attribute *attr ATTRIBUTE_UNUSED, in gfc_missing_attr()
2067 gfc_copy_attr (symbol_attribute *dest, symbol_attribute *src, locus *where) in gfc_copy_attr()