Searched refs:void_node (Results 1 – 19 of 19) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ubsan.c | 107 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 D | constexpr.c | 1397 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 D | init.c | 2343 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 D | cvt.c | 1437 expr = void_node; in convert_to_void() 1567 expr = void_node; in convert_to_void()
|
H A D | lambda.c | 1538 **use = void_node; in prune_lambda_captures()
|
H A D | tree.c | 3982 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 D | typeck2.c | 2139 return void_node; in build_functional_cast()
|
H A D | cxx-pretty-print.c | 690 else if (init == void_node) in pp_cxx_new_expression()
|
H A D | cp-gimplify.c | 2220 && op0 != void_node) in cp_fold()
|
H A D | mangle.c | 3151 if (init && init != void_node) in write_expression()
|
H A D | decl.c | 8112 return void_node; in register_dtor_fn() 8351 void_node, in expand_static_init() 14897 return void_node; in build_clobber_this()
|
H A D | semantics.c | 1132 return void_node; in finish_break_stmt() 2273 if (expr_stmt == void_node) in empty_expr_stmt_p()
|
H A D | pt.c | 11706 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 D | cp-tree.h | 6126 extern tree build_if_in_charge (tree true_stmt, tree false_stmt = void_node);
|
H A D | typeck.c | 9207 retval = void_node; in check_return_expr()
|
H A D | call.c | 8256 return force_target_expr (DECL_CONTEXT (fn), void_node, in build_over_call()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-ssa-sprintf.c | 3137 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 D | tree.c | 9921 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 D | tree.h | 3815 #define void_node global_trees[TI_VOID] macro
|