Home
last modified time | relevance | path

Searched refs:COMPILER (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Python/
H A 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
21 #endif /* !COMPILER */
26 return COMPILER; in Py_GetCompiler()
/third_party/python/PC/
H A Dpyconfig.h82 /* We want COMPILER to expand to a string containing _MSC_VER's *value*.
116 /* set the COMPILER and support tier
126 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 64 bit (amd64) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]") macro
129 #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)") macro
134 #define COMPILER _Py_PASTE_VERSION("64 bit (ARM64)") macro
138 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") macro
185 #define COMPILER ("[ICC v." _Py_STRINGIZE(__INTEL_COMPILER) " 32 bit (Intel) with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]") macro
188 #define COMPILER _Py_PASTE_VERSION("32 bit (Intel)") macro
193 #define COMPILER _Py_PASTE_VERSION("32 bit (ARM)") macro
197 #define COMPILER _Py_PASTE_VERSIO macro
225 #define COMPILER global() macro
238 #define COMPILER global() macro
[all...]
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
H A Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
H A 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/
H A Dbuild.sh25 COMPILER=$2
36 --env COMPILER=${COMPILER} \
H A 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/spirv-tools/kokoro/scripts/linux/
H A Dbuild.sh25 COMPILER=$2
50 --env COMPILER=${COMPILER} \
H A Dbuild-docker.sh30 if [ $COMPILER = "clang" ]; then
32 elif [ $COMPILER = "gcc" ]; then
66 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
73 [ $COMPILER = "clang" ] || { echo "$CONFIG requires clang"; exit 1; }
84 if [ $COMPILER = "clang" ]; then
/third_party/selinux/libselinux/
H A DMakefile41 COMPILER := gcc macro
43 COMPILER := clang macro
45 export COMPILER
/third_party/selinux/libselinux/utils/
H A DMakefile8 COMPILER ?= gcc macro
10 COMPILER ?= clang macro
13 ifeq ($(COMPILER), gcc)
/third_party/node/deps/v8/include/
H A Dv8-unwinder.h41 COMPILER,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-unwinder.h41 COMPILER,
/third_party/node/deps/v8/src/execution/
H A Dvm-state-inl.h30 case COMPILER: in StateToString()
31 return "COMPILER"; in StateToString()
/third_party/selinux/libselinux/src/
H A DMakefile29 COMPILER ?= gcc macro
31 COMPILER ?= clang macro
63 ifeq ($(COMPILER), gcc)
/third_party/node/deps/v8/src/profiler/
H A Dsymbolizer.cc30 case COMPILER: in EntryForVMState()
H A Dsampling-heap-profiler.cc164 case COMPILER: in AddStack()
165 name = "(COMPILER)"; in AddStack()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp186 COMPILER, enumerator
1551 length = static_cast<int32_t>(uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFLAGS]) in pkg_createWithAssemblyCode()
1561 pkgDataFlags[COMPILER], in pkg_createWithAssemblyCode()
1665 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
1749 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
1776 pkgDataFlags[COMPILER], in pkg_createWithoutAssemblyCode()
2269 pkgDataFlags[COMPILER], in pkg_createOptMatchArch()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp186 COMPILER, enumerator
1548 length = static_cast<int32_t>(uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFLAGS]) 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/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp186 COMPILER, enumerator
1548 length = static_cast<int32_t>(uprv_strlen(pkgDataFlags[COMPILER]) + uprv_strlen(pkgDataFlags[LIBFLAGS]) 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/node/deps/v8/src/codegen/
H A Dcompiler.cc1097 VMState<COMPILER> state(isolate); in CompileTurbofan()
3436 VMState<COMPILER> state(isolate); in Compile()
3502 VMState<COMPILER> state(isolate); in Compile()

Completed in 19 milliseconds