Home
last modified time | relevance | path

Searched refs:typedecl (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dfriend.c138 tree typedecl; local
145 typedecl = TYPE_MAIN_DECL (type);
146 list = DECL_FRIENDLIST (typedecl);
148 type = TREE_TYPE (typedecl);
178 DECL_FRIENDLIST (typedecl)
180 DECL_FRIENDLIST (typedecl));
Dpt.c5214 tree typedecl; local
5639 typedecl = TYPE_MAIN_DECL (type);
5640 lineno = DECL_SOURCE_LINE (typedecl);
5641 input_filename = DECL_SOURCE_FILE (typedecl);
/openbsd/src/gnu/gcc/gcc/cp/
Dfriend.c134 tree typedecl; in add_friend() local
142 typedecl = TYPE_MAIN_DECL (type); in add_friend()
143 list = DECL_FRIENDLIST (typedecl); in add_friend()
145 type = TREE_TYPE (typedecl); in add_friend()
178 DECL_FRIENDLIST (typedecl) in add_friend()
180 DECL_FRIENDLIST (typedecl)); in add_friend()
Dpt.c5675 tree typedecl; in instantiate_class_template() local
5743 typedecl = TYPE_MAIN_DECL (type); in instantiate_class_template()
5744 input_location = DECL_SOURCE_LOCATION (typedecl); in instantiate_class_template()
5745 in_system_header = DECL_IN_SYSTEM_HEADER (typedecl); in instantiate_class_template()
6094 input_location = DECL_SOURCE_LOCATION (typedecl); in instantiate_class_template()