Home
last modified time | relevance | path

Searched refs:anonymous_namespace_name (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c239 else if (t == anonymous_namespace_name)
H A Derror.c889 if (DECL_NAME (t) == anonymous_namespace_name)
H A Ddecl.c263 tree anonymous_namespace_name; variable
2477 if (!anonymous_namespace_name)
2478 anonymous_namespace_name = get_file_function_name ('N');
2479 name = anonymous_namespace_name;
H A Dcp-tree.h3205 extern GTY(()) tree anonymous_namespace_name;
H A DChangeLog.28819 * cp-tree.h (anonymous_namespace_name): Declare.
8821 (push_namespace): Use anonymous_namespace_name, rather than local
8824 anonymous_namespace_name, call it {anonymous}.
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c62 static GTY(()) tree anonymous_namespace_name;
3016 if (!anonymous_namespace_name) in push_namespace_with_attribs()
3017 anonymous_namespace_name = get_file_function_name ('N'); in push_namespace_with_attribs()
3018 name = anonymous_namespace_name; in push_namespace_with_attribs()
H A DChangeLog-19982031 * cp-tree.h (anonymous_namespace_name): Declare.
2033 (push_namespace): Use anonymous_namespace_name, rather than local
2036 anonymous_namespace_name, call it {anonymous}.
H A DChangeLog-2003424 * cp-tree.h: Don't declare anonymous_namespace_name.
H A DChangeLog-20045396 * name-lookup.c (anonymous_namespace_name): Make static.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi649 will have a @code{DECL_NAME} equal to @code{anonymous_namespace_name}.
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi646 will have a @code{DECL_NAME} equal to @code{anonymous_namespace_name}.
H A Dgccint.info4471 `anonymous_namespace_name'. Within a single translation unit, all