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

/gem5/ext/pybind11/include/pybind11/
H A Dattr.h68 struct module_local { const bool value; constexpr module_local(bool v = true) : value(v) { } }; function in struct:module_local
255 bool module_local : 1; member in struct:type_record
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h137 bool module_local : 1; member in struct:type_info

Completed in 8 milliseconds