Searched defs:policy (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dfunctional.h85 static handle cast(Func &&f_, return_value_policy policy, handle /* parent */) { argument
H A Dstl.h86 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 Dattr.h161 return_value_policy policy = return_value_policy::automatic; member in struct:function_record
H A Deigen.h295 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 Dcast.h495 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 Dtest_copy_move.cpp92 static handle cast(const CopyOnlyInt *src, return_value_policy policy, handle parent) { argument
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp177 sc_bind_info::policy() const function in class:sc_core::sc_bind_info
/gem5/src/mem/qos/
H A Dmem_ctrl.hh69 const std::unique_ptr<Policy> policy; member in class:QoS::MemCtrl
/gem5/src/dev/arm/
H A Dsmmu_v3_caches.cc149 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 Dsc_vector.h173 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

Completed in 30 milliseconds