Lines Matching refs:sc_concref
46 // 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<T1, T2> a, const sc_logic &b)
1365 concat(const sc_logic &a, sc_concref<T1, T2> b)
1373 concat(sc_concref<T1, T2> a, bool b)
1381 concat(bool a, sc_concref<T1, T2> b)