Searched defs:Py_LOCAL_INLINE (Results 1 – 4 of 4) sorted by relevance
289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro292 #define Py_LOCAL_INLINE(type) static inline type macro295 #define Py_LOCAL_INLINE(type) static type macro
175 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro178 #define Py_LOCAL_INLINE(type) static inline type macro
4553 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() function
54 #define Py_LOCAL_INLINE Py_LOCAL macro