Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_LOCAL_INLINE

264  * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,

289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
292 #define Py_LOCAL_INLINE(type) static inline type
295 #define Py_LOCAL_INLINE(type) static type