Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp51 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.hpp51 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
H A Dcc_ht_map_.hpp284 { return insert_imp(r_val, traits_base::m_store_extra_indicator); } in insert()
433 insert_imp(const_reference, false_type);
436 insert_imp(const_reference, true_type);
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp294 return insert_imp(r_val, traits_base::m_store_extra_indicator); in insert()
396 insert_imp(const_reference, false_type);
399 insert_imp(const_reference, true_type);
H A Dinsert_no_store_hash_fn_imps.hpp102 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.hpp107 insert_imp(const_reference r_val, true_type) in insert_imp() function in PB_DS_CLASS_C_DEC
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSmallPtrSet.h126 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { in insert_imp() function
372 auto p = insert_imp(PtrTraits::getAsVoidPointer(Ptr));