Searched refs:right_xz (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h112 bool right_xz; // True if x's and/or z's found in right. local
116 m_len_r = right.concat_length(&right_xz);
118 m_flags = ( left_xz || right_xz ) ? cf_xz_present : cf_none;
126 bool right_xz; // True if x's and/or z's found in right. local
130 m_len_r = right.concat_length(&right_xz);
132 m_flags = ( left_xz || right_xz ) ? cf_xz_present : cf_none;
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh128 bool right_xz; // True if x's and/or z's found in right. local
132 m_len_r = right.concat_length(&right_xz);
134 m_flags = (left_xz || right_xz) ? cf_xz_present : cf_none;
142 bool right_xz; // True if x's and/or z's found in right. local
146 m_len_r = right.concat_length(&right_xz);
148 m_flags = (left_xz || right_xz) ? cf_xz_present : cf_none;

Completed in 10 milliseconds