Home
last modified time | relevance | path

Searched refs:size_unit (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/bsd/top/dist/machine/
Dm_aix43.c450 char size_unit = 'K'; in format_next_process() local
467 size_unit = 'M'; in format_next_process()
480 size_unit, /* K or M */ in format_next_process()
Dm_aix5.c544 char size_unit = 'K'; local
560 size_unit = 'M';
573 size_unit, /* K or M */
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h1668 tree size_unit; member
1821 tree size_unit; member
Dstor-layout.cc1988 tree size_unit = TYPE_SIZE_UNIT (type); in finalize_type_size() local
2001 TYPE_SIZE_UNIT (variant) = size_unit; in finalize_type_size()
Dcfgexpand.cc1683 tree size_unit = TREE_CODE (var) == SSA_NAME in defer_stack_allocation() local
1691 = (poly_int_tree_p (size_unit, &size) in defer_stack_allocation()
Dtree.h2090 #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)
DChangeLog-199812007 (struct tree_type): Add size_unit member.
DChangeLog-200028165 (struct tree_decl): New field size_unit.
DChangeLog-20017501 * tree-inline.c (remap_decl): Don't copy size and size_unit here.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.h63 (INSTANCE_METHOD_OR_CLASS_METHOD_DECL_CHECK (DECL)->decl_common.size_unit)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc5851 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() local
11886 TYPE_SIZE_UNIT (type) = size_unit; in read_class_def()
DChangeLog-20021456 * cp-tree.h (lang_type_class): Remove size, size_unit. Add
DChangeLog-20006052 * cp-tree.h (struct lang_type): New field size_unit.