Home
last modified time | relevance | path

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

/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dconversion_utils.c21 PyArray_PyIntAsInt_ErrMsg(PyObject *o, const char * msg) NPY_GCC_NONNULL(2);
23 PyArray_PyIntAsIntp_ErrMsg(PyObject *o, const char * msg) NPY_GCC_NONNULL(2);
H A Ddatetime.c3061 static NPY_GCC_NONNULL(1) npy_bool
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dnpy_common.h79 #define NPY_GCC_NONNULL(n) __attribute__((nonnull(n))) macro
81 #define NPY_GCC_NONNULL(n) macro