Searched refs:void_zero_node (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 1898 if (init == void_zero_node) in build_new_1() 1921 if (init == void_zero_node) in build_new_1() 2002 cleanup, void_zero_node); in build_new_1() 2089 || (init != void_zero_node in build_new() 2096 if (init != void_zero_node) in build_new() 2782 return void_zero_node; in build_delete() 2854 ifexp, expr, void_zero_node); in build_delete() 2896 expr, void_zero_node); in push_base_cleanups()
|
| H A D | cvt.c | 927 expr = void_zero_node; in convert_to_void() 987 expr = void_zero_node; in convert_to_void()
|
| H A D | tree.c | 1685 tree decl = build1 (NOP_EXPR, build_pointer_type (type), void_zero_node); in build_dummy_object() 1734 && TREE_OPERAND (ob, 0) == void_zero_node); in is_dummy_object()
|
| H A D | cxx-pretty-print.c | 579 else if (t == void_zero_node) in pp_cxx_new_expression()
|
| H A D | error.c | 1466 else if (init == void_zero_node) in dump_expr()
|
| H A D | decl.c | 5660 return void_zero_node; in register_dtor_fn() 5814 void_zero_node, in expand_static_init()
|
| H A D | ChangeLog-2000 | 1194 (void_zero_node): Remove. 1211 (init_decl_processing): Don't build void_zero_node.
|
| H A D | ChangeLog-2001 | 3834 * parse.y (new_initializer): Return void_zero_node for ().
|
| H A D | parser.c | 5482 expression_list = void_zero_node; in cp_parser_new_initializer()
|
| H A D | ChangeLog-2003 | 699 * cvt.c (convert_to_void): Use void_zero_node after overload failure.
|
| H A D | ChangeLog | 814 effects with void_zero_node.
|
| H A D | ChangeLog-1999 | 5999 * tree.c (build_dummy_object): Use void_zero_node instead of the
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | except.c | 597 init_expr = void_zero_node; 742 if (temp_expr != void_zero_node)
|
| H A D | init.c | 2376 if (init == void_zero_node) 2482 cleanup, void_zero_node); 3171 return void_zero_node; 3238 ifexp, expr, void_zero_node); 3284 expr, void_zero_node); in push_base_cleanups()
|
| H A D | tree.c | 1812 tree decl = build1 (NOP_EXPR, build_pointer_type (type), void_zero_node); 1864 && TREE_OPERAND (ob, 0) == void_zero_node); 2536 init_expr = void_zero_node;
|
| H A D | cvt.c | 906 expr = void_zero_node;
|
| H A D | error.c | 1676 else if (init == void_zero_node)
|
| H A D | parse.y | 1359 { $$ = void_zero_node; }
|
| H A D | ChangeLog | 13 * cvt.c (convert_to_void): Set expr to void_zero_node after 9811 * parse.y (new_initializer): Return void_zero_node for (). 11066 (void_zero_node): Remove. 11083 (init_decl_processing): Don't build void_zero_node.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-semantics.c | 61 *t = build_nt (EXPR_STMT, void_zero_node);
|
| H A D | c-common.h | 222 #define void_zero_node c_global_trees[CTI_VOID_ZERO] macro
|
| H A D | c-common.c | 3392 void_zero_node = build_int_2 (0, 0); in c_common_nodes_and_builtins() 3393 TREE_TYPE (void_zero_node) = void_type_node; in c_common_nodes_and_builtins()
|
| H A D | ChangeLog.4 | 9393 (void_zero_node): New macro. 9409 (c_common_nodes_and_builtins): Initialize void_zero_node.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 206 #define void_zero_node c_global_trees[CTI_VOID_ZERO] macro
|
| H A D | c-common.c | 3244 void_zero_node = make_node (INTEGER_CST); in c_common_nodes_and_builtins() 3245 TREE_TYPE (void_zero_node) = void_type_node; in c_common_nodes_and_builtins()
|
12