Home
last modified time | relevance | path

Searched defs:Py_LOCAL_INLINE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
292 #define Py_LOCAL_INLINE(type) static inline type macro
295 #define Py_LOCAL_INLINE(type) static type macro