Searched refs:m_stat (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp54 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status)k;
57 p_e->m_stat = valid_entry_status;
H A Dconstructor_destructor_store_hash_fn_imps.hpp54 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
58 p_e->m_stat = valid_entry_status;
H A Dresize_no_store_hash_fn_imps.hpp61 switch(p_new_e->m_stat)
65 p_new_e->m_stat = valid_entry_status;
H A Dresize_store_hash_fn_imps.hpp62 switch(p_new_e->m_stat)
67 p_new_e->m_stat = valid_entry_status;
H A Derase_fn_imps.hpp52 _GLIBCXX_DEBUG_ASSERT(p_e->m_stat = valid_entry_status);
55 p_e->m_stat = erased_entry_status;
68 if (p_e->m_stat == valid_entry_status)
86 if (p_e->m_stat == valid_entry_status)
H A Ddebug_no_store_hash_fn_imps.hpp58 switch(p_e->m_stat)
H A Dtrace_fn_imps.hpp61 switch(m_entries[i].m_stat)
H A Ddebug_store_hash_fn_imps.hpp59 switch(p_e->m_stat)
H A Dinsert_no_store_hash_fn_imps.hpp66 switch(p_e->m_stat)
108 if (m_entries[pos].m_stat == valid_entry_status)
H A Derase_no_store_hash_fn_imps.hpp62 switch(p_e->m_stat)
H A Derase_store_hash_fn_imps.hpp61 switch(p_e->m_stat)
H A Dinsert_store_hash_fn_imps.hpp68 switch(p_e->m_stat)
115 if (p_e->m_stat == valid_entry_status)
H A Dresize_fn_imps.hpp105 a_entries_resized[i].m_stat = empty_entry_status;
136 if (m_entries[pos].m_stat == valid_entry_status)
H A Dconstructor_destructor_fn_imps.hpp153 m_entries[i].m_stat = (entry_status)empty_entry_status;
159 m_entries[i].m_stat = other.m_entries[i].m_stat;
160 if (m_entries[i].m_stat == valid_entry_status)
213 if (p_e->m_stat == valid_entry_status)
227 m_entries[i].m_stat = empty_entry_status;
H A Dgp_ht_map_.hpp146 entry_status m_stat; member in struct:pb_ds::detail::PB_DS_CLASS_NAME::entry
404 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
410 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
414 p_e->m_stat = valid_entry_status;
426 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat !=
433 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat !=
439 p_e->m_stat = valid_entry_status;
459 if (p_e->m_stat != valid_entry_status)
474 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status)
496 switch (p_e->m_stat)
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp299 err = atf_fs_stat_init(&m_stat, p.c_path());
306 atf_fs_stat_copy(&m_stat, &fi.m_stat);
311 atf_fs_stat_fini(&m_stat);
318 return atf_fs_stat_get_device(&m_stat);
325 return atf_fs_stat_get_inode(&m_stat);
332 return atf_fs_stat_get_mode(&m_stat);
339 return atf_fs_stat_get_size(&m_stat);
346 return atf_fs_stat_get_type(&m_stat);
353 return atf_fs_stat_is_owner_readable(&m_stat);
[all...]
H A Dfs.hpp211 atf_fs_stat_t m_stat; member in class:atf::fs::file_info
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp324 StatT m_stat;
349 StatT const& get_stat() const { return m_stat; }
362 : name(other.name), fd(other.fd), m_stat(other.m_stat),
471 m_stat = {};
473 if (::fstat(fd, &m_stat) == -1)
475 m_status = create_file_status(m_ec, name, m_stat, &ec);

Completed in 207 milliseconds