Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsysmodule.h18 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
20 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dbytesobject.h38 Py_GCC_ATTRIBUTE((format(printf, 1, 0)));
40 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
Dpyport.h758 #define Py_GCC_ATTRIBUTE(x) macro
760 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
Dpyerrors.h311 Py_GCC_ATTRIBUTE((format(printf, 3, 4)));
313 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));