Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/third_party/python/Modules/_decimal/
D_decimal.c55 #define Py_LOCAL_INLINE Py_LOCAL macro