Home
last modified time | relevance | path

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

12

/third_party/python/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()
/third_party/python/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 (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/
Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
Dbuild-docker.sh25 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/
Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
Dbuild-docker.sh25 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/selinux/libselinux/
DMakefile41 COMPILER := gcc macro
43 COMPILER := clang macro
45 export COMPILER
/third_party/gstreamer/gstreamer/common/m4/
Das-compiler.m49 dnl AS_COMPILER(COMPILER)
10 dnl will set variable COMPILER to
/third_party/gstreamer/gst_libav/common/m4/
Das-compiler.m49 dnl AS_COMPILER(COMPILER)
10 dnl will set variable COMPILER to
/third_party/gstreamer/gstplugins_base/common/m4/
Das-compiler.m49 dnl AS_COMPILER(COMPILER)
10 dnl will set variable COMPILER to
/third_party/gstreamer/gstplugins_bad/common/m4/
Das-compiler.m49 dnl AS_COMPILER(COMPILER)
10 dnl will set variable COMPILER to
/third_party/gstreamer/gstplugins_good/common/m4/
Das-compiler.m49 dnl AS_COMPILER(COMPILER)
10 dnl will set variable COMPILER to
/third_party/selinux/libselinux/utils/
DMakefile8 COMPILER ?= gcc macro
10 COMPILER ?= clang macro
13 ifeq ($(COMPILER), gcc)
/third_party/jerryscript/
DCMakeLists.txt64 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/pcre2/pcre2/
DAUTHORS26 STACK-LESS JUST-IN-TIME COMPILER
/third_party/selinux/libselinux/src/
DMakefile29 COMPILER ?= gcc macro
31 COMPILER ?= clang macro
63 ifeq ($(COMPILER), gcc)
/third_party/benchmark/
D.travis-libcxx-setup.sh20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/libjpeg/
Dmaktjpeg.st14 ; * * * COMPILER OPTIONS * * *
Dmakdjpeg.st14 ; * * * COMPILER OPTIONS * * *
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/libpng/contrib/pngminus/
Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""

12