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

1 2

  /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/python/cpython3/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/selinux/libselinux/
Makefile 37 COMPILER := gcc
39 COMPILER := clang
41 export COMPILER
  /external/selinux/libselinux/utils/
Makefile 10 COMPILER ?= gcc
12 COMPILER ?= clang
15 ifeq ($(COMPILER), gcc)
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
ASMifierTest.class 
ASMifierTest.java 60 public static final Compiler COMPILER = new Compiler();
83 generatorClassData = COMPILER.compile(n, generated);
104 public static class Compiler {
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierTest.class 
GASMifierTest.java 63 public static final Compiler COMPILER = new Compiler();
86 generatorClassData = COMPILER.compile(n, generated);
143 private static class Compiler {
  /external/honggfuzz/
Makefile 147 COMPILER = $(shell $(CC) -v 2>&1 | \
150 ifeq ($(COMPILER),clang)
  /external/selinux/libselinux/src/
Makefile 31 COMPILER ?= gcc
33 COMPILER ?= clang
58 ifeq ($(COMPILER), gcc)
  /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/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/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/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...]
  /external/python/cpython3/PC/
pyconfig.h 21 compiler specific". Therefore, these should be very rare.
80 /* Compiler specific defines */
86 /* We want COMPILER to expand to a string containing _MSC_VER's *value*.
122 /* set the COMPILER */
125 #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
130 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
132 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
137 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
181 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
183 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)"
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 181 COMPILER,
    [all...]
  /external/v8/include/
v8.h     [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 1494 milliseconds

1 2