Searched refs:Proxy (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed bit selection (r-value only).
68 // Proxy class for sc_signed bit selection (r-value and l-value).
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
H A Dsc_signed_subref.inc22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed part selection (r-value only).
150 // Proxy class for sc_signed part selection (r-value and l-value).
H A Dsc_unsigned_subref.inc22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned part selection (r-value only).
151 // Proxy class for sc_unsigned part selection (r-value and l-value).
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed bit selection (r-value only).
68 // Proxy class for sc_signed bit selection (r-value and l-value).
H A Dsc_unsigned_bitref.inc22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned bit selection (r-value only).
68 // Proxy class for sc_unsigned bit selection (r-value and l-value).
H A Dsc_signed_subref.inc22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed part selection (r-value only).
150 // Proxy class for sc_signed part selection (r-value and l-value).
H A Dsc_unsigned_subref.inc22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
42 // Proxy class for sc_unsigned part selection (r-value only).
150 // Proxy class for sc_unsigned part selection (r-value and l-value).
/gem5/util/stats/
H A Dinfo.py310 class Proxy(Value): class in inherits:Value
327 class ItemProxy(Proxy):
338 class AttrProxy(Proxy):
365 return Proxy(name, self.dict)
/gem5/src/base/
H A Dstatistics.hh1035 /** Proxy type */
1036 typedef ScalarProxy<Derived> Proxy;
1164 Proxy
1168 return Proxy(this->self(), index);
1255 typedef VectorProxy<Derived> Proxy;
1313 Proxy
1318 return Proxy(this->self(), offset, y);
1947 typedef DistProxy<Derived> Proxy;
2001 Proxy operator[](off_type index)
2004 return Proxy(thi
[all...]

Completed in 15 milliseconds