Home
last modified time | relevance | path

Searched refs:CLASSTYPE_AS_BASE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c255 && CLASSTYPE_AS_BASE (TYPE_CONTEXT (t)) == t) in cp_dump_tree()
H A Dcp-tree.h1286 #define CLASSTYPE_AS_BASE(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->as_base) macro
1293 && CLASSTYPE_AS_BASE (TYPE_CONTEXT (NODE)) == (NODE))
1297 #define CLASSTYPE_SIZE(NODE) TYPE_SIZE (CLASSTYPE_AS_BASE (NODE))
1298 #define CLASSTYPE_SIZE_UNIT(NODE) TYPE_SIZE_UNIT (CLASSTYPE_AS_BASE (NODE))
1299 #define CLASSTYPE_ALIGN(NODE) TYPE_ALIGN (CLASSTYPE_AS_BASE (NODE))
1300 #define CLASSTYPE_USER_ALIGN(NODE) TYPE_USER_ALIGN (CLASSTYPE_AS_BASE (NODE))
H A Dclass.c3609 decl = build_decl (FIELD_DECL, NULL_TREE, CLASSTYPE_AS_BASE (basetype)); in build_base_field()
4552 CLASSTYPE_AS_BASE (rli->t) != NULL_TREE); in include_empty_classes()
4914 CLASSTYPE_AS_BASE (t) = base_t; in layout_class_type()
4918 CLASSTYPE_AS_BASE (t) = t; in layout_class_type()
5053 if (CLASSTYPE_AS_BASE (t) != t) in finish_struct_1()
5056 compute_record_mode (CLASSTYPE_AS_BASE (t)); in finish_struct_1()
6523 (unsigned long)(tree_low_cst (TYPE_SIZE (CLASSTYPE_AS_BASE (t)), 0) in dump_class_hierarchy_1()
6525 (unsigned long)(TYPE_ALIGN (CLASSTYPE_AS_BASE (t)) in dump_class_hierarchy_1()
H A Drtti.c1146 CLASSTYPE_AS_BASE (pseudo_type) = pseudo_type; in create_pseudo_type_info()
H A DChangeLog.apple207 * parser.c (build_block_struct_type): Set CLASSTYPE_AS_BASE.
H A Dcall.c5024 tree as_base = CLASSTYPE_AS_BASE (type); in build_over_call()
H A DChangeLog-2003255 CLASSTYPE_AS_BASE.
256 * call.c (build_over_call): Use CLASSTYPE_AS_BASE for trivial
H A DChangeLog-20021462 (CLASSTYPE_AS_BASE): New macro.
H A Dparser.c20250 CLASSTYPE_AS_BASE (main_type) = main_type; in build_block_descriptor_type()