Searched refs:check_index (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp74 sc_vector_base::check_index( size_type i ) const function in class:sc_core::sc_vector_base
H A Dsc_vector.h135 void check_index( size_type i ) const;
361 { check_index(i); return (*this)[i]; }
367 { check_index(i); return (*this)[i]; }
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h556 void check_index( int i ) const function in class:sc_dt::sc_int_base
1233 check_index( i );
1243 check_index( i );
1254 check_index( i );
1264 check_index( i );
H A Dsc_uint_base.h542 void check_index( int i ) const function in class:sc_dt::sc_uint_base
1203 check_index( i );
1213 check_index( i );
1224 check_index( i );
1234 check_index( i );
H A Dsc_signed.h1191 inline void check_index( int i ) const function in class:sc_dt::sc_signed
1198 check_index(i);
1207 check_index(i);
1216 check_index(i);
1225 check_index(i);
H A Dsc_unsigned.h1093 inline void check_index( int i ) const function in class:sc_dt::sc_unsigned
1100 check_index(i);
1109 check_index(i);
1118 check_index(i);
1127 check_index(i);
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh516 check_index(int i) const function in class:sc_dt::sc_int_base
1255 check_index(i);
1264 check_index(i);
1274 check_index(i);
1283 check_index(i);
H A Dsc_uint_base.hh486 check_index(int i) const function in class:sc_dt::sc_uint_base
1140 check_index(i);
1149 check_index(i);
1158 check_index(i);
1167 check_index(i);
H A Dsc_signed.hh1089 check_index(int i) const function in class:sc_dt::sc_signed
1100 check_index(i);
1109 check_index(i);
1118 check_index(i);
1127 check_index(i);
H A Dsc_unsigned.hh1000 check_index(int i) const function in class:sc_dt::sc_unsigned
1011 check_index(i);
1020 check_index(i);
1029 check_index(i);
1038 check_index(i);

Completed in 58 milliseconds