Searched defs:Py_LOCAL_INLINE (Results 1 – 3 of 3) sorted by relevance
175 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro178 #define Py_LOCAL_INLINE(type) static inline type macro181 #define Py_LOCAL_INLINE(type) static type macro
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
54 #define Py_LOCAL_INLINE Py_LOCAL macro