/openbsd/gnu/gcc/gcc/cp/ |
H A D | cp-objcp-common.c | 106 ? size_zero_node in cp_expr_size()
|
H A D | cp-gimplify.c | 791 size_zero_node, NULL, NULL); in cxx_omp_clause_apply_fn() 794 size_zero_node, NULL, NULL); in cxx_omp_clause_apply_fn()
|
H A D | class.c | 2187 delta = size_zero_node; in update_vtable_entry_for_fn() 3306 for (index = size_zero_node; in walk_subobject_offsets() 3523 (binfo, size_diffop (size_zero_node, BINFO_OFFSET (binfo))); in layout_empty_base() 3630 size_zero_node, in build_base_field() 4419 tree result = size_zero_node; in end_of_class() 4831 TYPE_SIZE_UNIT (base_t) = size_zero_node; in layout_class_type() 5211 TYPE_SIZE_UNIT (t) = size_zero_node; in finish_struct() 5430 sizeof_biggest_empty_class = size_zero_node; in init_class_processing() 6705 index = size_zero_node; in build_vtt() 7290 init = size_zero_node; in build_vtbl_initializer() [all …]
|
H A D | init.c | 242 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()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-object-size.c | 96 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 D | stor-layout.c | 537 rli->offset = size_zero_node; in start_record_layout() 774 DECL_FIELD_OFFSET (field) = size_zero_node; in place_union_field() 1750 length = size_binop (MAX_EXPR, length, size_zero_node); in layout_type()
|
H A D | c-decl.c | 4335 itype = build_range_type (sizetype, size_zero_node, NULL_TREE); in grokdeclarator() 4347 itype = build_range_type (sizetype, size_zero_node, NULL_TREE); in grokdeclarator() 4359 itype = build_range_type (sizetype, size_zero_node, in grokdeclarator() 4401 TYPE_SIZE_UNIT (type) = size_zero_node; in grokdeclarator() 4408 TYPE_SIZE_UNIT (type) = size_zero_node; in grokdeclarator() 6029 c_break_label = c_cont_label = size_zero_node; in start_function()
|
H A D | c-common.c | 2934 value = size_zero_node; in c_sizeof_or_alignof_type() 6042 return size_zero_node; in fold_offsetof_1() 6059 return size_zero_node; in fold_offsetof_1() 6064 gcc_assert (base == error_mark_node || base == size_zero_node); in fold_offsetof_1() 6158 maxindex = size_zero_node; in complete_array_type()
|
H A D | tree.c | 1750 return size_zero_node; in size_in_bytes() 5106 TYPE_MIN_VALUE (itype) = size_zero_node; in build_index_type() 6542 size_zero_node = size_int (0); in build_common_tree_nodes_2() 6971 return build1 (NOP_EXPR, void_type_node, size_zero_node); in build_empty_stmt()
|
H A D | gimplify.c | 3248 tree min_val = size_zero_node; in fold_indirect_ref_rhs() 3260 tree min_val = size_zero_node; in fold_indirect_ref_rhs()
|
H A D | tree-vect-transform.c | 1850 tree tmis = (mis == -1 ? size_zero_node : size_int (mis)); in vectorizable_load()
|
H A D | expr.c | 5661 tree offset = size_zero_node; in get_inner_reference() 8882 *ptr_offset = size_zero_node; in string_constant() 8888 offset = size_zero_node; in string_constant()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | class.c | 2471 delta = size_zero_node; 3648 for (index = size_zero_node; 3846 BINFO_OFFSET (binfo) = size_zero_node; 3949 size_zero_node, in build_base_field() 4829 tree result = size_zero_node; 5170 TYPE_SIZE_UNIT (base_t) = size_zero_node; in layout_class_type() 7227 index = size_zero_node; 7869 init = size_zero_node; 7901 if (init == size_zero_node)
|
H A D | lex.c | 1513 TYPE_BINFO (t) = make_binfo (size_zero_node, t, NULL_TREE, NULL_TREE);
|
H A D | init.c | 256 sizetype, size_zero_node, max_index); in build_zero_init() 2518 use_cookie ? cookie_size : size_zero_node);
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | decl.c | 477 size_zero_node = size_int (0); in java_init_decl_processing() 498 empty_stmt_node = build1 (NOP_EXPR, void_type_node, size_zero_node); in java_init_decl_processing()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stor-layout.c | 545 rli->offset = size_zero_node; 826 DECL_FIELD_OFFSET (field) = size_zero_node;
|
H A D | tree.c | 1179 return size_zero_node; 3570 TYPE_MIN_VALUE (itype) = size_zero_node; 4766 size_zero_node = size_int (0);
|
H A D | builtins.c | 3211 rounded_size = size_zero_node; 3230 size_zero_node,
|
H A D | c-decl.c | 4149 itype = build_range_type (sizetype, size_zero_node, NULL_TREE); 4183 TYPE_SIZE_UNIT (type) = size_zero_node;
|
H A D | tree.h | 2045 #define size_zero_node global_trees[TI_SIZE_ZERO] macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.c | 880 rounded_size = size_zero_node; 920 size_zero_node,
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.c | 2702 tree passed_size = size_zero_node; 2717 rounded_size = size_zero_node;
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 1303 BINFO_OFFSET (binfo) = size_zero_node; in objc_xref_basetypes() 6541 t = build3 (OBJ_TYPE_REF, sender_cast, method, lookup_object, size_zero_node); in build_objc_method_call() 9457 TREE_VALUE (params), size_zero_node); in objc_rewrite_function_call()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | d30v.c | 2221 return build_array_type (record, build_index_type (size_zero_node)); in d30v_build_va_list()
|