Searched refs:Py_GCC_ATTRIBUTE (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/ |
D | sysmodule.h | 18 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | bytesobject.h | 38 Py_GCC_ATTRIBUTE((format(printf, 1, 0))); 40 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | pyport.h | 758 #define Py_GCC_ATTRIBUTE(x) macro 760 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|
D | pyerrors.h | 311 Py_GCC_ATTRIBUTE((format(printf, 3, 4))); 313 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));
|