HomeSort by relevance Sort by last modified time
    Searched defs:Py_GCC_ATTRIBUTE (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 876 #define Py_GCC_ATTRIBUTE(x)
878 #define Py_GCC_ATTRIBUTE(x) __attribute__(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 899 #define Py_GCC_ATTRIBUTE(x)
901 #define Py_GCC_ATTRIBUTE(x) __attribute__(x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 876 #define Py_GCC_ATTRIBUTE(x)
878 #define Py_GCC_ATTRIBUTE(x) __attribute__(x)
  /external/python/cpython2/Include/
pyport.h 908 #define Py_GCC_ATTRIBUTE(x)
910 #define Py_GCC_ATTRIBUTE(x) __attribute__(x)
  /external/python/cpython3/Include/
pyport.h 711 #define Py_GCC_ATTRIBUTE(x)
713 #define Py_GCC_ATTRIBUTE(x) __attribute__(x)

Completed in 291 milliseconds