Searched refs:is_empty (Results 1 - 13 of 13) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh31 while (is_empty()) {
46 if (is_empty()) {
62 return !is_empty();
H A Dfifo_peek.hh30 while (is_empty()) {
70 return !is_empty();
H A Dfifo.hh114 if (is_empty())
164 bool is_empty() const { return used() == 0; } function in class:tlm::tlm_fifo
H A Dcircular_buffer.hh41 bool is_empty() const { return used() == 0; } function in class:tlm::circular_buffer
97 if (is_empty()) {
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_peek.h30 while( is_empty() ) {
79 return !is_empty();
H A Dtlm_fifo_put_get.h37 while( is_empty() ) {
56 if( is_empty() ) {
74 return !is_empty();
H A Dtlm_fifo.h126 if( is_empty() ) std::cout << "empty" << std::endl;
185 bool is_empty() const { function in class:tlm::tlm_fifo
H A Dcircular_buffer.h46 bool is_empty() const { return used() == 0; } function in class:tlm::circular_buffer
99 if( is_empty() ) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable.h67 inline bool is_empty() const;
H A Dsc_simcontext.cpp554 if( m_runnable->is_empty() ) {
625 if( m_runnable->is_empty() ) {
840 if( no_crunch || m_runnable->is_empty() ) {
987 } while( m_runnable->is_empty() );
1611 ( m_runnable->is_initialized() && !m_runnable->is_empty() ) ||
H A Dsc_runnable_int.h161 //"sc_runnable::is_empty"
165 inline bool sc_runnable::is_empty() const function in class:sc_core::sc_runnable
/gem5/src/base/
H A Dbitunion.hh56 static_assert(std::is_empty<Base>::value,
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h281 static constexpr bool is_empty = false; member in struct:array_info_scalar
292 static constexpr bool is_empty = (N == 0) || array_info<T>::is_empty; member in struct:array_info
1063 static_assert(!array_info<T>::is_empty, "Zero-sized arrays are not supported");

Completed in 30 milliseconds