Home
last modified time | relevance | path

Searched defs:COMPILER (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Python/
Dgetcompiler.c9 #define COMPILER "\n[GCC " __VERSION__ "]" macro
17 #define COMPILER "[C++]" macro
19 #define COMPILER "[C]" macro
/external/eigen/bench/btl/generic_bench/utils/
Dutilities.h28 # define COMPILER "g++" ; macro
30 # define COMPILER "CC" ; macro
32 # define COMPILER "KCC" ; macro
34 # define COMPILER "pgCC" ; macro
36 # define COMPILER "undefined" ; macro
/external/python/cpython2/PC/
Dpyconfig.h148 #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)") macro
152 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRIN… macro
154 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") macro
158 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro
212 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRIN… macro
214 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro
217 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") macro
246 #define COMPILER "[Borland]" macro
284 #define COMPILER "[gcc]" macro
298 #define COMPILER "[lcc-win32]" macro
/external/selinux/libselinux/utils/
DMakefile10 COMPILER ?= gcc macro
12 COMPILER ?= clang macro
/external/selinux/libselinux/
DMakefile36 COMPILER := gcc macro
38 COMPILER := clang macro
/external/selinux/libselinux/src/
DMakefile31 COMPILER ?= gcc macro
33 COMPILER ?= clang macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h64 #define COMPILER "[VisualAge C/C++]" macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h11 #define COMPILER "[EMX GCC " __VERSION__ "]" macro
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp177 COMPILER, enumerator
/external/v8/tools/
Dtickprocessor.js184 COMPILER: 2, property
/external/v8/include/
Dv8.h1647 enum StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE }; enumerator