/openbsd-src/gnu/gcc/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 | 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() 2325 void_list_node)); in start_objects() 2437 parm_types = void_list_node; in start_static_storage_duration_function() 3457 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i) in check_default_args()
|
H A D | decl.c | 954 if (p1 == void_list_node) in decls_match() 1515 for (; t1 && t1 != void_list_node; in duplicate_decls() 3204 void_ftype = build_function_type (void_type_node, void_list_node); in cxx_init_decl_processing() 3208 void_list_node)); in cxx_init_decl_processing() 3277 void_list_node)); in cxx_init_decl_processing() 5512 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in get_atexit_node() 5516 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in get_atexit_node() 5543 fn_type = build_function_type (void_type_node, void_list_node); in get_atexit_node() 5545 arg_types = tree_cons (NULL_TREE, fn_ptr_type, void_list_node); in get_atexit_node() 5595 parmtypes = void_list_node; in start_cleanup_fn() [all …]
|
H A D | rtti.c | 196 void_list_node)); in throw_bad_cast() 213 t = build_function_type (t, void_list_node); in throw_bad_typeid() 674 (NULL_TREE, ptrdiff_type_node, void_list_node)))); in build_dynamic_cast_1()
|
H A D | cp-gimplify.c | 825 for (parm = defparm; parm != void_list_node; parm = TREE_CHAIN (parm)) in cxx_omp_clause_apply_fn() 858 for (parm = defparm; parm != void_list_node; parm = TREE_CHAIN (parm)) in cxx_omp_clause_apply_fn()
|
H A D | method.c | 785 if (arg_chain != void_list_node) in synthesize_method() 984 tree parameter_types = void_list_node; in implicitly_declare_fn()
|
H A D | call.c | 446 for (; parmlist && parmlist != void_list_node; in sufficient_parms_p() 1366 if (parmnode == NULL_TREE || parmnode == void_list_node) in add_function_candidate() 1395 if (parmnode == void_list_node) in add_function_candidate() 1498 else if (parmnode == void_list_node) in add_conv_candidate() 2929 && TREE_CHAIN (arg_types) == void_list_node in build_operator_new_call() 4044 argtypes = void_list_node; in build_op_delete_call() 4092 && TREE_CHAIN (t) == void_list_node) in build_op_delete_call() 4892 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() 3097 || TYPE_ARG_TYPES (TREE_TYPE (decl)) == void_list_node in push_template_decl_real() 3100 == void_list_node))) in push_template_decl_real() 7058 if (!arg_types || arg_types == void_list_node) in tsubst_arg_types() 7482 if (t == void_list_node) in tsubst() 8322 if (t == void_list_node) in tsubst_copy() 8454 if (t == void_list_node) in tsubst_copy_asm_operands() 9253 if (t == void_list_node) in tsubst_copy_and_build() 9903 while (parms && parms != void_list_node in type_unification_real() [all …]
|
H A D | typeck.c | 177 if (newargs == void_list_node) in commonparms() 2868 if (typetail != 0 && typetail != void_list_node) in convert_arguments() 2874 for (; typetail != void_list_node; ++i) in convert_arguments()
|
/openbsd-src/gnu/usr.bin/gcc/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() 163 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in do_begin_catch() 202 fn = push_void_library_fn (fn, void_list_node); 507 tree tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); 530 void_list_node)); 656 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); 680 tmp = void_list_node; 688 tmp = void_list_node; 792 (fn, build_function_type (void_type_node, void_list_node));
|
H A D | method.c | 790 if (arg_chain != void_list_node) 996 args = void_list_node; 1002 args = void_list_node; 1032 args = tree_cons (NULL_TREE, args, void_list_node);
|
H A D | decl2.c | 1499 if (!args || args == void_list_node 1503 if (args && args != void_list_node) 1534 if (!args || args == void_list_node 1538 if (args && args != void_list_node) 2167 start_function (void_list_node, 2168 make_call_declarator (fnname, void_list_node, NULL_TREE, 2291 parm_types = void_list_node; in start_static_storage_duration_function() 3431 if (t == void_list_node) 4815 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i)
|
H A D | rtti.c | 168 void_list_node)); in throw_bad_cast() 182 t = build_function_type (build_reference_type (t), void_list_node); in throw_bad_typeid() 649 (NULL_TREE, ptrdiff_type_node, void_list_node))));
|
H A D | decl.c | 3191 if (p1 == void_list_node) 3631 for (; t1 && t1 != void_list_node; 7031 void_ftype = build_function_type (void_type_node, void_list_node); in cxx_init_decl_processing() 7035 void_list_node)); in cxx_init_decl_processing() 7096 void_list_node)); in cxx_init_decl_processing() 9171 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in get_atexit_node() 9175 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in get_atexit_node() 9191 fn_type = build_function_type (void_type_node, void_list_node); in get_atexit_node() 9193 arg_types = tree_cons (NULL_TREE, fn_ptr_type, void_list_node); in get_atexit_node() 9247 parmtypes = void_list_node; in start_cleanup_fn() [all …]
|
H A D | pt.c | 1348 if (spec_types == void_list_node) 1349 return void_list_node; 6467 if (!arg_types || arg_types == void_list_node) 6586 if (!parms || parms == void_list_node) 6881 if (t == void_list_node) 7553 if (t == void_list_node) 8356 && parms != void_list_node 8358 && args != void_list_node) 8438 if (args && args != void_list_node && parms == void_list_node) 8442 && parms != void_list_node
|
H A D | call.c | 668 for (; parmlist && parmlist != void_list_node; 1455 if (parmnode == NULL_TREE || parmnode == void_list_node) in add_function_candidate() 1484 if (parmnode == void_list_node) in add_function_candidate() 1588 else if (parmnode == void_list_node) 3952 argtypes = void_list_node; 3972 void_list_node)); 4581 for (; parm && parm != void_list_node; parm = TREE_CHAIN (parm), i++)
|
H A D | typeck.c | 256 if (newargs == void_list_node) 2905 if (typetail != 0 && typetail != void_list_node) 2910 for (; typetail != void_list_node; ++i)
|
/openbsd-src/gnu/gcc/gcc/objcp/ |
H A D | objcp-decl.h | 85 #define OBJC_VOID_AT_END void_list_node
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | builtins.c | 233 args = void_list_node; 280 void_list_node = end_params_node; in initialize_builtins()
|
/openbsd-src/gnu/gcc/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 | 5287 args = void_list_node; in build_function_type_list() 5292 TREE_CHAIN (last) = void_list_node; in build_function_type_list() 6674 tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in build_common_builtin_nodes() 6689 tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in build_common_builtin_nodes() 6699 tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in build_common_builtin_nodes() 6709 tmp = tree_cons (NULL_TREE, size_type_node, void_list_node); in build_common_builtin_nodes() 6715 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6723 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6730 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() 6738 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node); in build_common_builtin_nodes() [all …]
|
H A D | c-pretty-print.c | 462 if (parms == void_list_node) in pp_c_parameter_type_list() 467 for ( ; parms && parms != void_list_node; parms = TREE_CHAIN (parms)) in pp_c_parameter_type_list()
|
H A D | cgraphunit.c | 1682 build_function_type (void_type_node, void_list_node)); in cgraph_build_static_cdtor()
|
H A D | c-common.c | 3098 args = chainon (args, void_list_node); in def_fn_type() 3247 void_list_node = build_void_list_node (); in c_common_nodes_and_builtins() 6310 while (arg_types != void_list_node) in sync_resolve_params()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 3395 void_list_node = build_void_list_node (); in c_common_nodes_and_builtins() 3482 void_list_node); in c_common_nodes_and_builtins() 3488 void_list_node)); in c_common_nodes_and_builtins() 3497 void_list_node))); in c_common_nodes_and_builtins() 3508 void_list_node)))); in c_common_nodes_and_builtins() 3522 void_list_node))))); in c_common_nodes_and_builtins()
|