Home
last modified time | relevance | path

Searched refs:void_type_node (Results 1 – 25 of 193) sorted by relevance

12345678

/openbsd-src/gnu/gcc/gcc/
H A Dtree-eh.c401 label = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in replace_goto_queue_cond_clause()
656 q->cont_stmt = build1 (RETURN_EXPR, void_type_node, x); in do_return_redirection()
672 x = build1 (GOTO_EXPR, void_type_node, finlab); in do_return_redirection()
687 x = build1 (GOTO_EXPR, void_type_node, finlab); in do_goto_redirection()
712 x = build1 (GOTO_EXPR, void_type_node, over); in frob_into_branch_around()
718 x = build1 (LABEL_EXPR, void_type_node, lab); in frob_into_branch_around()
726 x = build1 (LABEL_EXPR, void_type_node, over); in frob_into_branch_around()
845 x = build2 (MODIFY_EXPR, void_type_node, save_eptr, x); in honor_protect_cleanup_actions()
849 x = build2 (MODIFY_EXPR, void_type_node, save_filt, x); in honor_protect_cleanup_actions()
854 x = build2 (MODIFY_EXPR, void_type_node, x, save_eptr); in honor_protect_cleanup_actions()
[all …]
H A Dgimple-low.c96 x = build1 (RETURN_EXPR, void_type_node, NULL); in lower_function_body()
105 x = build1 (LABEL_EXPR, void_type_node, TREE_PURPOSE (t)); in lower_function_body()
131 x = build1 (LABEL_EXPR, void_type_node, disp_label); in lower_function_body()
141 x = build2 (MODIFY_EXPR, void_type_node, disp_var, t); in lower_function_body()
145 x = build1 (GOTO_EXPR, void_type_node, disp_var); in lower_function_body()
491 t = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr()
501 t = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr()
531 end_label = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in lower_cond_expr()
586 t = build1 (GOTO_EXPR, void_type_node, label); in lower_return_expr()
678 t = build2 (MODIFY_EXPR, void_type_node, dest, integer_zero_node); in lower_builtin_setjmp()
[all …]
H A Dvalue-prof.c198 stmt3 = build3 (COND_EXPR, void_type_node, in tree_divmod_fixed_value()
200 build1 (GOTO_EXPR, void_type_node, label_decl2), in tree_divmod_fixed_value()
201 build1 (GOTO_EXPR, void_type_node, label_decl1)); in tree_divmod_fixed_value()
208 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1); in tree_divmod_fixed_value()
215 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_divmod_fixed_value()
222 label3 = build1 (LABEL_EXPR, void_type_node, label_decl3); in tree_divmod_fixed_value()
364 stmt4 = build3 (COND_EXPR, void_type_node, in tree_mod_pow2()
367 build1 (GOTO_EXPR, void_type_node, label_decl2), in tree_mod_pow2()
368 build1 (GOTO_EXPR, void_type_node, label_decl1)); in tree_mod_pow2()
375 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1); in tree_mod_pow2()
[all …]
H A Domp-low.c1109 type = build_function_type_list (void_type_node, ptr_type_node, NULL_TREE); in create_omp_child_function()
1126 t = build_decl (RESULT_DECL, NULL_TREE, void_type_node); in create_omp_child_function()
1686 x = build2 (MODIFY_EXPR, void_type_node, ptr, x); in lower_rec_input_clauses()
1722 x = build2 (MODIFY_EXPR, void_type_node, new_var, x); in lower_rec_input_clauses()
1805 x = build2 (MODIFY_EXPR, void_type_node, new_var, x); in lower_rec_input_clauses()
1825 x = build3 (COND_EXPR, void_type_node, x, copyin_seq, NULL); in lower_rec_input_clauses()
1889 x = build3 (COND_EXPR, void_type_node, predicate, sub_list, NULL); in lower_lastprivate_clauses()
1949 x = build2 (OMP_ATOMIC, void_type_node, addr, x); in lower_reduction_clauses()
1970 x = build2 (MODIFY_EXPR, void_type_node, ref, x); in lower_reduction_clauses()
2009 x = build2 (MODIFY_EXPR, void_type_node, ref, x); in lower_copyprivate_clauses()
[all …]
H A Dc-omp.c44 return add_stmt (build1 (OMP_MASTER, void_type_node, stmt)); in c_finish_omp_master()
55 TREE_TYPE (stmt) = void_type_node; in c_finish_omp_critical()
67 return add_stmt (build1 (OMP_ORDERED, void_type_node, stmt)); in c_finish_omp_ordered()
140 return build2 (OMP_ATOMIC, void_type_node, addr, rhs); in c_finish_omp_atomic()
352 incr = build2 (MODIFY_EXPR, void_type_node, decl, t); in c_finish_omp_for()
373 TREE_TYPE (t) = void_type_node; in c_finish_omp_for()
H A Dgimplify.c368 tree lab = build_decl (LABEL_DECL, NULL_TREE, void_type_node); in create_artificial_label()
940 t = build2 (EH_FILTER_EXPR, void_type_node, allowed, NULL_TREE); in gimple_build_eh_filter()
943 t = build2 (TRY_CATCH_EXPR, void_type_node, NULL_TREE, t); in gimple_build_eh_filter()
971 TREE_TYPE (*p) = void_type_node; in voidify_wrapper_expr()
980 TREE_TYPE (*p) = void_type_node; in voidify_wrapper_expr()
988 TREE_TYPE (*p) = void_type_node; in voidify_wrapper_expr()
998 TREE_TYPE (*p) = void_type_node; in voidify_wrapper_expr()
1102 t = build2 (TRY_FINALLY_EXPR, void_type_node, in gimplify_bind_expr()
1248 t = build2 (MODIFY_EXPR, void_type_node, addr, t); in gimplify_decl_expr()
1262 init = build2 (INIT_EXPR, void_type_node, decl, init); in gimplify_decl_expr()
[all …]
H A Dtree-mudflap.c369 build_function_type_4 (void_type_node, ptr_type_node, size_type_node, in mudflap_init()
372 build_function_type_3 (void_type_node, ptr_type_node, size_type_node, in mudflap_init()
375 build_function_type_0 (void_type_node); in mudflap_init()
556 t = build2 (MODIFY_EXPR, void_type_node, mf_base, in mf_build_check_statement_for()
564 t = build2 (MODIFY_EXPR, void_type_node, mf_limit, in mf_build_check_statement_for()
580 t = build2 (MODIFY_EXPR, void_type_node, mf_elem, t); in mf_build_check_statement_for()
632 t = build3 (COND_EXPR, void_type_node, cond, in mf_build_check_statement_for()
633 build1 (GOTO_EXPR, void_type_node, tree_block_label (then_bb)), in mf_build_check_statement_for()
634 build1 (GOTO_EXPR, void_type_node, tree_block_label (join_bb))); in mf_build_check_statement_for()
679 t = build2 (MODIFY_EXPR, void_type_node, in mf_build_check_statement_for()
[all …]
H A Dtree-profile.c72 = build_function_type_list (void_type_node, in tree_init_edge_profiler()
82 = build_function_type_list (void_type_node, in tree_init_edge_profiler()
90 = build_function_type_list (void_type_node, in tree_init_edge_profiler()
H A Dlambda-code.c1545 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, integer_zero_node); in lbv_to_gcc_expression()
1560 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lbv_to_gcc_expression()
1570 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lbv_to_gcc_expression()
1585 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lbv_to_gcc_expression()
1636 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, integer_zero_node); in lle_to_gcc_expression()
1667 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, mult); in lle_to_gcc_expression()
1675 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lle_to_gcc_expression()
1708 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, mult); in lle_to_gcc_expression()
1716 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lle_to_gcc_expression()
1730 stmt = build2 (MODIFY_EXPR, void_type_node, resvar, in lle_to_gcc_expression()
[all …]
H A Dtree-vectorizer.c793 then_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes()
794 else_label = build1 (GOTO_EXPR, void_type_node, begin_label); in slpeel_make_loop_iterate_ntimes()
799 then_label = build1 (GOTO_EXPR, void_type_node, begin_label); in slpeel_make_loop_iterate_ntimes()
800 else_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes()
948 then_label = build1 (GOTO_EXPR, void_type_node, in slpeel_add_loop_guard()
950 else_label = build1 (GOTO_EXPR, void_type_node, in slpeel_add_loop_guard()
952 cond_stmt = build3 (COND_EXPR, void_type_node, cond, in slpeel_add_loop_guard()
H A Dc-semantics.c121 TREE_TYPE (ret) = void_type_node; in build_stmt()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c74 t = build1 (LABEL_EXPR, void_type_node, label); in finish_bc_block()
106 return build1 (GOTO_EXPR, void_type_node, label); in build_bc_goto()
124 *stmt_p = build2 (TRY_CATCH_EXPR, void_type_node, body, cleanup); in genericize_try_block()
138 *stmt_p = build2 (CATCH_EXPR, void_type_node, type, body); in genericize_catch_block()
179 stmt = build3 (COND_EXPR, void_type_node, cond, then_, else_); in gimplify_if_stmt()
220 top = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in gimplify_cp_loop()
229 exit = fold_build3 (COND_EXPR, void_type_node, cond, exit, t); in gimplify_cp_loop()
236 entry = build1 (LABEL_EXPR, void_type_node, NULL_TREE); in gimplify_cp_loop()
419 TREE_TYPE (from) = void_type_node; in cp_gimplify_init_expr()
703 void_type_node, in cp_genericize_r()
[all …]
H A Dexcept.c68 tmp = build_function_type (void_type_node, void_list_node); in init_exception_processing()
76 tmp = build_function_type (void_type_node, tmp); in init_exception_processing()
588 cleanup = build1 (MUST_NOT_THROW_EXPR, void_type_node, cleanup); in wrap_cleanups_r()
610 return build_min (THROW_EXPR, void_type_node, exp); in build_throw()
658 tmp = build_function_type (void_type_node, tmp); in build_throw()
671 tmp = build_function_type (void_type_node, tmp); in build_throw()
755 exp = build1 (CLEANUP_POINT_EXPR, void_type_node, exp); in build_throw()
758 exp = build2 (TRY_CATCH_EXPR, void_type_node, exp, in build_throw()
761 exp = build1 (MUST_NOT_THROW_EXPR, void_type_node, exp); in build_throw()
810 (fn, build_function_type (void_type_node, void_list_node)); in build_throw()
[all …]
H A Dinit.c336 if (init == void_type_node) in perform_member_init()
696 if (arguments == void_type_node) in emit_mem_initializers()
837 expr = fold_build3 (COND_EXPR, void_type_node, in expand_cleanup_for_base()
1196 TREE_TYPE (init) = void_type_node; in expand_default_init()
1979 init_expr = build2 (TRY_CATCH_EXPR, void_type_node, in build_new_1()
2001 = build3 (COND_EXPR, void_type_node, sentry, in build_new_1()
2008 = build2 (COMPOUND_EXPR, void_type_node, begin, in build_new_1()
2009 build2 (COMPOUND_EXPR, void_type_node, init_expr, in build_new_1()
2247 controller = build3 (BIND_EXPR, void_type_node, tbase, in build_vec_delete_1()
2251 body = build1 (EXIT_EXPR, void_type_node, in build_vec_delete_1()
[all …]
H A Ddecl2.c380 t = build_min (DELETE_EXPR, void_type_node, exp, size); in delete_sanity()
422 return build1 (NOP_EXPR, void_type_node, t); in delete_sanity()
785 if (value == void_type_node) in grokfield()
827 return void_type_node; in grokfield()
917 return void_type_node; in grokfield()
942 return void_type_node; in grokbitfield()
973 return void_type_node; in grokbitfield()
998 if (*decl == NULL_TREE || *decl == void_type_node in cplus_decl_attributes()
1188 if (!same_type_p (TREE_TYPE (type), void_type_node)) in coerce_delete_type()
1191 error ("%<operator delete%> must return type %qT", void_type_node); in coerce_delete_type()
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dnetware.c56 if (TREE_VALUE (tree_last (formal_type)) != void_type_node) in gen_stdcall_or_fastcall_decoration()
61 while (TREE_VALUE (formal_type) != void_type_node in gen_stdcall_or_fastcall_decoration()
102 if (TREE_VALUE (tree_last (formal_type)) != void_type_node) in gen_regparm_prefix()
107 while (TREE_VALUE (formal_type) != void_type_node in gen_regparm_prefix()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c68 tmp = build_function_type (void_type_node, void_list_node); in init_exception_processing()
76 tmp = build_function_type (void_type_node, tmp); in init_exception_processing()
606 init_expr = build (COMPOUND_EXPR, void_type_node, init_expr,
634 return build_min (THROW_EXPR, void_type_node, exp);
682 tmp = build_function_type (void_type_node, tmp);
692 tmp = build_function_type (void_type_node, tmp);
736 exp = build (TRY_CATCH_EXPR, void_type_node, exp,
739 exp = build1 (MUST_NOT_THROW_EXPR, void_type_node, exp);
792 (fn, build_function_type (void_type_node, void_list_node));
800 exp = build1 (THROW_EXPR, void_type_node, exp);
H A Dinit.c343 if (init == void_type_node) in perform_member_init()
703 if (arguments == void_type_node) in emit_mem_initializers()
851 expr = fold (build (COND_EXPR, void_type_node,
2364 cookie_expr = build (MODIFY_EXPR, void_type_node, cookie, nelts);
2481 = build (COND_EXPR, void_type_node, sentry,
2488 = build (COMPOUND_EXPR, void_type_node, begin,
2489 build (COMPOUND_EXPR, void_type_node, init_expr,
2586 controller = build (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE);
2601 build (EXIT_EXPR, void_type_node,
2605 loop = build (LOOP_EXPR, void_type_node, build_compound_expr (body));
[all …]
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c246 return void_type_node; in tree_code_get_type()
264 cond = build3 (COND_EXPR, void_type_node, cond_exp, NULL_TREE, in tree_code_if_start()
281 tree bindexpr = build3 (BIND_EXPR, void_type_node, BLOCK_VARS (block), in tree_code_if_else()
301 tree bindexpr = build3 (BIND_EXPR, void_type_node, BLOCK_VARS (block), in tree_code_if_end()
340 type_list = tree_cons (NULL_TREE, void_type_node, type_list); in tree_code_create_function_prototype()
473 DECL_SAVED_TREE (fn_decl) = build3 (BIND_EXPR, void_type_node, in tree_code_create_function_wrapup()
584 if (exp && TREE_TYPE (TREE_TYPE (current_function_decl)) != void_type_node) in tree_code_generate_return()
664 ret1 = fold_build2 (operator, void_type_node, op1, in tree_code_get_expression()
1113 tree_code_output_expression_statement (build1 (DECL_EXPR, void_type_node, in pushdecl()
1192 tree_push_type_decl (get_identifier ("void"), void_type_node); in treelang_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c486 void_type_node = make_node (VOID_TYPE); in java_init_decl_processing()
487 pushdecl (build_decl (TYPE_DECL, get_identifier ("void"), void_type_node)); in java_init_decl_processing()
488 layout_type (void_type_node); /* Uses size_zero_node */ in java_init_decl_processing()
489 ptr_type_node = build_pointer_type (void_type_node); in java_init_decl_processing()
498 empty_stmt_node = build1 (NOP_EXPR, void_type_node, size_zero_node); in java_init_decl_processing()
777 endlink = end_params_node = tree_cons (NULL_TREE, void_type_node, NULL_TREE); in java_init_decl_processing()
793 build_function_type (void_type_node, in java_init_decl_processing()
839 t = build_function_type (void_type_node, in java_init_decl_processing()
851 build_function_type (void_type_node, endlink), in java_init_decl_processing()
874 build_function_type (void_type_node, t), in java_init_decl_processing()
[all …]
H A Dverify.c316 if (type[index] == void_type_node)
330 if (type[index] != void_type_node)
336 if (type[index] != void_type_node)
669 && type_map[index+1] != void_type_node)
888 case OPCODE_return: type = void_type_node; goto ret;
910 if (type != void_type_node)
972 if (type1 == void_type_node || type2 == void_type_node)
1082 if (TREE_TYPE (method_type) != void_type_node)
H A Dexpr.c313 if (stack_type_map[--stack_pointer] != void_type_node)
579 void_type_node,
720 cond = build (COND_EXPR, void_type_node,
722 build (CALL_EXPR, void_type_node,
855 check = build (CALL_EXPR, void_type_node,
1086 void_type_node,
1123 if (type == void_type_node)
1765 init = build (CALL_EXPR, void_type_node,
1793 init = build (CALL_EXPR, void_type_node,
1798 init = build (COND_EXPR, void_type_node,
[all …]
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dsom.h163 != void_type_node)) \
172 else if (fntype != void_type_node) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h203 != void_type_node)) \
212 else if (fntype != void_type_node) \
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c2241 t = build3 (COND_EXPR, void_type_node, t, in xtensa_gimplify_va_arg_expr()
2242 build1 (GOTO_EXPR, void_type_node, lab_false), in xtensa_gimplify_va_arg_expr()
2246 t = build2 (MODIFY_EXPR, void_type_node, array, reg); in xtensa_gimplify_va_arg_expr()
2249 t = build1 (GOTO_EXPR, void_type_node, lab_over); in xtensa_gimplify_va_arg_expr()
2252 t = build1 (LABEL_EXPR, void_type_node, lab_false); in xtensa_gimplify_va_arg_expr()
2271 t = build3 (COND_EXPR, void_type_node, t, in xtensa_gimplify_va_arg_expr()
2272 build1 (GOTO_EXPR, void_type_node, lab_false2), in xtensa_gimplify_va_arg_expr()
2281 t = build1 (LABEL_EXPR, void_type_node, lab_false2); in xtensa_gimplify_va_arg_expr()
2284 t = build2 (MODIFY_EXPR, void_type_node, array, stk); in xtensa_gimplify_va_arg_expr()
2289 t = build1 (LABEL_EXPR, void_type_node, lab_over); in xtensa_gimplify_va_arg_expr()

12345678