Home
last modified time | relevance | path

Searched refs:macOS (Results 1 – 25 of 133) sorted by relevance

123456

/llvm-project/clang/test/SemaObjC/
H A Dunguarded-availability.m8 …{'new_int' has been marked as being introduced in macOS 10.12 here, but the deployment target is m…
10 …unc_10_11' has been marked as being introduced in macOS 10.11 here, but the deployment target is m…
13 …unc_10_12' has been marked as being introduced in macOS 10.12 here, but the deployment target is m…
15 …unc_10_12' has been marked as being introduced in macOS 10.12 here, but the deployment target is m…
20 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect…
25 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect…
42 …func_10_12(); // expected-warning{{'func_10_12' is only available on macOS 10.12 or newer}} expect…
48 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect…
51 …func_10_11(); // expected-warning{{'func_10_11' is only available on macOS 10.11 or newer}} expect…
53 if (@available(macOS 10.11, *)) {
[all …]
H A Dattr-availability.m8 …oto_method' has been marked as being introduced in macOS 10.8 here, but the deployment target is m…
16 …tialMethod' has been marked as being introduced in macOS 10.8 here, but the deployment target is m…
32 …/ expected-warning{{overriding method introduced after overridden method on macOS (10.4 vs. 10.3)}}
35 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}}
37 …lable))); // expected-warning{{overriding method cannot be unavailable on macOS when its overridde…
42 [a method]; // expected-warning{{'method' is deprecated: first deprecated in macOS 10.2}}
44 …[a proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
45 …[b proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
48 …// expected-warning@+2 {{'partialMethod' is only available on macOS 10.8 or newer}} expected-note@…
53 …// expected-warning@+2 {{'partial_proto_method' is only available on macOS 10.8 or newer}} expecte…
[all …]
H A Dattr-availability-1.m26 …/ expected-warning{{overriding method introduced after overridden method on macOS (10.4 vs. 10.3)}}
29 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}}
31 …lable))); // expected-warning{{overriding method cannot be unavailable on macOS when its overridde…
35 [a method]; // expected-warning{{'method' is deprecated: first deprecated in macOS 10.2}}
37 …[a proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
38 …[b proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
57 [super method]; // expected-warning {{'method' is deprecated: first deprecated in macOS 10.2}}
110 … interface_method]; // expected-error {{'interface_method' is unavailable: not available on macOS}}
112 [pa strange_method]; // expected-error {{'strange_method' is unavailable: not available on macOS}}
H A Dproperty-noninherited-availability-attr.m23 …y.myProperty = 0; // expected-warning {{'myProperty' is deprecated: first deprecated in macOS 10.8…
24 …y myProperty]; // expected-warning {{'myProperty' is deprecated: first deprecated in macOS 10.8}}
32 …operty]; // expected-warning {{'myProtocolProperty' is deprecated: first deprecated in macOS 10.8}}
H A Dunguarded-availability-new.m99 …// expected-warning@-3 {{'new_int' is only available on macOS 10.14 or newer}} expected-note@-3 {{…
116 // expected-warning@-3 {{'previouslyAvailable' is only available on macOS 10.12 or newer}}
123 // expected-warning@-3 {{'currentlyAvailable' is only available on macOS 10.13 or newer}}
139 // expected-warning@-3 {{'willBeAvailabile' is only available on macOS 10.14 or newer}}
/llvm-project/clang/test/Sema/
H A Dattr-availability-iosmac-infer-from-macos.c4 void f0(void) __attribute__((availability(macOS, introduced = 10.11)));
5 void f1(void) __attribute__((availability(macOS, introduced = 10.15)));
7 availability(macOS, introduced = 10.11,
10 __attribute__((availability(macOS, introduced = 10.11, deprecated = 10.14)))
14 __attribute__((availability(macOS, introduced = 10, deprecated = 100000)));
16 void fAvail(void) __attribute__((availability(macOS, unavailable)));
18 void f16(void) __attribute__((availability(macOS, introduced = 11.0)));
23 void fObs(void) __attribute__((availability(macOS, introduced = 10.11, obsoleted = 10.15))); // exp…
25 void fAPItoDepr(void) __attribute__((availability(macOS, introduced = 10.11, deprecated = 100000)));
27 void dontRemapFutureVers(void) __attribute__((availability(macOS, introduced = 20)));
[all …]
H A Davailability-guard-format.mm6 …ethod_bar' has been marked as being introduced in macOS 10.12 here, but the deployment target is m…
11 // expected-warning {{'method_bar' is only available on macOS 10.12 or newer}} \
13 // CHECK: "fix-it:.*if (@available(macOS 10.12, *))"
H A Dattr-availability-macosx.c13 void f6(int) __attribute__((availability(macOS,strict,introduced=10.6))); //expected-note{{'f6' has…
30 expected-error{{'not_yet_introduced_struct' is unavailable: introduced in macOS 10.6}}
48 struct __attribute__((availability(macOS,strict,introduced=10.9))) type_info // \
H A Dattr-availability-iosmac-infer-from-macos-no-sdk-settings.c3 void f0(void) __attribute__((availability(macOS, introduced = 10.11)));
5 void f1(void) __attribute__((availability(macOS, introduced = 10.15)));
/llvm-project/clang/test/FixIt/
H A Dfixit-availability.mm10 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
13 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
16 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
20 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n "
24 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
27 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
31 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
36 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n "
41 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n "
46 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.1
[all...]
/llvm-project/lld/test/MachO/invalid/
H A Dincompatible-arch.s13 # RUN: %lld -dylib -arch arm64 -platform_version macOS 10.14 10.15 -o %t/out.dylib %t/test.o
17 # DYLIB-PLAT: {{.*}}out.dylib has platform macOS, which is different from target platform iOS
19 # RUN: %lld -lSystem -dylib -arch arm64 -platform_version macOS 10.14.0 10.15.0 %t/out.dylib -o /de…
21 # RUN: %no-fatal-warnings-lld -lSystem -dylib -arch arm64 -platform_version macOS 10.13.0 10.15.0 %…
29 # OBJ-PLAT: {{.*}}test_x86.o has platform macOS, which is different from target platform iOS
31 # RUN: %lld %t/test_x86.o -lSystem -arch x86_64 -platform_version macOS 10.15.0 10.15.0 -o /dev/null
33 # RUN: %no-fatal-warnings-lld %t/test_x86.o -lSystem -arch x86_64 -platform_version macOS 10.14.0 1…
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DMachOPlatformTest.cpp22 auto macOS = MachOPlatform::HeaderOptions::BuildVersionOpts::fromTriple( in TEST() local
24 EXPECT_TRUE(macOS); in TEST()
25 EXPECT_EQ(macOS->Platform, MachO::PLATFORM_MACOS); in TEST()
/llvm-project/lldb/docs/resources/
H A Dcaveats.rst22 For example, on macOS, if you build and link against Python from
33 LLDB in Xcode on macOS
36 Users of lldb in Xcode on macOS commonly run into these issues when they
68 versions of macOS will not include Python 2.7.
/llvm-project/clang/test/Index/
H A Dcomplete-available.m4 if (@available(macOS 10.10, *)) {
15 // CHECK: {TypedText macOS} (40)
/llvm-project/llvm/utils/gn/secondary/lldb/tools/lldb-dap/
H A DBUILD.gn38 # FIXME: rpath/install_name stuff on macOS for framework on macOS
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dno_threadState.ips1 …p_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","incident_id…
16 "train" : "macOS 11.3",
H A Da.out.ips1 …p_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","incident_id…
16 "train" : "macOS 11.3",
/llvm-project/llvm/test/tools/llvm-objcopy/
H A Dtool-name.test25 ## This driver emulates install_name_tool on macOS.
35 ## This driver emulates bitcode_strip on macOS.
/llvm-project/lldb/docs/
H A Dindex.rst13 LLDB is the default debugger in Xcode on macOS and supports debugging C,
55 On macOS the shared library is exposed as a framework named LLDB.framework,
72 * macOS debugging for i386, x86_64 and AArch64
103 * on macOS with a :ref:`generated Xcode project <CMakeGeneratedXcodeProject>`
/llvm-project/lldb/tools/debugserver/source/
H A DCMakeLists.txt24 "See 'Code Signing on macOS' in the documentation."
92 #warning Building for macOS
94 #error Not building for macOS
113 …"Identity override for debugserver; see 'Code Signing on macOS' in the documentation (Darwin only)…
/llvm-project/clang/test/SemaCXX/
H A Dsuppress-availability-error-cf-options.cpp6 __attribute__((availability(macOS, unavailable)))
/llvm-project/lldb/test/API/functionalities/mtc/simple/
H A DMakefile5 ifeq (,$(findstring macOS,$(SDKROOT)))
/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
H A Ddynamic-shadow-darwin.ll11 ; // macOS does not use dynamic shadow placement on x86_64
13 ; // macOS does use dynamic shadow placement on arm64
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DPosixSpawnResponsible.h27 if (@available(macOS 10.14, *)) { in setup_posix_spawn_responsible_flag()
/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDBProperties.td8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;

123456