Home
last modified time | relevance | path

Searched refs:Py_ALWAYS_INLINE (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dpyport.h394 // Marking blindly a static inline function with Py_ALWAYS_INLINE can result in
399 // Py_ALWAYS_INLINE macro does nothing.
403 // static inline Py_ALWAYS_INLINE int random(void) { return 4; }
406 // disabled. In this case, Py_ALWAYS_INLINE can increase a lot the stack
409 # define Py_ALWAYS_INLINE macro
411 # define Py_ALWAYS_INLINE __attribute__((always_inline)) macro
413 # define Py_ALWAYS_INLINE __forceinline macro
415 # define Py_ALWAYS_INLINE macro
/third_party/python/Objects/
H A Dobmalloc.c1448 static inline Py_ALWAYS_INLINE arena_map_bot_t *

Completed in 5 milliseconds