Home
last modified time | relevance | path

Searched refs:PUSH_LOCAL (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c766 t = push_overloaded_decl (x, PUSH_LOCAL, is_friend); in pushdecl_maybe_friend()
1893 int doing_global = (namespace_bindings_p () || !(flags & PUSH_LOCAL)); in push_overloaded_decl()
2223 PUSH_LOCAL | PUSH_USING, in do_local_using_decl()
H A Dcp-tree.h3503 #define PUSH_LOCAL 1 /* Push the DECL into the current macro
H A DChangeLog-19996587 (PUSH_LOCAL): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c4726 PUSH_LOCAL | PUSH_USING);
H A Dcp-tree.h3501 #define PUSH_LOCAL 1 /* Push the DECL into the current macro
H A Ddecl.c4287 t = push_overloaded_decl (x, PUSH_LOCAL);
4893 int doing_global = (namespace_bindings_p () || !(flags & PUSH_LOCAL));
H A DChangeLog.26587 (PUSH_LOCAL): Likewise.