Home
last modified time | relevance | path

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

123

/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/cpython3/Python/
Dgetcompiler.c6 #ifndef COMPILER
11 #define COMPILER "\n[Clang " __clang_version__ "]" macro
13 #define COMPILER "\n[GCC " __VERSION__ "]" macro
16 #define COMPILER "[C++]" macro
18 #define COMPILER "[C]" macro
26 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/python/cpython3/PC/
Dpyconfig.h124 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRIN… macro
126 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") macro
130 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro
174 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRIN… macro
176 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro
180 #define COMPILER _Py_PASTE_VERSION("32 bit (ARM)") macro
183 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") macro
221 #define COMPILER "[gcc]" macro
234 #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/
DMakefile37 COMPILER := gcc macro
39 COMPILER := clang macro
41 export COMPILER
/external/deqp-deps/glslang/Test/
Dsample.frag.out1 #### BEGIN COMPILER 0 INFO LOG ####
12 #### END COMPILER 0 INFO LOG ####
Dsample.vert.out1 #### BEGIN COMPILER 0 INFO LOG ####
17 #### END COMPILER 0 INFO LOG ####
/external/google-fruit/extras/scripts/
Dpostsubmit.sh25 export COMPILER=$COMPILER;
35 export COMPILER
Dpostsubmit-helper.sh9 case $COMPILER in
98 echo "Unrecognized value of COMPILER: $COMPILER"
106 if [[ "${COMPILER}" != "bazel" ]]
Dtravis_ci_install_osx.sh30 case "${COMPILER}" in
39 *) echo "Compiler not supported: ${COMPILER}. See travis_ci_install_osx.sh"; exit 1 ;;
/external/selinux/libselinux/utils/
DMakefile8 COMPILER ?= gcc macro
10 COMPILER ?= clang macro
13 ifeq ($(COMPILER), gcc)
/external/catch2/CMake/
DFindcodecov.cmake80 set(COMPILER ${CMAKE_${LANG}_COMPILER_ID}) variable
81 if (NOT COVERAGE_${COMPILER}_FLAGS)
84 message(STATUS "Try ${COMPILER} code coverage flag = [${FLAG}]")
116 set(COVERAGE_${COMPILER}_FLAGS "${FLAG}"
117 CACHE STRING "${COMPILER} flags for code coverage.")
118 mark_as_advanced(COVERAGE_${COMPILER}_FLAGS)
121 message(WARNING "Code coverage is not available for ${COMPILER}"
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfence-singlethread.ll11 ; LINUX: // COMPILER BARRIER
16 ; IOS: ; COMPILER BARRIER
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh26 COMPILER=$2
32 if [ $COMPILER = "clang" ]
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild.sh26 COMPILER=$2
32 if [ $COMPILER = "clang" ]
/external/toolchain-utils/binary_search_tool/
DREADME.testing37 If you are testing with the ANDROID COMPILER WRAPPER, you need to to some
58 If you are testing with the CHROMEOS COMPILER WRAPPER, you MUST run the
/external/selinux/libselinux/src/
DMakefile29 COMPILER ?= gcc macro
31 COMPILER ?= clang macro
63 ifeq ($(COMPILER), gcc)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfence-singlethread.ll11 ; CHECK: @ COMPILER BARRIER
/external/libopus/m4/
Dopus-intrinsics.m44 dnl OPUS_CHECK_INTRINSICS(NAME-OF-INTRINSICS, COMPILER-FLAG-FOR-INTRINSICS, VAR-IF-PRESENT, VAR-IF-…
/external/pcre/dist2/
DAUTHORS26 STACK-LESS JUST-IN-TIME COMPILER
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h64 #define COMPILER "[VisualAge C/C++]" macro
/external/libcxx/utils/google-benchmark/
D.travis-libcxx-setup.sh20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${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.h31 case COMPILER: in StateToString()

123