Searched refs:non_overridable (Results 1 – 20 of 20) sorted by relevance
3955 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()
4101 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()
10939 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()
11021 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()
1780 unsigned non_overridable:1; member
977 if (tb->non_overridable) in show_typebound_proc()
1004 if (tb->non_overridable) in show_typebound_proc()
807 if (tb->non_overridable && !tb->overridden) in add_proc_comp()
822 if (tb->non_overridable && !tb->overridden) in add_proc_comp()
6394 && !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()
6514 && !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()
4795 if (old->n.tb->non_overridable) in gfc_check_typebound_override()
4980 if (old->n.tb->non_overridable) in gfc_check_typebound_override()
1529 unsigned non_overridable:1; member