Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Py_LOCAL_INLINE

268  * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
296 #define Py_LOCAL_INLINE(type) static inline type
299 #define Py_LOCAL_INLINE(type) static type