Home
last modified time | relevance | path

Searched refs:void_node (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-ubsan.c107 t = fold_build3 (COND_EXPR, void_type_node, t, tt, void_node); in ubsan_instrument_division()
183 tree else_t = void_node; in ubsan_instrument_shift()
222 if (else_t != void_node) in ubsan_instrument_shift()
234 else_tt, void_node); in ubsan_instrument_shift()
266 t = fold_build3 (COND_EXPR, void_type_node, t, tt, void_node); in ubsan_instrument_vla()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c1397 return void_node; in cxx_eval_internal_function()
1503 return void_node; in cxx_eval_call_expression()
1723 result = void_node; in cxx_eval_call_expression()
1760 result = void_node; in cxx_eval_call_expression()
2999 if (init == void_node) in cxx_eval_vec_init_1()
3505 return void_node; in cxx_eval_store_expression()
3930 tree r = void_node; in cxx_eval_statement_list()
4820 r = void_node; in cxx_eval_constant_expression()
H A Dinit.c2343 init_list = void_node; in build_raw_new_expr()
3518 cleanup, void_node); in build_new_1()
3967 throw_bad_array_new_length (), void_node); in finish_length_check()
4704 return void_node; in build_delete()
4808 expr = build3 (COND_EXPR, void_type_node, ifexp, expr, void_node); in build_delete()
4854 expr, void_node); in push_base_cleanups()
H A Dcvt.c1437 expr = void_node; in convert_to_void()
1567 expr = void_node; in convert_to_void()
H A Dlambda.c1538 **use = void_node; in prune_lambda_captures()
H A Dtree.c3982 tree decl = build1 (CONVERT_EXPR, build_pointer_type (type), void_node); in build_dummy_object()
4032 && TREE_OPERAND (ob, 0) == void_node); in is_dummy_object()
5162 exp = void_node; in stabilize_expr()
H A Dtypeck2.c2139 return void_node; in build_functional_cast()
H A Dcxx-pretty-print.c690 else if (init == void_node) in pp_cxx_new_expression()
H A Dcp-gimplify.c2220 && op0 != void_node) in cp_fold()
H A Dmangle.c3151 if (init && init != void_node) in write_expression()
H A Ddecl.c8112 return void_node; in register_dtor_fn()
8351 void_node, in expand_static_init()
14897 return void_node; in build_clobber_this()
H A Dsemantics.c1132 return void_node; in finish_break_stmt()
2273 if (expr_stmt == void_node) in empty_expr_stmt_p()
H A Dpt.c11706 return void_node; in expand_empty_fold()
13498 DECL_INITIAL (r) = void_node; in tsubst_decl()
15920 gcc_checking_assert (t == void_node && VOID_TYPE_P (TREE_TYPE (t))); in tsubst_copy()
18189 if (init == void_node) in tsubst_copy_and_build()
18968 stmt_expr = void_node; in tsubst_copy_and_build()
H A Dcp-tree.h6126 extern tree build_if_in_charge (tree true_stmt, tree false_stmt = void_node);
H A Dtypeck.c9207 retval = void_node; in check_return_expr()
H A Dcall.c8256 return force_target_expr (DECL_CONTEXT (fn), void_node, in build_over_call()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c3137 star_width = void_node; in parse_directive()
3220 star_width = void_node; in parse_directive()
3253 star_precision = void_node; in parse_directive()
H A Dtree.c9921 void_node = make_node (VOID_CST); in build_common_tree_nodes()
9922 TREE_TYPE (void_node) = void_type_node; in build_common_tree_nodes()
H A Dtree.h3815 #define void_node global_trees[TI_VOID] macro