Searched refs:to_anything_signed (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh427 inline int64 to_int64() const { return to_anything_signed(); }
429 int to_int() const { return (int)to_anything_signed(); }
437 long to_long() const { return (long)to_anything_signed(); }
464 int64 to_anything_signed() const;
1302 sc_proxy<X>::to_anything_signed() const function in class:sc_dt::sc_proxy
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h489 { return to_anything_signed(); }
492 { return (int)to_anything_signed(); }
498 { return (long)to_anything_signed(); }
534 int64 to_anything_signed() const;
1504 sc_proxy<X>::to_anything_signed() const function in class:sc_dt::sc_proxy

Completed in 14 milliseconds