Searched refs:PYBIND11_NOINLINE (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h32 PYBIND11_NOINLINE inline void clean_type_id(std::string &name) {
H A Dinternals.h232 PYBIND11_NOINLINE inline internals &get_internals() {
309 inline PYBIND11_NOINLINE void *get_shared_data(const std::string &name) {
316 inline PYBIND11_NOINLINE void *set_shared_data(const std::string &name, void *data) {
H A Dcommon.h84 # define PYBIND11_NOINLINE __declspec(noinline) macro
86 # define PYBIND11_NOINLINE __attribute__ ((noinline)) macro
680 [[noreturn]] PYBIND11_NOINLINE inline void pybind11_fail(const char *reason) { throw std::runtime_error(reason); }
681 [[noreturn]] PYBIND11_NOINLINE inline void pybind11_fail(const std::string &reason) { throw std::runtime_error(reason); }
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h64 PYBIND11_NOINLINE static void add_patient(handle h) {
91 PYBIND11_NOINLINE inline void all_type_info_populate(PyTypeObject *t, std::vector<type_info *> &bases) {
160 PYBIND11_NOINLINE inline detail::type_info* get_type_info(PyTypeObject *type) {
186 PYBIND11_NOINLINE inline detail::type_info *get_type_info(const std::type_index &tp,
201 PYBIND11_NOINLINE inline handle get_type_handle(const std::type_info &tp, bool throw_if_missing) {
322 PYBIND11_NOINLINE inline value_and_holder instance::get_value_and_holder(const type_info *find_type /*= nullptr default in common.h*/, bool throw_if_missing /*= true in common.h*/) {
346 PYBIND11_NOINLINE inline void instance::allocate_layout() {
394 PYBIND11_NOINLINE inline void instance::deallocate_layout() {
399 PYBIND11_NOINLINE inline bool isinstance_generic(handle obj, const std::type_info &tp) {
406 PYBIND11_NOINLINE inlin
[all...]
H A Dpybind11.h94 PYBIND11_NOINLINE detail::function_record *make_function_record() {
868 PYBIND11_NOINLINE void add_object(const char *name, handle obj, bool overwrite = false) {
1398 PYBIND11_NOINLINE void init(bool is_arithmetic, bool is_convertible) {
1523 PYBIND11_NOINLINE void value(char const* name_, object value, const char *doc = nullptr) {
1535 PYBIND11_NOINLINE void export_values() {
1625 PYBIND11_NOINLINE inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret) {
1831 PYBIND11_NOINLINE inline void print(tuple args, dict kwargs) {
1895 PYBIND11_NOINLINE gil_scoped_acquire() {
1939 PYBIND11_NOINLINE void dec_ref() {
1959 PYBIND11_NOINLINE ~gil_scoped_acquir
[all...]
H A Dattr.h202 PYBIND11_NOINLINE type_record()
257 PYBIND11_NOINLINE void add_base(const std::type_info &base, void *(*caster)(void *)) {
H A Dnumpy.h101 inline PYBIND11_NOINLINE void load_numpy_internals(numpy_internals* &ptr) {
1089 inline PYBIND11_NOINLINE void register_structured_dtype(

Completed in 32 milliseconds