/third_party/python/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()
|
/third_party/python/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
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 36 --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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 36 --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
|
/third_party/spirv-tools/kokoro/scripts/linux/ |
D | build.sh | 25 COMPILER=$2 36 --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; }
|
/third_party/selinux/libselinux/ |
D | Makefile | 41 COMPILER := gcc macro 43 COMPILER := clang macro 45 export COMPILER
|
/third_party/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 ####
|
/third_party/selinux/libselinux/utils/ |
D | Makefile | 8 COMPILER ?= gcc macro 10 COMPILER ?= clang macro 13 ifeq ($(COMPILER), gcc)
|
/third_party/jerryscript/ |
D | CMakeLists.txt | 64 set(JERRY_LIBFUZZER_MESSAGE " (FORCED BY COMPILER)") 92 set(ENABLE_STRIP_MESSAGE " (FORCED BY COMPILER)") 99 set(JERRY_LIBM_MESSAGE " (FORCED BY COMPILER)") 100 set(ENABLE_STRIP_MESSAGE " (FORCED BY COMPILER)")
|
/third_party/benchmark/.github/ |
D | .libcxx-setup.sh | 14 -DCMAKE_CXX_COMPILER=${COMPILER} \
|
/third_party/selinux/libselinux/src/ |
D | Makefile | 29 COMPILER ?= gcc macro 31 COMPILER ?= clang macro 63 ifeq ($(COMPILER), gcc)
|
/third_party/pcre2/pcre2/ |
D | AUTHORS | 26 STACK-LESS JUST-IN-TIME COMPILER
|
/third_party/benchmark/ |
D | .travis-libcxx-setup.sh | 20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | makevms.com | 40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/libpng/contrib/gregbook/ |
D | makevms.com | 40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/ |
D | makevms.com | 40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/ |
D | makevms.com | 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | makevms.com | 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/libpng/contrib/pngminus/ |
D | makevms.com | 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 186 COMPILER, enumerator 1548 …length = static_cast<int32_t>(uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFL… in pkg_createWithAssemblyCode() 1558 pkgDataFlags[COMPILER], in pkg_createWithAssemblyCode() 1662 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 1745 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 1772 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 2265 pkgDataFlags[COMPILER], in pkg_createOptMatchArch()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 186 COMPILER, enumerator 1548 …length = static_cast<int32_t>(uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFL… in pkg_createWithAssemblyCode() 1558 pkgDataFlags[COMPILER], in pkg_createWithAssemblyCode() 1662 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 1745 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 1772 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode() 2265 pkgDataFlags[COMPILER], in pkg_createOptMatchArch()
|