Home
last modified time | relevance | path

Searched refs:gfc_add_is_bind_c (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.c5724 t = gfc_add_is_bind_c(&current_attr, NULL, &seen_at[d], 0); in match_attr_spec()
6002 gfc_add_is_bind_c (&(tmp_sym->attr), tmp_sym->name, &gfc_current_locus, 0); in set_verify_bind_c_sym()
6823 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &gfc_current_locus, 1)) in gfc_match_suffix()
7743 if (!gfc_add_is_bind_c (&(entry->attr), entry->name, in gfc_match_entry()
7995 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &(sym->declared_at), 1)) in gfc_match_subroutine()
10095 if (!gfc_add_is_bind_c (attr, NULL, &gfc_current_locus, 0)) in gfc_get_type_attr_spec()
H A Ddecl.cc5805 t = gfc_add_is_bind_c(&current_attr, NULL, &seen_at[d], 0); in match_attr_spec()
6083 gfc_add_is_bind_c (&(tmp_sym->attr), tmp_sym->name, &gfc_current_locus, 0); in set_verify_bind_c_sym()
6904 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &gfc_current_locus, 1)) in gfc_match_suffix()
7824 if (!gfc_add_is_bind_c (&(entry->attr), entry->name, in gfc_match_entry()
8076 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &(sym->declared_at), 1)) in gfc_match_subroutine()
10177 if (!gfc_add_is_bind_c (attr, NULL, &gfc_current_locus, 0)) in gfc_get_type_attr_spec()
H A Dsymbol.c1898 gfc_add_is_bind_c (symbol_attribute *attr, const char *name, locus *where, in gfc_add_is_bind_c() function
2174 && !gfc_add_is_bind_c (dest, NULL, where, is_proc_lang_bind_spec)) in gfc_copy_attr()
H A Dsymbol.cc1905 gfc_add_is_bind_c (symbol_attribute *attr, const char *name, locus *where, in gfc_add_is_bind_c() function
2181 && !gfc_add_is_bind_c (dest, NULL, where, is_proc_lang_bind_spec)) in gfc_copy_attr()
H A Dgfortran.h3404 bool gfc_add_is_bind_c (symbol_attribute *, const char *, locus *, int);
H A DChangeLog-20121408 * symbol.c (check_conflict, conflict, gfc_add_is_bind_c,
H A DChangeLog-20073066 (gfc_add_is_bind_c): New function.
3129 gfc_check_any_c_kind, gfc_add_is_bind_c, gfc_add_value,
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c5724 t = gfc_add_is_bind_c(&current_attr, NULL, &seen_at[d], 0); in match_attr_spec()
6002 gfc_add_is_bind_c (&(tmp_sym->attr), tmp_sym->name, &gfc_current_locus, 0); in set_verify_bind_c_sym()
6823 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &gfc_current_locus, 1)) in gfc_match_suffix()
7743 if (!gfc_add_is_bind_c (&(entry->attr), entry->name, in gfc_match_entry()
7995 if (!gfc_add_is_bind_c (&(sym->attr), sym->name, &(sym->declared_at), 1)) in gfc_match_subroutine()
10095 if (!gfc_add_is_bind_c (attr, NULL, &gfc_current_locus, 0)) in gfc_get_type_attr_spec()
H A Dsymbol.c1898 gfc_add_is_bind_c (symbol_attribute *attr, const char *name, locus *where, in gfc_add_is_bind_c() function
2174 && !gfc_add_is_bind_c (dest, NULL, where, is_proc_lang_bind_spec)) in gfc_copy_attr()
H A Dgfortran.h3121 bool gfc_add_is_bind_c (symbol_attribute *, const char *, locus *, int);