/external/python/cpython2/Python/ |
D | getcompiler.c | 6 #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/ |
D | getcompiler.c | 6 #ifndef COMPILER 11 #define COMPILER "[Clang " __clang_version__ "]" macro 13 #define COMPILER "[GCC " __VERSION__ "]" macro 16 #define COMPILER "[C++]" macro 18 #define COMPILER "[C]" macro 26 return COMPILER; in Py_GetCompiler()
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 124 #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 (ARM64)") macro 133 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro 177 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRIN… macro 179 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro 183 #define COMPILER _Py_PASTE_VERSION("32 bit (ARM)") macro 186 #define COMPILER _Py_PASTE_VERSION("32 bit (Unknown)") macro 218 #define COMPILER "[gcc]" macro 231 #define COMPILER "[lcc-win32]" macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 148 #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/ |
D | utilities.h | 28 # 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/deqp-deps/amber/kokoro/scripts/linux/ |
D | build_dawn.sh | 25 COMPILER=$2 35 --env COMPILER="${COMPILER}" \
|
D | build.sh | 25 COMPILER=$2 35 --env COMPILER="${COMPILER}" \
|
D | build-docker.sh | 28 if [ ! -z "$COMPILER" ]; then 29 using "$COMPILER"
|
D | build_dawn-docker.sh | 28 if [ ! -z "$COMPILER" ]; then 29 using "$COMPILER"
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 38 --env COMPILER=${COMPILER} \
|
D | build-docker.sh | 25 if [ $COMPILER = "clang" ]; then 27 elif [ $COMPILER = "gcc" ]; then 71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 78 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 89 if [ $COMPILER = "clang" ]; then
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 38 --env COMPILER=${COMPILER} \
|
D | build-docker.sh | 25 if [ $COMPILER = "clang" ]; then 27 elif [ $COMPILER = "gcc" ]; then 71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 78 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 89 if [ $COMPILER = "clang" ]; then
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 38 --env COMPILER=${COMPILER} \
|
D | build-docker.sh | 25 if [ $COMPILER = "clang" ]; then 27 elif [ $COMPILER = "gcc" ]; then 71 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 78 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; } 89 if [ $COMPILER = "clang" ]; then
|
/external/selinux/libselinux/ |
D | Makefile | 41 COMPILER := gcc macro 43 COMPILER := clang macro 45 export COMPILER
|
/external/deqp-deps/glslang/Test/ |
D | sample.frag.out | 1 #### BEGIN COMPILER 0 INFO LOG #### 12 #### END COMPILER 0 INFO LOG ####
|
D | sample.vert.out | 1 #### BEGIN COMPILER 0 INFO LOG #### 17 #### END COMPILER 0 INFO LOG ####
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | sample.frag.out | 1 #### BEGIN COMPILER 0 INFO LOG #### 12 #### END COMPILER 0 INFO LOG ####
|
D | sample.vert.out | 1 #### BEGIN COMPILER 0 INFO LOG #### 17 #### END COMPILER 0 INFO LOG ####
|
/external/google-fruit/extras/scripts/ |
D | postsubmit.sh | 25 export COMPILER=$COMPILER; 35 export COMPILER
|
D | travis_ci_install_osx.sh | 28 case "${COMPILER}" in 53 *) echo "Compiler not supported: ${COMPILER}. See travis_ci_install_osx.sh"; exit 1 ;;
|
D | postsubmit-helper.sh | 9 case $COMPILER in 119 echo "Unrecognized value of COMPILER: $COMPILER" 127 if [[ "${COMPILER}" != "bazel" ]]
|
/external/selinux/libselinux/utils/ |
D | Makefile | 8 COMPILER ?= gcc macro 10 COMPILER ?= clang macro 13 ifeq ($(COMPILER), gcc)
|
/external/catch2/CMake/ |
D | Findcodecov.cmake | 80 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}"
|