#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
Go to the source code of this file.
|
| #define | __has_include(x) 0 |
| |
| #define | __has_attribute(x) 0 |
| |
| #define | __has_feature(x) 0 |
| |
| #define | __has_warning(x) 0 |
| |
| #define | SWIFT_TYPEDEFS 1 |
| |
| #define | SWIFT_PASTE_HELPER(x, y) x##y |
| |
| #define | SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) |
| |
| #define | SWIFT_METATYPE(X) Class |
| |
| #define | SWIFT_CLASS_PROPERTY(...) |
| |
| #define | SWIFT_RUNTIME_NAME(X) |
| |
| #define | SWIFT_COMPILE_NAME(X) |
| |
| #define | SWIFT_METHOD_FAMILY(X) |
| |
| #define | SWIFT_NOESCAPE |
| |
| #define | SWIFT_RELEASES_ARGUMENT |
| |
| #define | SWIFT_WARN_UNUSED_RESULT |
| |
| #define | SWIFT_NORETURN |
| |
| #define | SWIFT_CLASS_EXTRA |
| |
| #define | SWIFT_PROTOCOL_EXTRA |
| |
| #define | SWIFT_ENUM_EXTRA |
| |
| #define | SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
| |
| #define | SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA |
| |
| #define | SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) |
| |
| #define | SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) |
| |
| #define | SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| |
| #define | SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA |
| |
| #define | SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) |
| |
| #define | OBJC_DESIGNATED_INITIALIZER |
| |
| #define | SWIFT_ENUM_ATTR(_extensibility) |
| |
| #define | SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type |
| |
| #define | SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) |
| |
| #define | SWIFT_UNAVAILABLE __attribute__((unavailable)) |
| |
| #define | SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) |
| |
| #define | SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) |
| |
| #define | SWIFT_WEAK_IMPORT __attribute__((weak_import)) |
| |
| #define | SWIFT_DEPRECATED __attribute__((deprecated)) |
| |
| #define | SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) |
| |
| #define | SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| |
| #define | SWIFT_EXTERN extern |
| |
| #define | SWIFT_CALL __attribute__((swiftcall)) |
| |
| #define | SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) |
| |
| #define | SWIFT_CONTEXT __attribute__((swift_context)) |
| |
| #define | SWIFT_ERROR_RESULT __attribute__((swift_error_result)) |
| |
| #define | SWIFT_NOEXCEPT |
| |
| #define | SWIFT_C_INLINE_THUNK inline |
| |
| #define | SWIFT_IMPORT_STDLIB_SYMBOL |
| |
◆ __has_attribute
| #define __has_attribute |
( |
|
x | ) |
0 |
◆ __has_feature
◆ __has_include
◆ __has_warning
◆ OBJC_DESIGNATED_INITIALIZER
| #define OBJC_DESIGNATED_INITIALIZER |
◆ SWIFT_AVAILABILITY
◆ SWIFT_C_INLINE_THUNK
◆ SWIFT_CALL
◆ SWIFT_CLASS
◆ SWIFT_CLASS_EXTRA
◆ SWIFT_CLASS_NAMED
◆ SWIFT_CLASS_PROPERTY
| #define SWIFT_CLASS_PROPERTY |
( |
|
... | ) |
|
◆ SWIFT_COMPILE_NAME
◆ SWIFT_CONTEXT
◆ SWIFT_DEPRECATED
◆ SWIFT_DEPRECATED_MSG
◆ SWIFT_DEPRECATED_OBJC
◆ SWIFT_ENUM
◆ SWIFT_ENUM_ATTR
◆ SWIFT_ENUM_EXTRA
◆ SWIFT_ENUM_NAMED
◆ SWIFT_ERROR_RESULT
◆ SWIFT_EXTENSION
◆ SWIFT_EXTERN
◆ SWIFT_IMPORT_STDLIB_SYMBOL
| #define SWIFT_IMPORT_STDLIB_SYMBOL |
◆ SWIFT_INDIRECT_RESULT
◆ SWIFT_METATYPE
◆ SWIFT_METHOD_FAMILY
◆ SWIFT_NOESCAPE
◆ SWIFT_NOEXCEPT
◆ SWIFT_NORETURN
◆ SWIFT_PASTE
◆ SWIFT_PASTE_HELPER
| #define SWIFT_PASTE_HELPER |
( |
|
x, |
|
|
|
y |
|
) |
| x##y |
◆ SWIFT_PROTOCOL
◆ SWIFT_PROTOCOL_EXTRA
◆ SWIFT_PROTOCOL_NAMED
◆ SWIFT_RELEASES_ARGUMENT
| #define SWIFT_RELEASES_ARGUMENT |
◆ SWIFT_RESILIENT_CLASS
◆ SWIFT_RESILIENT_CLASS_NAMED
◆ SWIFT_RUNTIME_NAME
◆ SWIFT_TYPEDEFS
◆ SWIFT_UNAVAILABLE
◆ SWIFT_UNAVAILABLE_MSG
◆ SWIFT_WARN_UNUSED_RESULT
| #define SWIFT_WARN_UNUSED_RESULT |
◆ SWIFT_WEAK_IMPORT
◆ __attribute__
◆ char16_t
◆ char32_t