Home
last modified time | relevance | path

Searched refs:insert_imp (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp314 { return insert_imp(r_val, traits_base::m_store_extra_indicator); } in insert()
468 insert_imp(const_reference, false_type);
471 insert_imp(const_reference, true_type);
H A Dinsert_no_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, false_type) in insert_imp() function in PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp330 return insert_imp(r_val, traits_base::m_store_extra_indicator); in insert()
432 insert_imp(const_reference, false_type);
435 insert_imp(const_reference, true_type);
H A Dinsert_no_store_hash_fn_imps.hpp98 insert_imp(const_reference r_val, false_type) in insert_imp() function in PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp103 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp314 { return insert_imp(r_val, traits_base::m_store_extra_indicator); } in insert()
468 insert_imp(const_reference, false_type);
471 insert_imp(const_reference, true_type);
H A Dinsert_no_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, false_type) in insert_imp() function in PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp47 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp330 return insert_imp(r_val, traits_base::m_store_extra_indicator); in insert()
432 insert_imp(const_reference, false_type);
435 insert_imp(const_reference, true_type);
H A Dinsert_no_store_hash_fn_imps.hpp98 insert_imp(const_reference r_val, false_type) in insert_imp() function in PB_DS_CLASS_C_DEC
H A Dinsert_store_hash_fn_imps.hpp103 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h125 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { in insert_imp() function
365 auto p = insert_imp(PtrTraits::getAsVoidPointer(Ptr));