Searched refs:Py_LOCAL_INLINE (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dpyport.h268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
296 #define Py_LOCAL_INLINE(type) static inline type macro
299 #define Py_LOCAL_INLINE(type) static type macro
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dpyport.h268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
296 #define Py_LOCAL_INLINE(type) static inline type macro
299 #define Py_LOCAL_INLINE(type) static type macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpyport.h268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
296 #define Py_LOCAL_INLINE(type) static inline type macro
299 #define Py_LOCAL_INLINE(type) static type macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpyport.h268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
296 #define Py_LOCAL_INLINE(type) static inline type macro
299 #define Py_LOCAL_INLINE(type) static type macro

Completed in 763 milliseconds