Searched refs:size_unit (Results 1 – 13 of 13) sorted by relevance
450 char size_unit = 'K'; in format_next_process() local467 size_unit = 'M'; in format_next_process()480 size_unit, /* K or M */ in format_next_process()
544 char size_unit = 'K'; local560 size_unit = 'M';573 size_unit, /* K or M */
1668 tree size_unit; member1821 tree size_unit; member
1988 tree size_unit = TYPE_SIZE_UNIT (type); in finalize_type_size() local2001 TYPE_SIZE_UNIT (variant) = size_unit; in finalize_type_size()
1683 tree size_unit = TREE_CODE (var) == SSA_NAME in defer_stack_allocation() local1691 = (poly_int_tree_p (size_unit, &size) in defer_stack_allocation()
2090 #define TYPE_SIZE_UNIT(NODE) (TYPE_CHECK (NODE)->type_common.size_unit)2629 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit)
12007 (struct tree_type): Add size_unit member.
28165 (struct tree_decl): New field size_unit.
7501 * tree-inline.c (remap_decl): Don't copy size and size_unit here.
63 (INSTANCE_METHOD_OR_CLASS_METHOD_DECL_CHECK (DECL)->decl_common.size_unit)
5851 WT (t->type_common.size_unit); in core_vals()5872 WT (t->decl_common.size_unit); in core_vals()6375 RT (t->type_common.size_unit); in core_vals()6391 RT (t->decl_common.size_unit); in core_vals()11778 tree size_unit = tree_node (); in read_class_def() local11886 TYPE_SIZE_UNIT (type) = size_unit; in read_class_def()
1456 * cp-tree.h (lang_type_class): Remove size, size_unit. Add
6052 * cp-tree.h (struct lang_type): New field size_unit.