Searched defs:to_bool (Results 1 - 15 of 15) sorted by relevance

/gem5/src/base/
H A Dstr.hh183 to_bool(const std::string &value, bool &retval) function
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h225 bool to_bool() const // non-VSIA function in class:sc_dt::sc_bit
H A Dsc_logic.h265 bool to_bool() const function in class:sc_dt::sc_logic
H A Dsc_bit_proxies.h110 bool to_bool() const function in class:sc_dt::sc_bitref_r
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh217 bool to_bool() const { return m_val; } function in class:sc_dt::sc_bit
H A Dsc_logic.hh240 to_bool() const function in class:sc_dt::sc_logic
H A Dsc_bit_proxies.hh130 bool to_bool() const { return sc_logic(value()).to_bool(); } function in class:sc_dt::sc_bitref_r
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h225 bool to_bool() const function in class:sc_dt::sc_int_bitref_r
H A Dsc_signed.h768 bool to_bool() const function in class:sc_dt::sc_signed_bitref_r
H A Dsc_uint_base.h218 bool to_bool() const function in class:sc_dt::sc_uint_bitref_r
H A Dsc_unsigned.h673 bool to_bool() const function in class:sc_dt::sc_unsigned_bitref_r
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh218 bool to_bool() const { return operator uint64(); } function in class:sc_dt::sc_int_bitref_r
H A Dsc_signed.hh706 bool to_bool() const { return operator uint64(); } function in class:sc_dt::sc_signed_bitref_r
H A Dsc_uint_base.hh207 bool to_bool() const { return operator uint64 (); } function in class:sc_dt::sc_uint_bitref_r
H A Dsc_unsigned.hh615 bool to_bool() const { return operator uint64(); } function in class:sc_dt::sc_unsigned_bitref_r

Completed in 87 milliseconds