Searched refs:sc_concref (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh54 class sc_concref;
281 sc_bitref_r<T1>, sc_concref<T2, T3>);
338 sc_bitref_r<T1>, sc_concref<T2, T3>);
564 inline sc_concref<sc_bitref<T1>, sc_bitref<T2> > operator , (
568 inline sc_concref<sc_bitref<T1>, sc_subref<T2> > operator , (
572 inline sc_concref<sc_bitref<T1>, sc_concref<T2, T3> > operator , (
573 sc_bitref<T1>, sc_concref<T2, T3>);
576 inline sc_concref<sc_bitref<T1>, T2> operator , (
581 inline sc_concref<sc_bitre
1294 class sc_concref : public sc_concref_r<X, Y> class in namespace:sc_dt
1301 sc_concref(X &left_, Y &right_, int delete_=0) : function in class:sc_dt::sc_concref
1306 sc_concref(const sc_concref<X, Y> &a) argument
1321 operator =(const sc_concref<X, Y> &a) argument
[all...]
H A Dsc_lv_base.hh46 // Andy Goodrich: fix 8 instances of sc_concref constructor invocations
1293 operator , (sc_concref<T1, T2> a, const char *b)
1301 operator , (const char *a, sc_concref<T1, T2> b)
1309 operator , (sc_concref<T1, T2> a, const sc_logic &b)
1317 operator , (const sc_logic &a, sc_concref<T1, T2> b)
1325 operator , (sc_concref<T1, T2> a, bool b)
1333 operator , (bool a, sc_concref<T1, T2> b)
1341 concat(sc_concref<T1, T2> a, const char *b)
1349 concat(const char *a, sc_concref<T1, T2> b)
1357 concat(sc_concref<T
[all...]
H A Dsc_proxy.hh96 class sc_concref;
182 struct sc_proxy_traits<sc_concref<X, Y> > :
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h46 template <class X, class Y> class sc_concref;
317 operator , ( sc_bitref_r<T1>, sc_concref<T2,T3> );
388 concat( sc_bitref_r<T1>, sc_concref<T2,T3> );
580 sc_concref<sc_bitref<T1>,sc_bitref<T2> >
585 sc_concref<sc_bitref<T1>,sc_subref<T2> >
590 sc_concref<sc_bitref<T1>,sc_concref<T2,T3> >
591 operator , ( sc_bitref<T1>, sc_concref<T2,T3> );
595 sc_concref<sc_bitref<T1>,T2>
601 sc_concref<sc_bitre
1436 class sc_concref class in namespace:sc_dt
1448 sc_concref( X& left_, Y& right_, int delete_ = 0 ) function in class:sc_dt::sc_concref
1455 sc_concref( const sc_concref<X,Y>& a ) argument
1472 operator =( const sc_concref<X,Y>& a ) argument
3288 operator ,( sc_concref<T1,T2> a, sc_bitref_r<T3> b ) argument
3306 operator ,( sc_concref<T1,T2> a, sc_subref_r<T3> b ) argument
3324 operator ,( sc_concref<T1,T2> a, sc_concref_r<T3,T4> b ) argument
3333 operator ,( sc_concref<T1,T2> a, const sc_proxy<T3>& b ) argument
3361 concat( sc_concref<T1,T2> a, sc_bitref_r<T3> b ) argument
3379 concat( sc_concref<T1,T2> a, sc_subref_r<T3> b ) argument
3397 concat( sc_concref<T1,T2> a, sc_concref_r<T3,T4> b ) argument
3406 concat( sc_concref<T1,T2> a, const sc_proxy<T3>& b ) argument
3448 operator ,( sc_concref<T1,T2> a, sc_bitref<T3> b ) argument
3457 operator ,( sc_concref<T1,T2> a, sc_subref<T3> b ) argument
3466 operator ,( sc_concref<T1,T2> a, sc_concref<T3,T4> b ) argument
3475 operator ,( sc_concref<T1,T2> a, sc_proxy<T3>& b ) argument
3485 concat( sc_concref<T1,T2> a, sc_bitref<T3> b ) argument
3494 concat( sc_concref<T1,T2> a, sc_subref<T3> b ) argument
3503 concat( sc_concref<T1,T2> a, sc_concref<T3,T4> b ) argument
3512 concat( sc_concref<T1,T2> a, sc_proxy<T3>& b ) argument
[all...]
H A Dsc_lv_base.h46 // Andy Goodrich: fix 8 instances of sc_concref constructor invocations
1483 operator , ( sc_concref<T1,T2> a, const char* b ) argument
1492 operator , ( const char* a, sc_concref<T1,T2> b )
1501 operator , ( sc_concref<T1,T2> a, const sc_logic& b ) argument
1510 operator , ( const sc_logic& a, sc_concref<T1,T2> b )
1519 operator , ( sc_concref<T1,T2> a, bool b ) argument
1528 operator , ( bool a, sc_concref<T1,T2> b )
1538 concat( sc_concref<T1,T2> a, const char* b ) argument
1547 concat( const char* a, sc_concref<T1,T2> b )
1556 concat( sc_concref<T argument
1574 concat( sc_concref<T1,T2> a, bool b ) argument
[all...]
H A Dsc_proxy.h91 template <class X, class Y> class sc_concref;
183 template<typename X, typename Y> struct sc_proxy_traits<sc_concref<X,Y> >
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bitref/test01/
H A Dtest_bitref.cpp35 using sc_dt::sc_concref;
178 /* auto */ sc_concref< sc_concref<sc_subref<sc_bv_base>, sc_subref<sc_bv_base> >

Completed in 35 milliseconds