Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/aosp_15_r20/external/python/cpython3/Include/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyport.h203 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
206 # define Py_LOCAL_INLINE(type) static inline type macro
/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c55 #define Py_LOCAL_INLINE Py_LOCAL macro