Searched defs:sc_concref (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.h1483 operator , ( sc_concref<T1,T2> a, const char* b ) argument
1501 operator , ( sc_concref<T1,T2> a, const sc_logic& b ) argument
1519 operator , ( sc_concref<T1,T2> a, bool b ) argument
1538 concat( sc_concref<T1,T2> a, const char* b ) argument
1556 concat( sc_concref<T argument
1574 concat( sc_concref<T1,T2> a, bool b ) argument
[all...]
H A Dsc_bit_proxies.h1436 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...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh1294 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...]

Completed in 18 milliseconds