Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c75 static void do_nonmember_using_decl PARAMS ((tree, tree, tree, tree,
4550 do_nonmember_using_decl (scope, name, oldval, oldtype, newval, newtype) in do_nonmember_using_decl() function
4677 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
4707 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
H A DChangeLog1409 * decl2.c (do_nonmember_using_decl): Correct handling of
1426 * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
1432 * decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.
1542 (do_nonmember_using_decl): Adjust local variable type. Allocate
4852 * decl2.c (do_nonmember_using_decl): If a using declaration
7080 * decl2.c (do_nonmember_using_decl): Replace using directive
8866 * decl2.c (do_nonmember_using_decl): Don't complain if we find
10454 * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
H A DChangeLog.22613 (do_nonmember_using_decl): Remove call to binding_init.
5766 do_nonmember_using_decl): Add static prototype.
6600 (do_nonmember_using_decl): Check for illegal using declarations
9914 * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
10080 (do_nonmember_using_decl): New function.
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c2069 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype, in do_nonmember_using_decl() function
2204 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype); in do_local_using_decl()
3315 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype); in do_toplevel_using_decl()
H A DChangeLog-2003954 (do_nonmember_using_decl): Likewise.
5189 (do_nonmember_using_decl): Adjust local variable type. Allocate
5221 * decl2.c (do_nonmember_using_decl): Correct handling of
5236 * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
5250 * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
5254 * decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.
H A DChangeLog-2004295 * name-lookup.c (do_nonmember_using_decl): A real function
1531 do_nonmember_using_decl, lookup_tag, set_decl_namespace,
5304 (do_nonmember_using_decl): Use a scope_binding instead of a
5625 * name-lookup.c (do_nonmember_using_decl): If a using declaration
H A DChangeLog4553 (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
4555 (do_nonmember_using_decl): Likewise.
5461 * name-lookup.c (do_nonmember_using_decl): Ignore builtin
6821 * name-lookup.c (do_nonmember_using_decl): Avoid overloading
H A DChangeLog-20011103 * decl2.c (do_nonmember_using_decl): Replace using directive
2889 * decl2.c (do_nonmember_using_decl): Don't complain if we find
H A DChangeLog-19992613 (do_nonmember_using_decl): Remove call to binding_init.
5766 do_nonmember_using_decl): Add static prototype.
6600 (do_nonmember_using_decl): Check for illegal using declarations
H A DChangeLog-2002217 validate_nonmember_using_decl, do_nonmember_using_decl,
3449 * decl2.c (do_nonmember_using_decl): If a using declaration
H A DChangeLog-19983126 * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
3292 (do_nonmember_using_decl): New function.
H A DChangeLog-2000582 * decl2.c (do_nonmember_using_decl): Allow `extern "C"'