Home
last modified time | relevance | path

Searched refs:DECL_ANON_UNION_VAR_P (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Ddecl2.c1059 DECL_ANON_UNION_VAR_P (decl) = 1; in build_anon_union_vars()
Dcp-tree.h2126 #define DECL_ANON_UNION_VAR_P(NODE) \ macro
Ddecl.c2188 if (DECL_ANON_UNION_VAR_P (newdecl) in redeclaration_error_message()
2189 || DECL_ANON_UNION_VAR_P (olddecl)) in redeclaration_error_message()
Dtypeck.c6920 && ! DECL_ANON_UNION_VAR_P (retval) in check_return_expr()
DChangeLog137 (DECL_ANON_UNION_VAR_P): New macro.
143 * decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.