Searched defs:Py_LOCAL_INLINE (Results 1 – 7 of 7) 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
203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro206 # define Py_LOCAL_INLINE(type) static inline type macro
55 #define Py_LOCAL_INLINE Py_LOCAL macro