Home
last modified time | relevance | path

Searched refs:first_parm_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmangle.c2366 tree first_parm_type; in write_method_parms() local
2392 for (first_parm_type = parm_types; in write_method_parms()
2402 if (parm_types == first_parm_type) in write_method_parms()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c2750 tree first_parm_type; in write_method_parms() local
2780 for (first_parm_type = parm_types; in write_method_parms()
2790 if (parm_types == first_parm_type) in write_method_parms()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c16939 tree first_parm_type; in gen_formal_types_die() local
16950 first_parm_type = TYPE_ARG_TYPES (function_or_method_type); in gen_formal_types_die()
16954 for (link = first_parm_type; link; ) in gen_formal_types_die()
16967 && link == first_parm_type) in gen_formal_types_die()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c22376 tree first_parm_type; in gen_formal_types_die() local
22387 first_parm_type = TYPE_ARG_TYPES (function_or_method_type); in gen_formal_types_die()
22391 for (link = first_parm_type; link; ) in gen_formal_types_die()
22406 && link == first_parm_type) in gen_formal_types_die()