Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/objcp/
Dobjcp-decl.h75 #define OBJC_VOID_AT_END void_list_node
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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()
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 …]
Doptimize.cc279 if (last_arg != void_list_node) in maybe_thunk_body()
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 …]
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()
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 …]
Dexcept.cc149 tree arg_list = void_list_node; in declare_library_fn_1()
Dclass.cc3233 tree parmlist = void_list_node; in one_inheriting_sig()
3264 for (; parms && parms != void_list_node; parms = TREE_CHAIN (parms)) in one_inherited_ctor()
4893 parmtypes = tree_cons (NULL_TREE, vtt_parm_type, void_list_node); in copy_fndecl_with_name()
5115 if (clone_parms == void_list_node) in adjust_clone_args()
5153 gcc_assert (!clone_parms || clone_parms == void_list_node); in adjust_clone_args()
5847 if (second_parm == void_list_node) in type_requires_array_cookie()
5856 if (TREE_CHAIN (second_parm) == void_list_node in type_requires_array_cookie()
Dlambda.cc1224 tree fntype = build_method_type_directly (thistype, rettype, void_list_node); in maybe_add_lambda_conv_op()
Dcp-gimplify.cc2035 for (parm = defparm; parm && parm != void_list_node; in cxx_omp_clause_apply_fn()
2070 for (parm = defparm; parm && parm != void_list_node; in cxx_omp_clause_apply_fn()
Dtree.cc1681 if (arg_node == void_list_node) in strip_typedefs()
1713 arg_types = chainon (arg_types, void_list_node); in strip_typedefs()
3068 parm && parm != void_list_node; in no_linkage_check()
Dcxx-pretty-print.cc1560 for (; types != void_list_node; types = TREE_CHAIN (types)) in pp_cxx_parameter_declaration_clause()
Dconstraint.cc2203 types = chainon (nreverse (types), void_list_node); in check_constraint_variables()
Derror.cc1859 for (first = 1; parmtypes != void_list_node; in dump_parameters()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-param-manipulation.cc334 TREE_CHAIN (new_arg_types) = void_list_node; in build_adjusted_function_type()
336 new_reversed = void_list_node; in build_adjusted_function_type()
Domp-simd-clone.cc742 TREE_CHAIN (new_arg_types) = void_list_node; in simd_clone_adjust_argument_types()
744 new_reversed = void_list_node; in simd_clone_adjust_argument_types()
Ddse.cc2427 arg != void_list_node && idx < nargs; in get_call_args()
2471 if (arg != void_list_node || idx != nargs) in get_call_args()
Dtree.cc7363 if (arg == void_list_node) in maybe_canonicalize_argtypes()
7373 canon_argtypes = chainon (canon_argtypes, void_list_node); in maybe_canonicalize_argtypes()
7451 gcc_assert (last != void_list_node); in build_function_type_list_1()
7454 args = void_list_node; in build_function_type_list_1()
7459 TREE_CHAIN (last) = void_list_node; in build_function_type_list_1()
7511 tree t = vaargs ? NULL_TREE : void_list_node; in build_function_type_array_1()
9690 ftype = build_function_type (void_type_node, void_list_node); in build_common_builtin_nodes()
Dtree-pretty-print.cc376 while (arg && arg != void_list_node && arg != error_mark_node) in dump_function_declaration()
389 if (arg == void_list_node && !wrote_arg) in dump_function_declaration()
Dvar-tracking.cc6300 for (t = TYPE_ARG_TYPES (type); t && t != void_list_node; in prepare_call_arguments()
6305 if ((t == NULL || t == void_list_node) && obj_type_ref == NULL_TREE) in prepare_call_arguments()
6337 if (obj_type_ref && TYPE_ARG_TYPES (type) != void_list_node) in prepare_call_arguments()
6447 if (t && t != void_list_node) in prepare_call_arguments()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc1242 void_list_node = build_tree_list (NULL_TREE, void_type_node); in lto_build_c_type_nodes()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtins.cc197 tree rtype, atype, args = void_list_node; in ix86_get_builtin_func_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc2155 parm && parm != void_list_node; in rs6000_function_parms_need_stack()

12