Searched refs:address_map (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcontext.hh80 address_map (30),
87 hash_table<decl_addr_hasher> address_map; member in struct:cc1_plugin::plugin_context
H A Dcontext.cc113 for (const auto &item : address_map)
H A Dlibcc1plugin.cc149 decl_addr_value *found_value = ctx->address_map.find (&value);
165 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
274 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
H A Dlibcp1plugin.cc541 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
565 decl_addr_value *found_value = ctx->address_map.find (&value);
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc177 hash_table<decl_addr_hasher> address_map;
233 address_map (30),
242 for (hash_table<decl_addr_hasher>::iterator it = address_map.begin ();
243 it != address_map.end ();
308 decl_addr_value *found_value = ctx->address_map.find (&value);
324 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
433 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
171 hash_table<decl_addr_hasher> address_map; member in struct:plugin_context
H A Dlibcp1plugin.cc167 hash_table<decl_addr_hasher> address_map;
223 address_map (30),
232 for (hash_table<decl_addr_hasher>::iterator it = address_map.begin ();
233 it != address_map.end ();
700 decl_addr_value **slot = ctx->address_map.find_slot (&value, INSERT);
724 decl_addr_value *found_value = ctx->address_map.find (&value);
162 hash_table<decl_addr_hasher> address_map; member in struct:plugin_context

Completed in 292 milliseconds