Home
last modified time | relevance | path

Searched refs:Py_NO_INLINE (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dpyport.h418 // Py_NO_INLINE
425 // Py_NO_INLINE static int random(void) { return 4; }
427 # define Py_NO_INLINE __attribute__ ((noinline)) macro
429 # define Py_NO_INLINE __declspec(noinline) macro
431 # define Py_NO_INLINE macro
/third_party/python/Modules/
H A D_posixsubprocess.c550 Py_NO_INLINE static void
754 Py_NO_INLINE static pid_t
H A D_functoolsmodule.c190 Py_NO_INLINE static PyObject *
/third_party/python/Modules/_io/
H A Dbytesio.c179 Py_NO_INLINE static Py_ssize_t
/third_party/python/Python/
H A Dmarshal.c907 Py_NO_INLINE static double

Completed in 9 milliseconds