Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c2136 CLASSTYPE_DECL_LIST (t) = NULL_TREE;
2802 CLASSTYPE_DECL_LIST (type)
2804 t, CLASSTYPE_DECL_LIST (type));
5486 CLASSTYPE_DECL_LIST (t) = nreverse (CLASSTYPE_DECL_LIST (t));
H A Dsemantics.c1758 CLASSTYPE_DECL_LIST (t) = NULL_TREE;
H A Dpt.c5308 CLASSTYPE_DECL_LIST (type) = CLASSTYPE_DECL_LIST (pattern);
5475 for (member = CLASSTYPE_DECL_LIST (pattern); member; member = TREE_CHAIN (member))
H A Dcp-tree.h1357 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list) macro
H A DChangeLog2387 (CLASSTYPE_DECL_LIST): New macro.
2389 * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
2390 (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
2398 (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
2399 * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
/openbsd/gnu/gcc/gcc/cp/
H A Dclass.c2515 CLASSTYPE_DECL_LIST (type) in maybe_add_class_template_decl_list()
2517 t, CLASSTYPE_DECL_LIST (type)); in maybe_add_class_template_decl_list()
5169 CLASSTYPE_DECL_LIST (t) = nreverse (CLASSTYPE_DECL_LIST (t)); in unreverse_member_declarations()
H A DChangeLog-2002976 (CLASSTYPE_DECL_LIST): New macro.
978 * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
979 (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
987 (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
988 * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
H A Dcp-tree.h1225 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list) macro
H A Dpt.c5828 for (member = CLASSTYPE_DECL_LIST (pattern); in instantiate_class_template()