Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.c486 tree in_namespace = NULL_TREE; in do_friend() local
494 in_namespace = scope; in do_friend()
628 else if (current_function_decl && !in_namespace) in do_friend()
H A Dfriend.cc504 tree in_namespace = NULL_TREE; in do_friend() local
512 in_namespace = scope; in do_friend()
633 else if (current_function_decl && !in_namespace) in do_friend()
H A Ddecl.c9462 tree in_namespace, in grokfndecl() argument
9623 if (in_namespace) in grokfndecl()
9761 if (in_namespace == NULL_TREE in grokfndecl()
11083 tree in_namespace = NULL_TREE; in grokdeclarator() local
11209 in_namespace = qualifying_scope; in grokdeclarator()
11503 && in_namespace == NULL_TREE in grokdeclarator()
12402 if (funcdef_flag && in_namespace) in grokdeclarator()
12412 in_namespace); in grokdeclarator()
13131 if (ctype || in_namespace) in grokdeclarator()
13239 else if (in_namespace && !friendp) in grokdeclarator()
[all …]
H A Ddecl.cc10086 tree in_namespace, in grokfndecl() argument
10250 if (in_namespace) in grokfndecl()
10380 if (in_namespace == NULL_TREE in grokfndecl()
11750 tree in_namespace = NULL_TREE; in grokdeclarator() local
11880 in_namespace = qualifying_scope; in grokdeclarator()
12189 && in_namespace == NULL_TREE in grokdeclarator()
13092 if (funcdef_flag && in_namespace) in grokdeclarator()
13102 in_namespace); in grokdeclarator()
13830 if (ctype || in_namespace) in grokdeclarator()
13948 else if (in_namespace && !friendp) in grokdeclarator()
[all …]
H A DChangeLog127 * decl.cc (grokdeclarator): Pass down in_namespace.
H A DChangeLog-19984637 (lang_decl_flags): Remove in_namespace.
4776 (build_lang_decl): Don't set in_namespace anymore.
5903 (struct lang_decl_flags): New field in_namespace.
H A DChangeLog-20205404 guide declared in different scope if in_namespace is NULL_TREE.
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c486 tree in_namespace = NULL_TREE; in do_friend() local
494 in_namespace = scope; in do_friend()
628 else if (current_function_decl && !in_namespace) in do_friend()
H A Ddecl.c9462 tree in_namespace, in grokfndecl() argument
9623 if (in_namespace) in grokfndecl()
9761 if (in_namespace == NULL_TREE in grokfndecl()
11083 tree in_namespace = NULL_TREE; in grokdeclarator() local
11209 in_namespace = qualifying_scope; in grokdeclarator()
11503 && in_namespace == NULL_TREE in grokdeclarator()
12402 if (funcdef_flag && in_namespace) in grokdeclarator()
12412 in_namespace); in grokdeclarator()
13131 if (ctype || in_namespace) in grokdeclarator()
13239 else if (in_namespace && !friendp) in grokdeclarator()
[all …]