Home
last modified time | relevance | path

Searched refs:void_list_node (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c121 for (param = params; param != void_list_node; param = TREE_CHAIN (param)) in spu_resolve_overloaded_builtin()
126 param != void_list_node; in spu_resolve_overloaded_builtin()
160 if (param == void_list_node) in spu_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-decl.h75 #define OBJC_VOID_AT_END void_list_node
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.h75 #define OBJC_VOID_AT_END void_list_node
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c566 if (FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)) == void_list_node) in ctor_omit_inherited_parms()
1135 for (; parmnode != void_list_node; parmnode = TREE_CHAIN (parmnode)) in early_check_defaulted_comparison()
1567 if (arg_chain != void_list_node) in synthesize_method()
1659 for (tree elt = argtype; elt && elt != void_list_node; in locate_fn_flags()
2651 tree parameter_types = void_list_node; in implicitly_declare_fn()
2850 for (tree parm = inherited_parms; parm && parm != void_list_node; in implicitly_declare_fn()
3018 if (FUNCTION_FIRST_USER_PARMTYPE (fn) == void_list_node) in defaultable_fn_check()
3022 == void_list_node)) in defaultable_fn_check()
3053 t && t != void_list_node; t = TREE_CHAIN (t)) in defaultable_fn_check()
H A Ddecl2.c1769 if (args && args != void_list_node) in coerce_new_type()
1847 if (!args || args == void_list_node in coerce_delete_type()
1851 if (args && args != void_list_node) in coerce_delete_type()
3430 void_list_node)); in get_local_tls_init_fn()
3468 void_list_node)); in get_tls_init_fn()
3523 tree fntype = build_function_type (type, void_list_node); in get_tls_wrapper_fn()
4764 if (FUNCTION_ARG_CHAIN (fn) == void_list_node) in maybe_warn_sized_delete()
5299 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i) in check_default_args()
H A Ddecl.c1015 if (p1 == void_list_node) in decls_match()
1311 t && t != void_list_node; t = TREE_CHAIN (t)) in check_redeclaration_no_default_args()
1339 for (; t1 && t1 != void_list_node; in check_no_redeclaration_friend_default_args()
1930 for (; t1 && t1 != void_list_node; in duplicate_decls()
9603 t && t != void_list_node; t = TREE_CHAIN (t)) in grokfndecl()
12447 && arg_types != void_list_node) in grokdeclarator()
12451 arg_types = void_list_node; in grokdeclarator()
13002 args && args != void_list_node; in grokdeclarator()
14069 if (parm == void_list_node) in grokparms()
14081 && TREE_CHAIN (parm) == void_list_node) in grokparms()
[all …]
H A Doptimize.c279 if (last_arg != void_list_node) in maybe_thunk_body()
H A Dcall.c597 for (; parmlist && parmlist != void_list_node; in sufficient_parms_p()
2168 for (n = 0; arg != NULL_TREE && arg != void_list_node; in remaining_arguments()
2269 if (parmnode == NULL_TREE || parmnode == void_list_node) in add_function_candidate()
2350 if (parmnode == void_list_node) in add_function_candidate()
2507 else if (parmnode == void_list_node) in add_conv_candidate()
4727 && TREE_CHAIN (arg_types) == void_list_node in build_operator_new_call()
6644 if (t == void_list_node) in second_parm_is_size_t()
6734 return (chain == void_list_node); in usual_deallocation_fn_p()
6846 && FUNCTION_ARG_CHAIN (elt) == void_list_node) in build_op_delete_call()
7504 && FUNCTION_FIRST_USER_PARMTYPE (convfn) != void_list_node) in convert_like_real_1()
[all …]
H A Dpt.c2516 if (spec_types == void_list_node) in copy_default_args_to_explicit_spec_1()
2517 return void_list_node; in copy_default_args_to_explicit_spec_1()
5748 || TYPE_ARG_TYPES (TREE_TYPE (decl)) == void_list_node in push_template_decl_real()
5751 == void_list_node))) in push_template_decl_real()
13720 while (parm_type_list && parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13750 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
13762 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
13763 *q = void_list_node; in maybe_rebuild_function_decl_type()
14877 if (!arg_types || arg_types == void_list_node || arg_types == end) in tsubst_arg_types()
15598 if (t == void_list_node) in tsubst()
[all …]
H A Dclass.c3159 tree parmlist = void_list_node; in one_inheriting_sig()
3190 for (; parms && parms != void_list_node; parms = TREE_CHAIN (parms)) in one_inherited_ctor()
4782 parmtypes = tree_cons (NULL_TREE, vtt_parm_type, void_list_node); in copy_fndecl_with_name()
4907 parmtypes = tree_cons (NULL_TREE, vtt_parm_type, void_list_node); in build_clone()
5063 if (clone_parms == void_list_node) in adjust_clone_args()
5101 gcc_assert (!clone_parms || clone_parms == void_list_node); in adjust_clone_args()
5826 if (second_parm == void_list_node) in type_requires_array_cookie()
5835 if (TREE_CHAIN (second_parm) == void_list_node in type_requires_array_cookie()
8379 arg != NULL_TREE && arg != void_list_node; in resolve_address_of_overloaded_function()
H A Dtypeck.c187 if (newargs == void_list_node) in commonparms()
1217 TYPE_ARG_TYPES (t1) == void_list_node) in cxx_safe_function_type_cast_p()
1221 TYPE_ARG_TYPES (t2) == void_list_node) in cxx_safe_function_type_cast_p()
4224 if (typetail != 0 && typetail != void_list_node) in convert_arguments()
4236 for (; typetail != void_list_node; ++i) in convert_arguments()
4258 if (typetail && typetail != void_list_node) in convert_arguments()
10680 argtype && argtype != void_list_node; in check_raw_literal_operator()
10710 return argtypes == void_list_node; in check_literal_operator_args()
10719 argtype && argtype != void_list_node; in check_literal_operator_args()
10742 if (maybe_raw_p && argtype == void_list_node) in check_literal_operator_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c146 void_list_node = build_tree_list (NULL_TREE, void_type_node); in jit_langhook_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc571 if (FUNCTION_FIRST_USER_PARMTYPE (comp_ctor) == void_list_node) in base_ctor_omit_inherited_parms()
1205 for (; parmnode != void_list_node; parmnode = TREE_CHAIN (parmnode)) in early_check_defaulted_comparison()
1819 if (arg_chain != void_list_node) in synthesize_method()
1937 for (tree elt = argtype; elt && elt != void_list_node; in locate_fn_flags()
2948 tree parameter_types = void_list_node; in implicitly_declare_fn()
3155 for (tree parm = inherited_parms; parm && parm != void_list_node; in implicitly_declare_fn()
3323 if (FUNCTION_FIRST_USER_PARMTYPE (fn) == void_list_node) in defaultable_fn_check()
3327 == void_list_node)) in defaultable_fn_check()
3358 t && t != void_list_node; t = TREE_CHAIN (t)) in defaultable_fn_check()
H A Ddecl2.cc1951 if (args && args != void_list_node) in coerce_new_type()
2029 if (!args || args == void_list_node in coerce_delete_type()
2033 if (args && args != void_list_node) in coerce_delete_type()
3650 void_list_node)); in get_local_tls_init_fn()
3688 void_list_node)); in get_tls_init_fn()
3743 tree fntype = build_function_type (type, void_list_node); in get_tls_wrapper_fn()
3875 tree fntype = build_function_type (void_type_node, void_list_node); in start_objects()
5026 if (FUNCTION_ARG_CHAIN (fn) == void_list_node) in maybe_warn_sized_delete()
5576 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i) in check_default_args()
H A Dcall.cc594 for (; parmlist && parmlist != void_list_node; in sufficient_parms_p()
2214 for (n = 0; arg != NULL_TREE && arg != void_list_node; in remaining_arguments()
2368 if (parmnode == NULL_TREE || parmnode == void_list_node) in add_function_candidate()
2447 if (parmnode == void_list_node) in add_function_candidate()
2571 else if (parmnode == void_list_node) in add_conv_candidate()
3498 for (; parms != void_list_node; parms = TREE_CHAIN (parms)) in add_template_candidate_real()
4959 && TREE_CHAIN (arg_types) == void_list_node in build_operator_new_call()
7136 if (t == void_list_node) in second_parm_is_size_t()
7226 return (chain == void_list_node); in usual_deallocation_fn_p()
7338 && FUNCTION_ARG_CHAIN (elt) == void_list_node) in build_op_delete_call()
[all …]
H A Doptimize.cc279 if (last_arg != void_list_node) in maybe_thunk_body()
H A Ddecl.cc1045 if (p1 == void_list_node) in decls_match()
1370 t && t != void_list_node; t = TREE_CHAIN (t)) in check_redeclaration_no_default_args()
1396 t1 && t1 != void_list_node; in check_no_redeclaration_friend_default_args()
2055 for (; t1 && t1 != void_list_node; in duplicate_decls()
10242 t && t != void_list_node; t = TREE_CHAIN (t)) in grokfndecl()
13143 && arg_types != void_list_node) in grokdeclarator()
13147 arg_types = void_list_node; in grokdeclarator()
13709 args && args != void_list_node; in grokdeclarator()
14855 if (parm == void_list_node || parm == explicit_void_list_node) in grokparms()
14870 && TREE_CHAIN (parm) == void_list_node) in grokparms()
[all …]
H A Dtypeck.cc195 if (newargs == void_list_node) in commonparms()
1245 TYPE_ARG_TYPES (t1) == void_list_node) in cxx_safe_function_type_cast_p()
1249 TYPE_ARG_TYPES (t2) == void_list_node) in cxx_safe_function_type_cast_p()
4486 if (typetail != 0 && typetail != void_list_node) in convert_arguments()
4498 for (; typetail != void_list_node; ++i) in convert_arguments()
4520 if (typetail && typetail != void_list_node) in convert_arguments()
11287 argtype && argtype != void_list_node; in check_raw_literal_operator()
11317 return argtypes == void_list_node; in check_literal_operator_args()
11326 argtype && argtype != void_list_node; in check_literal_operator_args()
11349 if (maybe_raw_p && argtype == void_list_node) in check_literal_operator_args()
H A Dpt.cc2554 if (spec_types == void_list_node) in copy_default_args_to_explicit_spec_1()
2555 return void_list_node; in copy_default_args_to_explicit_spec_1()
5889 || TYPE_ARG_TYPES (TREE_TYPE (decl)) == void_list_node in push_template_decl()
5892 == void_list_node))) in push_template_decl()
14107 while (parm_type_list && parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
14137 while (old_parm_type_list && old_parm_type_list != void_list_node) in maybe_rebuild_function_decl_type()
14149 if (old_parm_type_list == void_list_node) in maybe_rebuild_function_decl_type()
14150 *q = void_list_node; in maybe_rebuild_function_decl_type()
15278 if (!arg_types || arg_types == void_list_node || arg_types == end) in tsubst_arg_types()
15600 if (t == void_list_node) in tsubst_tree_list()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc156 while (args && args != void_list_node) in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c156 while (args && args != void_list_node) in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c836 void_list_node = build_tree_list (NULL_TREE, void_type_node); in brig_build_c_type_nodes()
895 void_list_node = build_tree_list (NULL_TREE, void_type_node); in brig_langhook_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc598 void_list_node = build_tree_list (NULL_TREE, void_type_node); in jit_langhook_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c223 TREE_CHAIN (new_arg_types) = void_list_node; in build_adjusted_function_type()
225 new_reversed = void_list_node; in build_adjusted_function_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c523 if (parms == void_list_node) in pp_c_parameter_type_list()
528 for ( ; parms && parms != void_list_node; parms = TREE_CHAIN (parms)) in pp_c_parameter_type_list()

12345