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

  /src/sys/dev/ic/
scmi.c 579 u_int fq, oldfq = 0, old_target; local
621 old_target = pd->pd_freq_target;
626 pd->pd_freq_target = old_target;
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 5133 gfc_symbol *proc_target, *old_target; local
5152 old_target = old->n.tb->u.specific->n.sym;
5171 if (old_target->attr.pure && !proc_target->attr.pure)
5180 if (old_target->attr.elemental && !proc_target->attr.elemental)
5186 if (!old_target->attr.elemental && proc_target->attr.elemental)
5195 if (old_target->attr.subroutine && !proc_target->attr.subroutine)
5204 if (old_target->attr.function)
5213 if (!gfc_check_result_characteristics (proc_target, old_target,
5243 old_formal = gfc_sym_get_dummy_args (old_target);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 4980 gfc_symbol *proc_target, *old_target; local
4999 old_target = old->n.tb->u.specific->n.sym;
5018 if (old_target->attr.pure && !proc_target->attr.pure)
5027 if (old_target->attr.elemental && !proc_target->attr.elemental)
5033 if (!old_target->attr.elemental && proc_target->attr.elemental)
5042 if (old_target->attr.subroutine && !proc_target->attr.subroutine)
5051 if (old_target->attr.function)
5060 if (!gfc_check_result_characteristics (proc_target, old_target,
5090 old_formal = gfc_sym_get_dummy_args (old_target);

Completed in 21 milliseconds