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

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h1106 class sc_concref_r class in namespace:sc_dt
1113 sc_concref_r( const X& left_, const Y& right_, int delete_ = 0 ) function in class:sc_dt::sc_concref_r
1121 sc_concref_r( const sc_concref_r<X,Y>& a ) argument
3203 operator ,( sc_concref_r<T1,T2> a, sc_bitref_r<T3> b ) argument
3212 operator ,( sc_concref_r<T1,T2> a, sc_subref_r<T3> b ) argument
3221 operator ,( sc_concref_r<T1,T2> a, sc_concref_r<T3,T4> b ) argument
3230 operator ,( sc_concref_r<T1,T2> a, const sc_proxy<T3>& b ) argument
3240 concat( sc_concref_r<T1,T2> a, sc_bitref_r<T3> b ) argument
3249 concat( sc_concref_r<T1,T2> a, sc_subref_r<T3> b ) argument
3258 concat( sc_concref_r<T1,T2> a, sc_concref_r<T3,T4> b ) argument
3267 concat( sc_concref_r<T1,T2> a, const sc_proxy<T3>& b ) argument
3279 operator ,( sc_concref_r<T1,T2> a, sc_bitref<T3> b ) argument
3297 operator ,( sc_concref_r<T1,T2> a, sc_subref<T3> b ) argument
3315 operator ,( sc_concref_r<T1,T2> a, sc_concref<T3,T4> b ) argument
3342 operator ,( sc_concref_r<T1,T2> a, sc_proxy<T3>& b ) argument
3352 concat( sc_concref_r<T1,T2> a, sc_bitref<T3> b ) argument
3370 concat( sc_concref_r<T1,T2> a, sc_subref<T3> b ) argument
3388 concat( sc_concref_r<T1,T2> a, sc_concref<T3,T4> b ) argument
3415 concat( sc_concref_r<T1,T2> a, sc_proxy<T3>& b ) argument
[all...]
H A Dsc_lv_base.h1371 operator ,( sc_concref_r<T1,T2> a, const char* b ) argument
1389 operator ,( sc_concref_r<T1,T2> a, const sc_logic& b ) argument
1407 operator ,( sc_concref_r<T1,T2> a, bool b ) argument
1426 concat( sc_concref_r<T1,T2> a, const char* b ) argument
1444 concat( sc_concref_r<T1,T2> a, const sc_logic& b ) argument
1462 concat( sc_concref_r<T1,T2> a, bool b ) argument
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh1034 class sc_concref_r : public sc_proxy<sc_concref_r<X, Y> > class in namespace:sc_dt
1040 sc_concref_r(const X &left_, const Y &right_, int delete_=0) : function in class:sc_dt::sc_concref_r
1046 sc_concref_r(const sc_concref_r<X, Y> &a) argument
[all...]

Completed in 17 milliseconds