Searched defs:Py_LOCAL_INLINE (Results 1 – 3 of 3) sorted by relevance
194 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro197 # define Py_LOCAL_INLINE(type) static inline type macro
52 #define Py_LOCAL_INLINE Py_LOCAL macro
5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() function