Searched refs:anonymous_namespace_name (Results 1 – 12 of 12) sorted by relevance
239 else if (t == anonymous_namespace_name)
889 if (DECL_NAME (t) == anonymous_namespace_name)
263 tree anonymous_namespace_name; variable2477 if (!anonymous_namespace_name)2478 anonymous_namespace_name = get_file_function_name ('N');2479 name = anonymous_namespace_name;
3205 extern GTY(()) tree anonymous_namespace_name;
8819 * cp-tree.h (anonymous_namespace_name): Declare.8821 (push_namespace): Use anonymous_namespace_name, rather than local8824 anonymous_namespace_name, call it {anonymous}.
62 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()
2031 * cp-tree.h (anonymous_namespace_name): Declare.2033 (push_namespace): Use anonymous_namespace_name, rather than local2036 anonymous_namespace_name, call it {anonymous}.
424 * cp-tree.h: Don't declare anonymous_namespace_name.
5396 * name-lookup.c (anonymous_namespace_name): Make static.
649 will have a @code{DECL_NAME} equal to @code{anonymous_namespace_name}.
646 will have a @code{DECL_NAME} equal to @code{anonymous_namespace_name}.
4471 `anonymous_namespace_name'. Within a single translation unit, all