Home
last modified time | relevance | path

Searched refs:non_overridable (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.c3955 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
3956 overriding_flag = ((*proc)->deferred << 1) | (*proc)->non_overridable; in mio_typebound_proc()
3959 (*proc)->non_overridable = ((overriding_flag & 1) != 0); in mio_typebound_proc()
3960 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
H A Dmodule.cc4101 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
4102 overriding_flag = ((*proc)->deferred << 1) | (*proc)->non_overridable; in mio_typebound_proc()
4105 (*proc)->non_overridable = ((overriding_flag & 1) != 0); in mio_typebound_proc()
4106 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
H A Ddecl.c10939 ba->non_overridable = 0; in match_binding_attributes()
11057 if (ba->non_overridable) in match_binding_attributes()
11063 ba->non_overridable = 1; in match_binding_attributes()
11096 if (ba->non_overridable && ba->deferred) in match_binding_attributes()
H A Ddecl.cc11021 ba->non_overridable = 0; in match_binding_attributes()
11139 if (ba->non_overridable) in match_binding_attributes()
11145 ba->non_overridable = 1; in match_binding_attributes()
11178 if (ba->non_overridable && ba->deferred) in match_binding_attributes()
H A Dgfortran.h1780 unsigned non_overridable:1; member
H A Ddump-parse-tree.c977 if (tb->non_overridable) in show_typebound_proc()
H A Ddump-parse-tree.cc1004 if (tb->non_overridable) in show_typebound_proc()
H A Dclass.c807 if (tb->non_overridable && !tb->overridden) in add_proc_comp()
H A Dclass.cc822 if (tb->non_overridable && !tb->overridden) in add_proc_comp()
H A Dresolve.c6394 && !e->value.compcall.tbp->non_overridable in resolve_typebound_static()
6597 *overridable = !c->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_call()
6699 overridable = !e->value.compcall.tbp->non_overridable; in resolve_typebound_function()
6818 overridable = !code->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_subroutine()
H A Dresolve.cc6514 && !e->value.compcall.tbp->non_overridable in resolve_typebound_static()
6717 *overridable = !c->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_call()
6819 overridable = !e->value.compcall.tbp->non_overridable; in resolve_typebound_function()
6938 overridable = !code->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_subroutine()
H A Dinterface.c4795 if (old->n.tb->non_overridable) in gfc_check_typebound_override()
H A Dinterface.cc4980 if (old->n.tb->non_overridable) in gfc_check_typebound_override()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c3955 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
3956 overriding_flag = ((*proc)->deferred << 1) | (*proc)->non_overridable; in mio_typebound_proc()
3959 (*proc)->non_overridable = ((overriding_flag & 1) != 0); in mio_typebound_proc()
3960 gcc_assert (!((*proc)->deferred && (*proc)->non_overridable)); in mio_typebound_proc()
H A Ddecl.c10939 ba->non_overridable = 0; in match_binding_attributes()
11057 if (ba->non_overridable) in match_binding_attributes()
11063 ba->non_overridable = 1; in match_binding_attributes()
11096 if (ba->non_overridable && ba->deferred) in match_binding_attributes()
H A Dgfortran.h1529 unsigned non_overridable:1; member
H A Ddump-parse-tree.c977 if (tb->non_overridable) in show_typebound_proc()
H A Dclass.c807 if (tb->non_overridable && !tb->overridden) in add_proc_comp()
H A Dresolve.c6394 && !e->value.compcall.tbp->non_overridable in resolve_typebound_static()
6597 *overridable = !c->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_call()
6699 overridable = !e->value.compcall.tbp->non_overridable; in resolve_typebound_function()
6818 overridable = !code->expr1->value.compcall.tbp->non_overridable; in resolve_typebound_subroutine()
H A Dinterface.c4795 if (old->n.tb->non_overridable) in gfc_check_typebound_override()