Home
last modified time | relevance | path

Searched refs:COMPILER (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Python/
Dgetcompiler.c6 #ifndef COMPILER
9 #define COMPILER "\n[GCC " __VERSION__ "]" macro
14 #ifndef COMPILER
17 #define COMPILER "[C++]" macro
19 #define COMPILER "[C]" macro
27 return COMPILER; in Py_GetCompiler()
/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/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
46 cout << "COMPILED with " << COMPILER ;\
/external/selinux/libselinux/
DMakefile36 COMPILER := gcc macro
38 COMPILER := clang macro
40 export COMPILER
/external/selinux/libselinux/utils/
DMakefile10 COMPILER ?= gcc macro
12 COMPILER ?= clang macro
15 ifeq ($(COMPILER), gcc)
/external/selinux/libselinux/src/
DMakefile31 COMPILER ?= gcc macro
33 COMPILER ?= clang macro
58 ifeq ($(COMPILER), gcc)
/external/libopus/m4/
Dopus-intrinsics.m44 dnl OPUS_CHECK_INTRINSICS(NAME-OF-INTRINSICS, COMPILER-FLAG-FOR-INTRINSICS, VAR-IF-PRESENT, VAR-IF-…
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h64 #define COMPILER "[VisualAge C/C++]" macro
/external/pcre/dist2/
DAUTHORS26 STACK-LESS JUST-IN-TIME COMPILER
DLICENCE43 STACK-LESS JUST-IN-TIME COMPILER
/external/google-benchmark/
D.travis-libcxx-setup.sh20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
/external/v8/src/
Dvm-state-inl.h27 case COMPILER: in StateToString()
Dcompiler.cc651 VMState<COMPILER> state(info->isolate()); in GetUnoptimizedCode()
848 VMState<COMPILER> state(isolate); in GetOptimizedCode()
988 VMState<COMPILER> state(isolate); in GetBaselineCode()
1155 { VMState<COMPILER> state(info->isolate()); in CompileToplevel()
1896 VMState<COMPILER> state(info->isolate()); in PrepareUnoptimizedCompilationJob()
1908 VMState<COMPILER> state(job->info()->isolate()); in FinalizeCompilationJob()
/external/python/cpython2/PC/os2emx/
Dpyconfig.h11 #define COMPILER "[EMX GCC " __VERSION__ "]" macro
/external/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/external/libpng/contrib/pngminus/
Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp177 COMPILER, enumerator
1512 length = uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFLAGS]) in pkg_createWithAssemblyCode()
1522 pkgDataFlags[COMPILER], in pkg_createWithAssemblyCode()
1626 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
1695 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
1722 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
2189 pkgDataFlags[COMPILER], in pkg_createOptMatchArch()
/external/pcre/
DNOTICE42 STACK-LESS JUST-IN-TIME COMPILER
/external/v8/tools/
Dtickprocessor.js184 COMPILER: 2, property
791 '-c': ['stateFilter', TickProcessor.VmStates.COMPILER,
/external/deqp/framework/delibs/cmake/
DDefs.cmake101 # DE_COMPILER_IS_{COMPILER} definitions
/external/libpng/scripts/
Dmakevms.com33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/external/v8/src/profiler/
Dsampling-heap-profiler.cc176 case COMPILER: in AddStack()
Dprofile-generator.cc753 case COMPILER: in EntryForVMState()
/external/icu/icu4j/eclipse-build/pdebuild/
Dbuild.properties178 ############# JAVA COMPILER OPTIONS ##############
/external/zlib/src/
Dmake_vms.com383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")

12