HomeSort by: relevance | last modified time | path
    Searched defs:tbattr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 11472 gfc_typebound_proc tbattr; /* Used for match_binding_attributes. */ local
11491 memset (&tbattr, 0, sizeof (tbattr));
11492 tbattr.where = gfc_current_locus;
11495 m = match_binding_attributes (&tbattr, true, false);
11588 if (tb->access != tbattr.access)
11599 tb->access = tbattr.access;
decl.cc 11472 gfc_typebound_proc tbattr; /* Used for match_binding_attributes. */ local
11491 memset (&tbattr, 0, sizeof (tbattr));
11492 tbattr.where = gfc_current_locus;
11495 m = match_binding_attributes (&tbattr, true, false);
11588 if (tb->access != tbattr.access)
11599 tb->access = tbattr.access;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 11401 gfc_typebound_proc tbattr; /* Used for match_binding_attributes. */ local
11420 memset (&tbattr, 0, sizeof (tbattr));
11421 tbattr.where = gfc_current_locus;
11424 m = match_binding_attributes (&tbattr, true, false);
11517 if (tb->access != tbattr.access)
11528 tb->access = tbattr.access;
decl.cc 11401 gfc_typebound_proc tbattr; /* Used for match_binding_attributes. */ local
11420 memset (&tbattr, 0, sizeof (tbattr));
11421 tbattr.where = gfc_current_locus;
11424 m = match_binding_attributes (&tbattr, true, false);
11517 if (tb->access != tbattr.access)
11528 tb->access = tbattr.access;

Completed in 104 milliseconds