Home
last modified time | relevance | path

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

12

/third_party/python/Python/
Dgetcompiler.c6 #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/
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/vk-gl-cts/external/amber/src/kokoro/scripts/linux/
Dbuild.sh25 COMPILER=$2
35 --env COMPILER="${COMPILER}" \
Dbuild_dawn.sh25 COMPILER=$2
35 --env COMPILER="${COMPILER}" \
Dbuild-docker.sh28 if [ ! -z "$COMPILER" ]; then
29 using "$COMPILER"
Dbuild_dawn-docker.sh28 if [ ! -z "$COMPILER" ]; then
29 using "$COMPILER"
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild.sh25 COMPILER=$2
38 --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/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/selinux/libselinux/
DMakefile41 COMPILER := gcc macro
43 COMPILER := clang macro
45 export COMPILER
/third_party/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 ####
/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/selinux/libselinux/src/
DMakefile29 COMPILER ?= gcc macro
31 COMPILER ?= clang macro
63 ifeq ($(COMPILER), gcc)
/third_party/benchmark/.github/
D.libcxx-setup.sh14 -DCMAKE_CXX_COMPILER=${COMPILER} \
/third_party/pcre2/pcre2/
DAUTHORS26 STACK-LESS JUST-IN-TIME COMPILER
/third_party/benchmark/
D.travis-libcxx-setup.sh20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
/third_party/json/cmake/
Dci.cmake812 foreach(COMPILER g++-4.8 g++-4.9 g++-5 g++-7 g++-8 g++-9 g++-10 clang++-3.5 clang++-3.6 clang++-3.7…
813 find_program(COMPILER_TOOL NAMES ${COMPILER})
815 add_custom_target(ci_test_compiler_${COMPILER}
816 COMMAND CXX=${COMPILER} ${CMAKE_COMMAND}
819 -S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_compiler_${COMPILER}
820 COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_compiler_${COMPILER}
821 …COMMAND cd ${PROJECT_BINARY_DIR}/build_compiler_${COMPILER} && ${CMAKE_CTEST_COMMAND} --parallel $…
822 COMMENT "Compile and test with ${COMPILER}"
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dmakevms.com40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
/third_party/flutter/skia/third_party/externals/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.""

12