Searched refs:attached_table (Results 1 – 2 of 2) sorted by relevance
2705 static attached_map_t *attached_table; variable7711 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 …]
4272 (attached_table): Use attached_map_t. Adjust uses ...