Lines Matching refs:COMPILER
82 /* We want COMPILER to expand to a string containing _MSC_VER's *value*.
116 /* set the COMPILER and support tier
126 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
129 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
134 #define COMPILER _Py_PASTE_VERSION("64 bit (ARM64)")
138 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
185 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
188 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)")
193 #define COMPILER _Py_PASTE_VERSION("32 bit (ARM)")
197 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)")
225 #define COMPILER "[gcc]"
238 #define COMPILER "[lcc-win32]"