/gem5/ext/pybind11/include/pybind11/ |
H A D | functional.h | 85 static handle cast(Func &&f_, return_value_policy policy, handle /* parent */) { argument
|
H A D | stl.h | 86 static handle cast(T &&src, return_value_policy policy, handle parent) { argument 122 static handle cast(T &&src, return_value_policy policy, handle parent) { argument 169 cast(T &&src, return_value_policy policy, handle parent) argument 228 cast(T &&src, return_value_policy policy, handle parent) argument 266 cast(T_ &&src, return_value_policy policy, handle parent) argument 308 return_value_policy policy; member in struct:variant_caster_visitor 361 cast(Variant &&src, return_value_policy policy, handle parent) argument [all...] |
H A D | attr.h | 161 return_value_policy policy = return_value_policy::automatic; member in struct:function_record
|
H A D | eigen.h | 295 static handle cast_impl(CType *src, return_value_policy policy, handle parent) { argument 325 static handle cast(Type &src, return_value_policy policy, handle parent) { argument 331 static handle cast(const Type &src, return_value_policy policy, handl argument 337 cast(Type *src, return_value_policy policy, handle parent) argument 341 cast(const Type *src, return_value_policy policy, handle parent) argument 369 cast(const MapType &src, return_value_policy policy, handle parent) argument 528 cast(const Type *src, return_value_policy policy, handle parent) argument [all...] |
H A D | cast.h | 495 PYBIND11_NOINLINE static handle cast(const void *_src, return_value_policy policy, handle parent, argument 835 static handle cast(const itype &src, return_value_policy policy, handle parent) { argument 869 static handle cast(const itype *src, return_value_policy policy, handle parent) { argument [all...] |
/gem5/ext/pybind11/tests/ |
H A D | test_copy_move.cpp | 92 static handle cast(const CopyOnlyInt *src, return_value_policy policy, handle parent) { argument
|
/gem5/ext/systemc/src/sysc/communication/ |
H A D | sc_port.cpp | 177 sc_bind_info::policy() const function in class:sc_core::sc_bind_info
|
/gem5/src/mem/qos/ |
H A D | mem_ctrl.hh | 69 const std::unique_ptr<Policy> policy; member in class:QoS::MemCtrl
|
/gem5/src/dev/arm/ |
H A D | smmu_v3_caches.cc | 149 SMMUTLB(unsigned numEntries, unsigned _associativity, const std::string &policy) argument 429 ARMArchTLB(unsigned numEntries, unsigned _associativity, const std::string &policy) argument 628 IPACache(unsigned numEntries, unsigned _associativity, const std::string &policy) argument 808 ConfigCache(unsigned numEntries, unsigned _associativity, const std::string &policy) argument 972 WalkCache(const std::array<unsigned, 2*WALK_CACHE_LEVELS> &_sizes, unsigned _associativity, const std::string &policy) argument [all...] |
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_vector.h | 173 typedef sc_direct_access< type > policy; typedef in struct:sc_core::sc_direct_access 206 typedef sc_member_access< element_type, access_type > policy; typedef in class:sc_core::sc_member_access
|