| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | except.c | 68 tmp = build_function_type (void_type_node, void_list_node); in init_exception_processing() 75 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in init_exception_processing() 173 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_get_exception_ptr() 193 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_begin_catch() 231 fn = push_void_library_fn (fn, void_list_node); in do_end_catch() 539 tree tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in do_allocate_exception() 560 void_list_node)); in do_free_exception() 631 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_throw() 656 tmp = void_list_node; in build_throw() 667 tmp = void_list_node; in build_throw() [all …]
|
| H A D | decl.c | 967 if (p1 == void_list_node) in decls_match() 1528 for (; t1 && t1 != void_list_node; in duplicate_decls() 3220 void_list_node)); in cxx_init_decl_processing() 3289 void_list_node)); in cxx_init_decl_processing() 5502 void_list_node))); in init_byref_decl() 6029 parmtypes = void_list_node; in start_cleanup_fn() 6235 void_list_node); in expand_static_init() 8262 && arg_types != void_list_node) in grokdeclarator() 8265 arg_types = void_list_node; in grokdeclarator() 8988 if (arg_types == void_list_node in grokdeclarator() [all …]
|
| H A D | decl2.c | 1156 if (!args || args == void_list_node in coerce_new_type() 1160 if (args && args != void_list_node) in coerce_new_type() 1194 if (!args || args == void_list_node in coerce_delete_type() 1198 if (args && args != void_list_node) in coerce_delete_type() 2365 void_list_node)); in start_objects() 2481 parm_types = void_list_node; in start_static_storage_duration_function() 3540 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i) in check_default_args()
|
| H A D | rtti.c | 197 void_list_node)); in throw_bad_cast() 214 t = build_function_type (t, void_list_node); in throw_bad_typeid() 675 (NULL_TREE, ptrdiff_type_node, void_list_node)))); in build_dynamic_cast_1()
|
| H A D | cp-gimplify.c | 864 for (parm = defparm; parm != void_list_node; parm = TREE_CHAIN (parm)) in cxx_omp_clause_apply_fn() 897 for (parm = defparm; parm != void_list_node; parm = TREE_CHAIN (parm)) in cxx_omp_clause_apply_fn()
|
| H A D | method.c | 787 if (arg_chain != void_list_node) in synthesize_method() 986 tree parameter_types = void_list_node; in implicitly_declare_fn()
|
| H A D | call.c | 447 for (; parmlist && parmlist != void_list_node; in sufficient_parms_p() 1379 if (parmnode == NULL_TREE || parmnode == void_list_node) in add_function_candidate() 1408 if (parmnode == void_list_node) in add_function_candidate() 1511 else if (parmnode == void_list_node) in add_conv_candidate() 2942 && TREE_CHAIN (arg_types) == void_list_node in build_operator_new_call() 4066 argtypes = void_list_node; in build_op_delete_call() 4114 && TREE_CHAIN (t) == void_list_node) in build_op_delete_call() 4934 for (; parm && parm != void_list_node; parm = TREE_CHAIN (parm), i++) in build_over_call()
|
| H A D | pt.c | 1675 if (spec_types == void_list_node) in copy_default_args_to_explicit_spec_1() 1676 return void_list_node; in copy_default_args_to_explicit_spec_1() 3100 == void_list_node))) in push_template_decl_real() 7491 if (t == void_list_node) in tsubst() 8336 if (t == void_list_node) in tsubst_copy() 8468 if (t == void_list_node) in tsubst_copy_asm_operands() 9289 if (t == void_list_node) in tsubst_copy_and_build() 9939 while (parms && parms != void_list_node in type_unification_real() 9940 && args && args != void_list_node) in type_unification_real() 10013 if (args && args != void_list_node && parms == void_list_node) in type_unification_real() [all …]
|
| H A D | tree.c | 1127 parm && parm != void_list_node; in no_linkage_check()
|
| H A D | typeck.c | 178 if (newargs == void_list_node) in commonparms() 2976 if (typetail != 0 && typetail != void_list_node) in convert_arguments() 2982 for (; typetail != void_list_node; ++i) in convert_arguments()
|
| H A D | error.c | 1104 for (first = 1; parmtypes != void_list_node; in dump_parameters()
|
| H A D | class.c | 4093 if (second_parm == void_list_node) in type_requires_array_cookie() 4098 if (TREE_CHAIN (second_parm) == void_list_node in type_requires_array_cookie()
|
| H A D | parser.c | 19721 tree arg_type = void_list_node; in cp_parser_block_literal_expr() 19934 void_list_node))); in cp_parser_block_literal_expr() 19944 cur_block->block_arg_ptr_type, void_list_node)); in cp_parser_block_literal_expr()
|
| H A D | ChangeLog-1999 | 4340 void_list_node. 4341 * parse.y (void_list_node): Delete declaration.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-mudflap.c | 331 build_function_type (rtype, void_list_node) 333 build_function_type (rtype, tree_cons (0, arg1, void_list_node)) 336 tree_cons (0, arg3, void_list_node)))) 340 … void_list_node)))))
|
| H A D | tree.c | 5318 args = void_list_node; in build_function_type_list() 5323 TREE_CHAIN (last) = void_list_node; in build_function_type_list() 6743 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6751 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6758 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6766 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6773 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6780 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6786 ftype = build_function_type (ptr_type_node, void_list_node); in build_common_builtin_nodes() 6790 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() [all …]
|
| H A D | c-pretty-print.c | 479 if (parms == void_list_node) in pp_c_parameter_type_list() 484 for ( ; parms && parms != void_list_node; parms = TREE_CHAIN (parms)) in pp_c_parameter_type_list()
|
| H A D | c-common.c | 3182 args = chainon (args, void_list_node); in def_fn_type() 3410 void_list_node = build_void_list_node (); in c_common_nodes_and_builtins() 6680 while (arg_types != void_list_node) in sync_resolve_params() 7001 tree_cons (NULL_TREE, integer_type_node, void_list_node)))); in build_block_object_assign_decl() 7038 tree_cons (NULL_TREE, integer_type_node, void_list_node))); in build_block_object_dispose_decl()
|
| H A D | cgraphunit.c | 1696 build_function_type (void_type_node, void_list_node)); in cgraph_build_static_cdtor()
|
| H A D | c-parser.c | 9209 tree expr, body, type, arglist = void_list_node, ftype; in c_parser_block_literal_expr() 9212 tree arg_type = void_list_node; in c_parser_block_literal_expr() 9440 void_list_node))); in c_parser_block_literal_expr() 9449 cur_block->block_arg_ptr_type, void_list_node)); in c_parser_block_literal_expr()
|
| H A D | c-decl.c | 3748 void_list_node))); in init_byref_decl() 3766 tree_cons (NULL_TREE, ptr_type_node, void_list_node)); in init_byref_decl() 5678 arg_info->types = void_list_node; in get_parm_info() 5683 types = void_list_node; in get_parm_info()
|
| H A D | tree.h | 3455 #define void_list_node global_trees[TI_VOID_LIST_NODE] macro
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 9123 build_function_type (ptr_type_node, void_list_node), in ia64_init_builtins() 9127 build_function_type (void_type_node, void_list_node), in ia64_init_builtins()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 12275 tree endlink = void_list_node; in arm_init_iwmmxt_builtins() 12600 ftype = build_function_type (ptr_type_node, void_list_node); in arm_init_tls_builtins()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 8169 tree endlink = void_list_node; in spe_init_builtins() 8449 = build_function_type (V8HI_type_node, void_list_node); in altivec_init_builtins() 8451 = build_function_type (void_type_node, void_list_node); in altivec_init_builtins()
|