Searched refs:PYBIND11_CONCAT (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dembed.h47 static void PYBIND11_CONCAT(pybind11_init_, name)(pybind11::module &); \
48 static PyObject PYBIND11_CONCAT(*pybind11_init_wrapper_, name)() { \
51 PYBIND11_CONCAT(pybind11_init_, name)(m); \
63 PYBIND11_CONCAT(pybind11_init_impl_, name)); \
64 void PYBIND11_CONCAT(pybind11_init_, name)(pybind11::module &variable)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h213 #define PYBIND11_CONCAT(first, second) first##second macro
284 static void PYBIND11_CONCAT(pybind11_init_, name)(pybind11::module &); \
289 PYBIND11_CONCAT(pybind11_init_, name)(m); \
293 void PYBIND11_CONCAT(pybind11_init_, name)(pybind11::module &variable)

Completed in 9 milliseconds