Searched defs:sc_vector (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h327 class sc_vector class in namespace:sc_core
338 sc_vector(){} function in class:sc_core::sc_vector
340 explicit sc_vector( const char* prefix ) function in class:sc_core::sc_vector
344 explicit sc_vector( cons function in class:sc_core::sc_vector
349 sc_vector( const char* prefix, size_type n, Creator creator ) function in class:sc_core::sc_vector
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh442 class sc_vector : public sc_vector_base class in namespace:sc_core
449 sc_vector() : sc_vector_base(::sc_core::sc_gen_unique_name("vector")) {} function in class:sc_core::sc_vector
450 explicit sc_vector(const char *_name) : sc_vector_base(_name) {} function in class:sc_core::sc_vector
451 sc_vector(const char *_name, size_type _size) : sc_vector_base(_name) function in class:sc_core::sc_vector
456 sc_vector(cons function in class:sc_core::sc_vector
[all...]

Completed in 9 milliseconds