Searched defs:Py_LOCAL_INLINE (Results 1 – 4 of 4) sorted by relevance
305 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro308 #define Py_LOCAL_INLINE(type) static inline type macro311 #define Py_LOCAL_INLINE(type) static type macro
290 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro293 #define Py_LOCAL_INLINE(type) static inline type macro296 #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