Searched refs:Py_GCC_ATTRIBUTE (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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 | 899 #define Py_GCC_ATTRIBUTE(x) macro 901 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 | 196 Py_GCC_ATTRIBUTE((format(printf, 2, 3))); 321 Py_GCC_ATTRIBUTE((format(printf, 3, 4))); 323 Py_GCC_ATTRIBUTE((format(printf, 3, 0)));
|
D | pyport.h | 876 #define Py_GCC_ATTRIBUTE(x) macro 878 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | pyport.h | 876 #define Py_GCC_ATTRIBUTE(x) macro 878 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | pyport.h | 915 #define Py_GCC_ATTRIBUTE(x) macro 917 #define Py_GCC_ATTRIBUTE(x) __attribute__(x) macro
|