HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getcompiler.c 2 /* Return the compiler identification, if possible. */
6 #ifndef COMPILER
9 #define COMPILER "\n[GCC " __VERSION__ "]"
12 #endif /* !COMPILER */
14 #ifndef COMPILER
17 #define COMPILER "[C++]"
19 #define COMPILER "[C]"
22 #endif /* !COMPILER */
27 return COMPILER;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getcompiler.c 2 /* Return the compiler identification, if possible. */
6 #ifndef COMPILER
9 #define COMPILER "\n[GCC " __VERSION__ "]"
12 #endif /* !COMPILER */
14 #ifndef COMPILER
17 #define COMPILER "[C++]"
19 #define COMPILER "[C]"
22 #endif /* !COMPILER */
27 return COMPILER;
  /external/python/cpython2/Python/
getcompiler.c 2 /* Return the compiler identification, if possible. */
6 #ifndef COMPILER
9 #define COMPILER "\n[GCC " __VERSION__ "]"
12 #endif /* !COMPILER */
14 #ifndef COMPILER
17 #define COMPILER "[C++]"
19 #define COMPILER "[C]"
22 #endif /* !COMPILER */
27 return COMPILER;
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 28 # define COMPILER "g++" ;
30 # define COMPILER "CC" ;
32 # define COMPILER "KCC" ;
34 # define COMPILER "pgCC" ;
36 # define COMPILER "undefined" ;
46 cout << "COMPILED with " << COMPILER ;\
  /external/python/cpython2/PC/
pyconfig.h 22 compiler specific". Therefore, these should be very rare.
103 /* Compiler specific defines */
109 /* We want COMPILER to expand to a string containing _MSC_VER's *value*.
145 /* set the COMPILER */
148 #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
152 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
154 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
158 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
212 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
214 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)"
    [all...]
  /toolchain/binutils/binutils-2.25/
makefile.vms 19 CHECK-COMPILER = check_compiler
21 CHECK-COMPILER =
24 all: check_cc $(CHECK-COMPILER) [.binutils]makefile.vms
39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler."
  /external/selinux/libselinux/
Makefile 36 COMPILER := gcc
38 COMPILER := clang
40 export COMPILER
  /external/selinux/libselinux/utils/
Makefile 10 COMPILER ?= gcc
12 COMPILER ?= clang
15 ifeq ($(COMPILER), gcc)
  /external/google-benchmark/
.travis-libcxx-setup.sh 20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 8 * C/C++ compiler on the OS/2 platform. It is a standard part of
22 * use on the Intel platform, neither the compiler name nor
30 * Any code specific to the compiler itself should be wrapped with
32 * __IBMC__ IBM C Compiler
33 * __IBMCPP__ IBM C++ Compiler
35 * Note that since the VisualAge C/C++ compiler is also available
61 /* (Convert Compiler Flags into Useful Switches) */
64 #define COMPILER "[VisualAge C/C++]"
66 #define PYCC_VACPP /* Define Indicator of C Compiler */
100 #if defined(__MULTI__) /* If Compiler /Gt+ Multithread Option Enabled, *
    [all...]
  /external/v8/src/
vm-state-inl.h 27 case COMPILER:
28 return "COMPILER";
compiler.cc 5 #include "src/compiler.h"
19 #include "src/compiler-dispatcher/compiler-dispatcher.h"
20 #include "src/compiler-dispatcher/optimizing-compile-dispatcher.h"
21 #include "src/compiler/pipeline.h"
394 bool UseCompilerDispatcher(Compiler::ConcurrencyMode inner_function_mode,
400 inner_function_mode == Compiler::CONCURRENT &&
482 Compiler::EagerInnerFunctionLiterals* eager_literals) {
521 Compiler::EagerInnerFunctionLiterals* literals,
522 Compiler::ConcurrencyMode inner_function_mode
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 11 #define COMPILER "[EMX GCC " __VERSION__ "]"
104 /* Define if your compiler supports function prototypes. */
107 /* Define if your compiler supports variable length function prototypes
  /external/libpng/contrib/gregbook/
makevms.com 31 $! Look for the compiler used.
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
  /external/libpng/contrib/pngminus/
makevms.com 5 $! Look for the compiler used
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
  /external/selinux/libselinux/src/
Makefile 31 COMPILER ?= gcc
33 COMPILER ?= clang
58 ifeq ($(COMPILER), gcc)
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 177 COMPILER,
    [all...]
  /external/libpng/scripts/
makevms.com 23 $! Look for the compiler used
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
  /external/v8/src/profiler/
sampling-heap-profiler.cc 176 case COMPILER:
177 name = "(COMPILER)";
profile-generator.cc 753 case COMPILER:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 41 $! Look for the compiler used
132 $ write sys$output "C compiler required to build ''name'"
218 $ write sys$output "Unsupported compiler choice ''cc_com' ignored"
245 $! Look for the compiler used
250 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
255 $! Exit if no compiler available
260 $ if its_decc then write sys$output "CC compiler check ... Compaq C"
261 $ if its_vaxc then write sys$output "CC compiler check ... VAX C"
262 $ if its_gnuc then write sys$output "CC compiler check ... GNU C"
  /external/v8/tools/
tickprocessor.js 184 COMPILER: 2,
791 '-c': ['stateFilter', TickProcessor.VmStates.COMPILER,
792 'Show only ticks from COMPILER VM state'],
830 this.argsDispatch_['--compiler'] = this.argsDispatch_['-c'];
  /external/python/cpython2/Modules/zlib/
make_vms.com 87 $! Look for the compiler used
241 $ write sys$output "C compiler required to build ''name'"
344 $ write sys$output "Unsupported compiler choice ''cc_com' ignored"
373 $! Look for the compiler used
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
388 $! Exit if no compiler available
395 $ write sys$output "CC compiler check ... hp C"
402 $ if its_vaxc then write sys$output "CC compiler check ... VAX C"
405 $ write sys$output "CC compiler check ... GNU C"
570 $! compiler
    [all...]
  /external/zlib/src/
make_vms.com 87 $! Look for the compiler used
241 $ write sys$output "C compiler required to build ''name'"
344 $ write sys$output "Unsupported compiler choice ''cc_com' ignored"
373 $! Look for the compiler used
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
388 $! Exit if no compiler available
395 $ write sys$output "CC compiler check ... hp C"
402 $ if its_vaxc then write sys$output "CC compiler check ... VAX C"
405 $ write sys$output "CC compiler check ... GNU C"
570 $! compiler
    [all...]
  /external/cblas/testing/
c_cblat2.f 451 $ ' THIS MAY BE DUE TO FAULTS IN THE ARITHMETIC OR THE COMPILER.'
    [all...]

Completed in 1134 milliseconds

1 2 3