Home
last modified time | relevance | path

Searched refs:size_zero_node (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/gcc/cp/
H A Dcp-objcp-common.c106 ? size_zero_node in cp_expr_size()
H A Dcp-gimplify.c830 size_zero_node, NULL, NULL); in cxx_omp_clause_apply_fn()
833 size_zero_node, NULL, NULL); in cxx_omp_clause_apply_fn()
H A Dclass.c2200 delta = size_zero_node; in update_vtable_entry_for_fn()
3326 for (index = size_zero_node; in walk_subobject_offsets()
3543 (binfo, size_diffop (size_zero_node, BINFO_OFFSET (binfo))); in layout_empty_base()
3650 size_zero_node, in build_base_field()
4448 tree result = size_zero_node; in end_of_class()
4860 TYPE_SIZE_UNIT (base_t) = size_zero_node; in layout_class_type()
5240 TYPE_SIZE_UNIT (t) = size_zero_node; in finish_struct()
5459 sizeof_biggest_empty_class = size_zero_node; in init_class_processing()
6734 index = size_zero_node; in build_vtt()
7319 init = size_zero_node; in build_vtbl_initializer()
[all …]
H A Dinit.c242 if (tree_int_cst_equal (size_zero_node, max_index)) in build_zero_init()
243 ce->index = size_zero_node; in build_zero_init()
245 ce->index = build2 (RANGE_EXPR, sizetype, size_zero_node, in build_zero_init()
H A DChangeLog-19961594 * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
2108 * class.c (set_rtti_entry): Use size_zero_node.
2113 * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
H A DChangeLog-20005375 * typeck.c (require_complete_type): Don't assume size_zero_node.
5832 (layout_class_type): Use size_zero_node.
5851 size_one_node and size_zero_node.
H A Dtypeck.c6165 result = size_diffop (size_zero_node, BINFO_OFFSET (binfo)); in get_delta_difference()
H A Ddecl.c10494 BINFO_OFFSET (binfo) = size_zero_node; in xref_basetypes()
H A DChangeLog-19996254 size_zero_node to mean incomplete type.
/freebsd-12.1/contrib/gcc/
H A Dtree-object-size.c96 return size_zero_node; in compute_object_offset()
205 bytes = size_zero_node; in addr_object_size()
1029 result = size_zero_node; in compute_object_sizes()
H A Dstor-layout.c537 rli->offset = size_zero_node; in start_record_layout()
774 DECL_FIELD_OFFSET (field) = size_zero_node; in place_union_field()
1752 length = size_binop (MAX_EXPR, length, size_zero_node); in layout_type()
H A Dc-decl.c4861 itype = build_range_type (sizetype, size_zero_node, NULL_TREE); in grokdeclarator()
4873 itype = build_range_type (sizetype, size_zero_node, NULL_TREE); in grokdeclarator()
4885 itype = build_range_type (sizetype, size_zero_node, in grokdeclarator()
4927 TYPE_SIZE_UNIT (type) = size_zero_node; in grokdeclarator()
4934 TYPE_SIZE_UNIT (type) = size_zero_node; in grokdeclarator()
6620 c_break_label = c_cont_label = size_zero_node; in start_function()
8169 c_break_label = c_cont_label = size_zero_node; in start_block_helper_function()
H A Dc-common.c3018 value = size_zero_node; in c_sizeof_or_alignof_type()
6412 return size_zero_node; in fold_offsetof_1()
6429 return size_zero_node; in fold_offsetof_1()
6434 gcc_assert (base == error_mark_node || base == size_zero_node); in fold_offsetof_1()
6528 maxindex = size_zero_node; in complete_array_type()
H A Dtree.c1758 return size_zero_node; in size_in_bytes()
5137 TYPE_MIN_VALUE (itype) = size_zero_node; in build_index_type()
6566 size_zero_node = size_int (0); in build_common_tree_nodes_2()
6999 return build1 (NOP_EXPR, void_type_node, size_zero_node); in build_empty_stmt()
H A Dgimplify.c3246 tree min_val = size_zero_node; in fold_indirect_ref_rhs()
3258 tree min_val = size_zero_node; in fold_indirect_ref_rhs()
H A Dtree-vect-transform.c1850 tree tmis = (mis == -1 ? size_zero_node : size_int (mis)); in vectorizable_load()
H A Dexpr.c5657 tree offset = size_zero_node; in get_inner_reference()
8927 *ptr_offset = size_zero_node; in string_constant()
8933 offset = size_zero_node; in string_constant()
H A Demit-rtl.c1580 tree off_tree = size_zero_node; in set_mem_attributes_minus_bitpos()
H A Dtree.h3396 #define size_zero_node global_trees[TI_SIZE_ZERO] macro
H A Dfold-const.c13314 tree min_val = size_zero_node; in fold_indirect_ref_1()
13350 tree min_val = size_zero_node; in fold_indirect_ref_1()
H A Dc-parser.c9349 c_break_label = c_cont_label = size_zero_node; in c_parser_block_literal_expr()
H A Dbuiltins.c4308 t = fold_build3 (COND_EXPR, sizetype, t, size_zero_node, in std_gimplify_va_arg_expr()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c7894 return build_array_type (record, build_index_type (size_zero_node)); in s390_build_builtin_va_list()
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi1996 value one. The @code{size_zero_node} and @code{size_one_node} variables
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4435 return build_array_type (record, build_index_type (size_zero_node)); in ix86_build_builtin_va_list()

12