Home
last modified time | relevance | path

Searched refs:PYBIND11_MAYBE_UNUSED (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dcommon.h98 # define PYBIND11_MAYBE_UNUSED [[maybe_unused]] macro
100 # define PYBIND11_MAYBE_UNUSED macro
102 # define PYBIND11_MAYBE_UNUSED __attribute__ ((__unused__)) macro
191 extern "C" PYBIND11_MAYBE_UNUSED PYBIND11_EXPORT PyObject *PyInit_##name(); \
220 extern "C" PYBIND11_MAYBE_UNUSED PYBIND11_EXPORT void init##name(); \
316 PYBIND11_CONCAT(pybind11_module_def_, name) PYBIND11_MAYBE_UNUSED; \
317 PYBIND11_MAYBE_UNUSED \