Home
last modified time | relevance | path

Searched refs:Py_GCC_ATTRIBUTE (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dsysmodule.h18 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
20 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dpgenheaders.h13 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
15 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dstringobject.h65 Py_GCC_ATTRIBUTE((format(printf, 1, 0)));
67 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dpyerrors.h197 Py_GCC_ATTRIBUTE((format(printf, 2, 3)));
322 Py_GCC_ATTRIBUTE((format(printf, 3, 4)));
324 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));
Dpyport.h908 #define Py_GCC_ATTRIBUTE(x) macro
910 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
/external/python/cpython3/Include/
Dpgenheaders.h13 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
15 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dsysmodule.h22 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
24 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dbytesobject.h55 Py_GCC_ATTRIBUTE((format(printf, 1, 0)));
57 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dpyport.h711 #define Py_GCC_ATTRIBUTE(x) macro
713 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
Dpyerrors.h497 Py_GCC_ATTRIBUTE((format(printf, 3, 4)));
499 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));