Home
last modified time | relevance | path

Searched refs:iOS (Results 1 – 25 of 6268) sorted by relevance

12345678910>>...251

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/metal/src/
H A Ddevice.rs71 iOS, enumerator
84 OS::iOS in os()
558 (OS::iOS, 5) => 64 * KB, in max_total_threadgroup_memory_allocation()
559 (OS::iOS, 4) => { in max_total_threadgroup_memory_allocation()
623 OS::iOS => 16, in max_tessellation_factor()
666 (OS::iOS, 1) | (OS::iOS, 2) => { in max_1d_texture_size()
680 (OS::iOS, 1) | (OS::iOS, 2) => { in max_2d_texture_size()
694 (OS::iOS, 1) | (OS::iOS, 2) => { in max_cube_map_texture_size()
716 (OS::iOS, 1) | (OS::iOS, 2) | (OS::tvOS, 1) => 64, in copy_texture_buffer_alignment()
726 OS::iOS => { in new_texture_buffer_alignment()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/metal-0.17.0/src/
H A Ddevice.rs71 iOS, enumerator
84 OS::iOS in os()
558 (OS::iOS, 5) => 64 * KB, in max_total_threadgroup_memory_allocation()
559 (OS::iOS, 4) => { in max_total_threadgroup_memory_allocation()
623 OS::iOS => 16, in max_tessellation_factor()
666 (OS::iOS, 1) | (OS::iOS, 2) => { in max_1d_texture_size()
680 (OS::iOS, 1) | (OS::iOS, 2) => { in max_2d_texture_size()
694 (OS::iOS, 1) | (OS::iOS, 2) => { in max_cube_map_texture_size()
716 (OS::iOS, 1) | (OS::iOS, 2) | (OS::tvOS, 1) => 64, in copy_texture_buffer_alignment()
726 OS::iOS => { in new_texture_buffer_alignment()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/audio/stk/stk-4.6.2/iOS/demo/iOS Demo.xcodeproj/
H A Dproject.pbxproj148 path = "iOS Demo";
464 GCC_PREFIX_HEADER = "iOS Demo/iOS Demo-Prefix.pch";
470 INFOPLIST_FILE = "iOS Demo/iOS Demo-Info.plist";
483 GCC_PREFIX_HEADER = "iOS Demo/iOS Demo-Prefix.pch";
489 INFOPLIST_FILE = "iOS Demo/iOS Demo-Info.plist";
499 BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/iOS Demo.app/iOS Demo";
506 GCC_PREFIX_HEADER = "iOS Demo/iOS Demo-Prefix.pch";
511 INFOPLIST_FILE = "iOS DemoTests/iOS DemoTests-Info.plist";
522 BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/iOS Demo.app/iOS Demo";
529 GCC_PREFIX_HEADER = "iOS Demo/iOS Demo-Prefix.pch";
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DObjCRuntime.h45 iOS, enumerator
123 case iOS: in isGNUFamily()
199 case iOS: in shouldUseARCFunctionsForRetainRelease()
235 case iOS: in shouldUseRuntimeFunctionsForAlloc()
257 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
271 case iOS: in hasOptimizedSetter()
330 case iOS: in allowsPointerArithmetic()
393 case iOS: in hasAtomicCopyHelper()
408 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
426 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/docs/
H A DREADME-cmake.md18 * macOS, iOS, and tvOS, with support for XCode
36 Usage, iOS/tvOS
44 - build SDL for iOS, both static and dynamic
45 - build SDL test apps (as iOS/tvOS .app bundles)
46 - generate a working SDL_config.h for iOS (using SDL_config.h.cmake as a basis)
50 - `CMAKE_SYSTEM_NAME=<OS>` (either `iOS` or `tvOS`)
56 ### Examples (for iOS/tvOS):
58 - for iOS-Simulator, using the latest, installed SDK:
62 - for iOS-Device, using the latest, installed SDK, 64-bit only
66 - for iOS-Device, using the latest, installed SDK, mixed 32/64 bit
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
125 case iOS: in isGNUFamily()
201 case iOS: in shouldUseARCFunctionsForRetainRelease()
237 case iOS: in shouldUseRuntimeFunctionsForAlloc()
259 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
273 case iOS: in hasOptimizedSetter()
332 case iOS: in allowsPointerArithmetic()
395 case iOS: in hasAtomicCopyHelper()
410 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
428 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/docs/
H A DREADME-cmake.md18 * macOS, iOS, and tvOS, with support for XCode
36 Usage, iOS/tvOS
44 - build SDL for iOS, both static and dynamic
45 - build SDL test apps (as iOS/tvOS .app bundles)
46 - generate a working SDL_config.h for iOS (using SDL_config.h.cmake as a basis)
50 - `CMAKE_SYSTEM_NAME=<OS>` (either `iOS` or `tvOS`)
56 ### Examples (for iOS/tvOS):
58 - for iOS-Simulator, using the latest, installed SDK:
62 - for iOS-Device, using the latest, installed SDK, 64-bit only
66 - for iOS-Device, using the latest, installed SDK, mixed 32/64 bit
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DObjCRuntime.h44 iOS, enumerator
122 case iOS: in isGNUFamily()
198 case iOS: in shouldUseARCFunctionsForRetainRelease()
234 case iOS: in shouldUseRuntimeFunctionsForAlloc()
256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
270 case iOS: in hasOptimizedSetter()
329 case iOS: in allowsPointerArithmetic()
392 case iOS: in hasAtomicCopyHelper()
407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
425 case iOS: in hasEmptyCollections()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/xpkg/
H A Dbuild-package.sh16 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Interfaces.dll \
17 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Core.dll \
18 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Linq.dll \
19 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.PlatformServices.dll \
20 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Experimental.dll \
21 --library=iOS:Rx_Xamarin/iOS/libs/System.Reactive.Debugger.dll \
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/example/ios/
H A DPython-Apple-support.patch6 # - iOS - build everything for iOS
10 # - OpenSSL-iOS - build OpenSSL for iOS
11 +# - OpenSSL-iOS-simulator - build OpenSSL for iOS-simulator
17 # - BZip2-iOS - build BZip2 for iOS
23 -OS=macOS iOS tvOS watchOS
24 +OS=macOS iOS iOS-simulator tvOS tvOS-simulator watchOS watchOS-simulator
32 # iOS targets
34 +TARGETS-iOS=iphoneos.armv7 iphoneos.armv7s iphoneos.arm64
35 CFLAGS-iOS=-mios-version-min=7.0
40 +# iOS-simulator targets
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DObjCRuntime.h45 iOS, enumerator
89 case iOS: return true; in isNonFragile()
123 case iOS: in isGNUFamily()
148 case iOS: return true; in allowsARC()
199 case iOS: in shouldUseARCFunctionsForRetainRelease()
235 case iOS: in shouldUseRuntimeFunctionsForAlloc()
255 case iOS: in hasOptimizedSetter()
314 case iOS: in allowsPointerArithmetic()
377 case iOS: in hasAtomicCopyHelper()
392 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/metal/src/
H A Ddevice.rs98 iOS, enumerator
111 OS::iOS in os()
593 (OS::iOS, 5) => 64 * KB, in max_total_threadgroup_memory_allocation()
594 (OS::iOS, 4) => { in max_total_threadgroup_memory_allocation()
658 OS::iOS => 16, in max_tessellation_factor()
701 (OS::iOS, 1) | (OS::iOS, 2) => { in max_1d_texture_size()
715 (OS::iOS, 1) | (OS::iOS, 2) => { in max_2d_texture_size()
729 (OS::iOS, 1) | (OS::iOS, 2) => { in max_cube_map_texture_size()
751 (OS::iOS, 1) | (OS::iOS, 2) | (OS::tvOS, 1) => 64, in copy_texture_buffer_alignment()
761 OS::iOS => { in new_texture_buffer_alignment()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/src/
H A Ddevice.rs99 iOS, enumerator
112 OS::iOS in os()
594 (OS::iOS, 5) => 64 * KB, in max_total_threadgroup_memory_allocation()
595 (OS::iOS, 4) => { in max_total_threadgroup_memory_allocation()
659 OS::iOS => 16, in max_tessellation_factor()
702 (OS::iOS, 1) | (OS::iOS, 2) => { in max_1d_texture_size()
716 (OS::iOS, 1) | (OS::iOS, 2) => { in max_2d_texture_size()
730 (OS::iOS, 1) | (OS::iOS, 2) => { in max_cube_map_texture_size()
752 (OS::iOS, 1) | (OS::iOS, 2) | (OS::tvOS, 1) => 64, in copy_texture_buffer_alignment()
762 OS::iOS => { in new_texture_buffer_alignment()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/metal/src/
H A Ddevice.rs99 iOS, enumerator
112 OS::iOS in os()
594 (OS::iOS, 5) => 64 * KB, in max_total_threadgroup_memory_allocation()
595 (OS::iOS, 4) => { in max_total_threadgroup_memory_allocation()
659 OS::iOS => 16, in max_tessellation_factor()
702 (OS::iOS, 1) | (OS::iOS, 2) => { in max_1d_texture_size()
716 (OS::iOS, 1) | (OS::iOS, 2) => { in max_2d_texture_size()
730 (OS::iOS, 1) | (OS::iOS, 2) => { in max_cube_map_texture_size()
752 (OS::iOS, 1) | (OS::iOS, 2) | (OS::tvOS, 1) => 64, in copy_texture_buffer_alignment()
762 OS::iOS => { in new_texture_buffer_alignment()
[all …]

12345678910>>...251