Home
last modified time | relevance | path

Searched refs:do_pushtag (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20181130 * name-lookup.c (do_pushtag): Call determine_local_discrimiator.
2302 * name-lookup.c (do_pushtag): If we skip a class level, also skip
2483 * name-lookup.c (do_pushtag): Don't look through complete types, but
2492 * name-lookup.c (do_pushtag): Don't give a lambda DECL_CONTEXT of a
3554 * name-lookup.c (do_pushtag): Tweak message, use %< and %>.
3970 * name-lookup.c (do_pushtag): Permit lambdas to be pushed into
5063 * name-lookup.c (do_pushtag): Don't add closures to local_classes.
H A DChangeLog-2020319 (do_pushtag): Call set_originating_module.
364 (do_pushtag): Adjust set_identifier_type_value_with_scope handling.
1724 (do_pushtag): Likewise.
1862 (do_pushtag): Likewise.
2002 (do_pushtag): Drop DECL_ANTICIPATED setting.
2199 (do_pushtag): Use TAG_how, not tag_scope. Adjust.
H A DChangeLog-20214784 (do_pushtag): Only set_identifier_type_value_with_scope at
4836 (do_pushtag): Use REAL_IDENTIFIER_TYPE_VALUE.
H A DChangeLog-2017642 * name-lookup.c (do_pushtag): Don't deal with ts_lambda here.
3294 (do_pushtag): ... here. Adjust do_pushdecl_with_scope call.
H A DChangeLog-20194671 * name-lookup.c (do_pushtag): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6819 do_pushtag (tree name, tree type, tag_scope scope) in do_pushtag() function
6995 ret = do_pushtag (name, type, scope); in pushtag()