Searched refs:Py_GCC_ATTRIBUTE (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Include/ |
D | sysmodule.h | 18 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | pgenheaders.h | 13 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 15 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | stringobject.h | 65 Py_GCC_ATTRIBUTE((format(printf, 1, 0))); 67 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | pyerrors.h | 197 Py_GCC_ATTRIBUTE((format(printf, 2, 3))); 322 Py_GCC_ATTRIBUTE((format(printf, 3, 4))); 324 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));
|
D | pyport.h | 908 #define Py_GCC_ATTRIBUTE(x) macro 910 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|
/external/python/cpython3/Include/ |
D | sysmodule.h | 18 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | bytesobject.h | 41 Py_GCC_ATTRIBUTE((format(printf, 1, 0))); 43 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
D | pyerrors.h | 313 Py_GCC_ATTRIBUTE((format(printf, 3, 4))); 315 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));
|
D | pyport.h | 753 #define Py_GCC_ATTRIBUTE(x) macro 755 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|