Home
last modified time | relevance | path

Searched refs:old_parm_type_list (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dpt.c13888 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13893 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13895 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13898 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13900 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13907 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13910 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dpt.c13627 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13632 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13634 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13637 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13639 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13646 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13649 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dpt.c13864 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13869 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13871 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13874 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13876 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13883 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13886 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dpt.c13860 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13865 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13867 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13870 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13872 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13879 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13882 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dpt.c13860 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13865 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13867 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13870 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13872 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13879 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13882 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dpt.c13673 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13678 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13680 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13683 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13685 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13692 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13695 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dpt.c13734 tree old_parm_type_list = TYPE_ARG_TYPES (fntype); in maybe_rebuild_function_decl_type() local
13739 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13741 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13744 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13746 *q = copy_node (old_parm_type_list); in maybe_rebuild_function_decl_type()
13753 old_parm_type_list = TREE_CHAIN (old_parm_type_list); in maybe_rebuild_function_decl_type()
13756 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()