Searched +full:macosx +full:- +full:version +full:- +full:min (Results 1 – 25 of 64) sorted by relevance
123
| /external/clang/test/Driver/ |
| D | objc-weak.m | 1 // Check miscellaneous Objective-C options. 3 … RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fobjc-we… 4 …lang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fobjc-weak -… 5 // ARC-WEAK: -fobjc-arc 6 // ARC-WEAK: -fobjc-weak 8 …N: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fno-objc-we… 9 …ng -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-objc-weak -fo… 10 // ARC-NO-WEAK: -fobjc-arc 11 // ARC-NO-WEAK: -fno-objc-weak 13 …N: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fobjc-arc -fobjc-weak … [all …]
|
| D | darwin-objc-defaults.m | 1 // Check non-fragile ABI and dispatch method defaults. 5 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \ 6 // RUN: -arch i386 -mmacosx-version-min=10.5 2> %t 7 // RUN: FileCheck --check-prefix CHECK-CHECK-I386_OSX10_5 < %t %s 9 // CHECK-CHECK-I386_OSX10_5: "-cc1" 10 // CHECK-CHECK-I386_OSX10_5: -fobjc-runtime=macosx-fragile-10.5 11 // CHECK-CHECK-I386_OSX10_5-NOT: -fobjc-dispatch-method 12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults 14 // RUN: %clang -target x86_64-apple-darwin10 -S -### %s \ 15 // RUN: -arch i386 -mmacosx-version-min=10.6 2> %t [all …]
|
| D | darwin-version.c | 1 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \ 2 // RUN: FileCheck --check-prefix=CHECK-VERSION-OSX %s 3 // CHECK-VERSION-OSX: "armv6k-apple-macosx10.5.0" 4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \ 5 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS2 %s 6 // CHECK-VERSION-IOS2: "armv6k-apple-ios2.0.0" 7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \ 8 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS22 %s 9 // CHECK-VERSION-IOS22: "armv6k-apple-ios2.2.0" 10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \ [all …]
|
| D | incompatible_sysroot.c | 1 // REQUIRES: x86-registered-target 2 // REQUIRES: aarch64-registered-target 4 …-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min… 5 …-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mwatchos-version… 6 …-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mtvos-version-mi… 7 …-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneSimulator9.2.sdk -mios-ver… 8 …-target x86_64-apple-darwin -Wno-incompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-… 11 // CHECK-OSX-IOS: warning: using sysroot for 'MacOSX' but targeting 'iPhone' 12 // CHECK-IOS-WATCHOS: warning: using sysroot for 'iPhoneOS' but targeting 'Watch' 13 // CHECK-IOS-TVOS: warning: using sysroot for 'iPhoneOS' but targeting 'AppleTV' [all …]
|
| /external/llvm/test/MC/MachO/ARM/ |
| D | version-min-diagnostics2.s | 1 // RUN: llvm-mc -triple i386-apple-ios %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=I… 2 // RUN: llvm-mc -triple i386-apple-watchos %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-pref… 3 // RUN: llvm-mc -triple i386-apple-tvos %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=… 4 // RUN: llvm-mc -triple i386-apple-macosx %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefi… 7 // WATCHOS: version-min-diagnostics2.s:[[@LINE-1]]:1: warning: .ios_version_min should only be used… 8 // TVOS: version-min-diagnostics2.s:[[@LINE-2]]:1: warning: .ios_version_min should only be used fo… 9 // MACOSX: version-min-diagnostics2.s:[[@LINE-3]]:1: warning: .ios_version_min should only be used … 10 // IOS-NOT: warning: .ios_version_min should only be used for ios targets 13 // WATCHOS: version-min-diagnostics2.s:[[@LINE-1]]:1: warning: .macosx_version_min should only be u… 14 // TVOS: version-min-diagnostics2.s:[[@LINE-2]]:1: warning: .macosx_version_min should only be used… [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/eigen/Eigen/src/Core/util/ |
| D | ConfigureVectorization.h | 4 // Copyright (C) 2008-2018 Gael Guennebaud <gael.guennebaud@inria.fr> 14 //------------------------------------------------------------------------------------------ 24 //------------------------------------------------------------------------------------------ 27 /* EIGEN_ALIGN_TO_BOUNDARY(n) forces data to be n-byte aligned. This is used to satisfy SIMD requir… 32 * vectorized and non-vectorized code. 110 …// Not sure which version fixed it, hopefully it doesn't affect 4.7, which is still somewhat in us… 189 //---------------------------------------------------------------------- 203 …#include <malloc.h> // for _aligned_malloc -- need it regardless of whether vectorization is enabl… 205 // a user reported that in 64-bit mode, MSVC doesn't care to define _M_IX86_FP. 220 // Defines symbols for compile-time detection of which instructions are [all …]
|
| /external/libffi/ |
| D | generate-darwin-source-and-headers.py | 16 triple = 'i386-apple-darwin11' 17 version_min = '-miphoneos-version-min=7.0' 29 triple = 'x86_64-apple-darwin13' 30 version_min = '-miphoneos-version-min=7.0' 42 triple = 'arm-apple-darwin11' 43 version_min = '-miphoneos-version-min=7.0' 55 triple = 'aarch64-apple-darwin13' 56 version_min = '-miphoneos-version-min=7.0' 66 sdk = 'macosx' 68 triple = 'i386-apple-darwin10' [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | generate-darwin-source-and-headers.py | 16 triple = 'i386-apple-darwin11' 17 version_min = '-miphoneos-version-min=5.1.1' 29 triple = 'x86_64-apple-darwin13' 30 version_min = '-miphoneos-version-min=7.0' 42 triple = 'arm-apple-darwin11' 43 version_min = '-miphoneos-version-min=5.1.1' 55 triple = 'aarch64-apple-darwin13' 56 version_min = '-miphoneos-version-min=7.0' 66 sdk = 'macosx' 68 triple = 'i386-apple-darwin10' [all …]
|
| /external/webp/ |
| D | xcframeworkbuild.sh | 13 set -e 20 # Extract Xcode version. 21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2) 22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then 27 # Extract the latest SDK version from the final field of the form: iphoneosX.Y 30 xcodebuild -showsdks \ 31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}' 32 xcodebuild -showsdks \ 33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}' 43 # Names should be of the form '<platform>-[<variant>-]<architecture>'. [all …]
|
| /external/compiler-rt/cmake/ |
| D | builtin-config-ix.cmake | 6 builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG) 7 builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG) 8 builtin_check_c_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG) 9 builtin_check_c_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG) 10 builtin_check_c_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG) 11 builtin_check_c_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG) 12 builtin_check_c_compiler_flag(-ffreestanding COMPILER_RT_HAS_FREESTANDING_FLAG) 13 builtin_check_c_compiler_flag(-mfloat-abi=soft COMPILER_RT_HAS_FLOAT_ABI_SOFT_FLAG) 14 builtin_check_c_compiler_flag(-mfloat-abi=hard COMPILER_RT_HAS_FLOAT_ABI_HARD_FLAG) 15 builtin_check_c_compiler_flag(-static COMPILER_RT_HAS_STATIC_FLAG) [all …]
|
| D | config-ix.cmake | 15 check_cxx_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG) 16 check_cxx_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG) 17 check_cxx_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG) 18 check_cxx_compiler_flag(-fno-exceptions COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG) 19 check_cxx_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG) 20 check_cxx_compiler_flag(-funwind-tables COMPILER_RT_HAS_FUNWIND_TABLES_FLAG) 21 check_cxx_compiler_flag(-fno-stack-protector COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG) 22 check_cxx_compiler_flag(-fno-sanitize=safe-stack COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG) 23 check_cxx_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG) 24 check_cxx_compiler_flag(-frtti COMPILER_RT_HAS_FRTTI_FLAG) [all …]
|
| /external/libcxx/include/ |
| D | __config | 1 // -*- C++ -*- 2 //===--------------------------- __config ---------------------------------===// 9 //===----------------------------------------------------------------------===// 93 // Enable optimized version of __do_get_(un)signed which avoids redundant copies. 104 // COFF dllexport semantics, since dllexport forces a non-inline definition 105 // of inline functions to be emitted anyway. Our own non-inline copy would 106 // conflict with the dllexport-emitted copy, so we disable it. 260 // Both MinGW and native MSVC provide a "MSVC"-like enviroment 263 // a MS compatibility version is specified. 437 // Objective-C++ features (opt-in) [all …]
|
| /external/compiler-rt/make/platform/ |
| D | clang_darwin.mk | 2 # version of the OS. The issue is that the backend may use functions which were 4 # with a version of the library which contains private_extern definitions of all 20 if $(LD) -v 2>&1 | grep "configured to support" \ 22 if $(CC) -arch $$arch \ 23 -integrated-as \ 25 -isysroot $(3) \ 26 -o /dev/null > /dev/null 2> /dev/null; then \ 44 result=`xcrun -find $(1) 2> /dev/null`; \ 50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \ 52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \ [all …]
|
| /external/llvm/include/llvm/ADT/ |
| D | Triple.h | 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 23 /// Triple - Helper class for working with autoconf configuration names. For 28 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 39 /// Clients that need to handle the non-canonical triples that users often 54 bpfel, // eBPF or extended BPF or 64-bit BPF (little endian) 55 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) 65 r600, // R600: AMD GPUs HD2XXX - HD6XXX 74 x86, // X86: i[3-9]86 [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
| D | MCStreamer.cpp | 1 //===- lib/MC/MCStreamer.cpp - Streaming Machine Code Output --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 63 Section->printSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection() 76 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue() 82 const char *Directive = MAI->getData8bitsDirective(); in emitRawBytes() 129 (MAB ? MAB->generateCompactUnwindEncoding(FI.Instructions) : 0); in generateCompactUnwindEncodings() 132 /// EmitIntValue - Special case of EmitValue that avoids the client having to 138 const bool IsLittleEndian = Context.getAsmInfo()->isLittleEndian(); in emitIntValue() 141 unsigned Index = IsLittleEndian ? 0 : 8 - Size; in emitIntValue() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Triple.h | 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 /// Triple - Helper class for working with autoconf configuration names. For 27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 38 /// Clients that need to handle the non-canonical triples that users often 55 bpfel, // eBPF or extended BPF or 64-bit BPF (little endian) 56 bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian) 66 r600, // R600: AMD GPUs HD2XXX - HD6XXX [all …]
|
| /external/python/cpython3/Lib/idlelib/ |
| D | debugger.py | 7 from idlelib import macosx 88 # there - insert a traceback.print_stack() to check it out. 93 # - return immediately from the nested run() 94 # - abort_loop ensures the nested event loop will terminate 95 # - the debugger's interaction routine completes normally 96 # - the restart_subprocess() will have taken care of stopping 246 self.nesting_level -= 1 259 if filename[:1] + filename[-1:] != "<>" and os.path.exists(filename): 379 if macosx.isAquaTk(): 380 # At least on with the stock AquaTk version on OSX 10.4 you'll [all …]
|
| /external/libvpx/build/make/ |
| D | configure.sh | 18 echo "See $0 --help for available options." 41 cat -n $1 >>$logfile 58 opt2=`echo $opt | sed -e 's;_;-;g'` 60 eval "toggle_${opt}=\"--disable-${opt2}\"" 62 eval "toggle_${opt}=\"--enable-${opt2} \"" 71 --help print this message 72 --log=yes|no|FILE file configure log is written to [config.log] 73 --target=TARGET target platform tuple [generic-gnu] 74 --cpu=CPU optimize for a specific cpu rather than a family 75 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS] [all …]
|
| /external/skia/gn/skia/ |
| D | BUILD.gn | 3 # Use of this source code is governed by a BSD-style license that can be 49 exec_script("../find_xcode_sysroot.py", [ "macosx" ], "trim string") 71 cflags += [ "-Wno-attributes" ] 77 cflags += [ "-ffp-contract=off" ] 82 "-v", 83 "--sysroot=" + rebase_path("$fuchsia_sdk_path/arch/$current_cpu/sysroot"), 85 cflags += [ "--sysroot=" + 88 current_cpu = "--target=x86_64-${current_os}" 90 target_triple = "--target=aarch64-unknown-${current_os}" 102 cflags += [ "--target=arm64-windows" ] [all …]
|
| /external/bazelbuild-rules_rust/cargo/private/ |
| D | cargo_build_script.bzl | 10 # buildifier: disable=bzl-visibility 17 # buildifier: disable=bzl-visibility 39 - (sequence): A flattened C command line flags for given action. 40 - (sequence): A flattened CXX command line flags for given action. 41 - (dict): C environment variables to be set for given action. 65 """Prefix execroot-relative paths of known arguments with ${pwd}. 75 s, opt, path = arg.partition("--sysroot=") 121 … = ctx.actions.declare_file(ctx.label.name + ".linksearchpaths") # rustc-link-search, propagated … 136 # Start with the default shell env, which contains any --action_env 158 if ctx.attr.version: [all …]
|
| /external/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 27 community contributors. If the version is out of date, please [create an issue 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 63 ./configure --prefix=$HOME [all …]
|
| /external/capstone/ |
| D | Makefile | 2 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 5 include pkgconfig.mk # package version 38 CFLAGS ?= -Os 39 CFLAGS += -DCAPSTONE_DIET 41 CFLAGS ?= -O3 45 CFLAGS += -DCAPSTONE_X86_ATT_DISABLE 48 CFLAGS += -fPIC -Wall -Wwrite-strings -Wmissing-prototypes -Iinclude 51 CFLAGS += -DCAPSTONE_USE_SYS_DYN_MEM 55 CFLAGS += -DCAPSTONE_HAS_OSXKERNEL 56 SDKROOT ?= $(shell xcodebuild -version -sdk macosx Path) [all …]
|
| /external/clang/tools/scan-build/libexec/ |
| D | ccc-analyzer | 8 ##===----------------------------------------------------------------------===## 13 ##===----------------------------------------------------------------------===## 24 ##===----------------------------------------------------------------------===## 26 ##===----------------------------------------------------------------------===## 51 ##===----------------------------------------------------------------------===## 53 ##===----------------------------------------------------------------------===## 59 if (-x "$dir/$file") { 76 if (`uname -a` =~ m/Darwin/) { 81 if (-x "/usr/bin/xcrun") { 89 if ($FindBin::Script =~ /c\+\+-analyzer/) { [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 1 //===- DarwinAsmParser.cpp - Darwin (Mach-O) Assembly Parser --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 63 this->MCAsmParserExtension::Initialize(Parser); in Initialize() 510 if (Sym->isDefined()) in parseDirectiveAltEntry() 554 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() 569 if (Sym->isTemporary()) in parseDirectiveIndirectSymbol() 570 return TokError("non-local symbol required in directive"); in parseDirectiveIndirectSymbol() 700 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection() 792 *OS << getSourceManager().getBufferInfo(CurBuf).Buffer->getBufferIdentifier() in parseDirectiveSecureLogUnique() [all …]
|
123