Home
last modified time | relevance | path

Searched refs:attached_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2705 static attached_map_t *attached_table; variable
7711 auto *attach_vec = attached_table->get (inner); in decl_value()
8008 auto &set = attached_table->get_or_insert (STRIP_TEMPLATE (existing), in decl_value()
10504 auto *root = attached_table->get (scope); in key_mergeable()
10784 if (auto *set = attached_table->get (name)) in key_mergeable()
18587 if (!attached_table) in maybe_attach_decl()
18588 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in maybe_attach_decl()
18590 auto &vec = attached_table->get_or_insert (ctx); in maybe_attach_decl()
18904 if (!attached_table) in direct_import()
18905 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in direct_import()
[all …]
H A DChangeLog-20214272 (attached_table): Use attached_map_t. Adjust uses ...