Searched defs:is_empty (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h165 inline bool sc_runnable::is_empty() const function in class:sc_core::sc_runnable
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h46 bool is_empty() const { return used() == 0; } function in class:tlm::circular_buffer
H A Dtlm_fifo.h185 bool is_empty() const { function in class:tlm::tlm_fifo
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dcircular_buffer.hh41 bool is_empty() const { return used() == 0; } function in class:tlm::circular_buffer
H A Dfifo.hh164 bool is_empty() const { return used() == 0; } function in class:tlm::tlm_fifo
/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

Completed in 32 milliseconds