Home
last modified time | relevance | path

Searched refs:needs_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstu.c85 bool needs_type = TRUE; /* Implicit type assignment might be in ffestu_sym_end_transition() local
254 needs_type = FALSE; /* Don't assign type to SUBROUTINE! */ in ffestu_sym_end_transition()
259 needs_type = FALSE; /* Don't assign type to SUBROUTINE! */ in ffestu_sym_end_transition()
266 needs_type = FALSE; in ffestu_sym_end_transition()
373 if (needs_type && !ffeimplic_establish_symbol (s)) in ffestu_sym_end_transition()
405 bool needs_type = TRUE; /* Implicit type assignment might be in ffestu_sym_exec_transition() local
523 needs_type = FALSE; /* Only gets type if FUNCTION. */ in ffestu_sym_exec_transition()
564 needs_type = FALSE; /* Don't assign type to SUBROUTINE! */ in ffestu_sym_exec_transition()
868 needs_type = FALSE; in ffestu_sym_exec_transition()
878 needs_type = FALSE; in ffestu_sym_exec_transition()
[all …]
H A Dexpr.c16879 bool needs_type = FALSE; in ffeexpr_sym_lhs_extfunc_() local
16915 needs_type = TRUE; in ffeexpr_sym_lhs_extfunc_()
16934 needs_type = TRUE; in ffeexpr_sym_lhs_extfunc_()
16978 needs_type = TRUE; in ffeexpr_sym_lhs_extfunc_()
16993 if (needs_type && !ffeimplic_establish_symbol (s)) in ffeexpr_sym_lhs_extfunc_()
17162 bool needs_type = FALSE; in ffeexpr_sym_rhs_actualarg_() local
17222 needs_type = TRUE; in ffeexpr_sym_rhs_actualarg_()
17268 needs_type = TRUE; in ffeexpr_sym_rhs_actualarg_()
17283 if (needs_type && !ffeimplic_establish_symbol (s)) in ffeexpr_sym_rhs_actualarg_()
19291 bool needs_type; in ffeexpr_token_funsubstr_() local
[all …]