Types
- AddressSpace
- AtomicOrder
- AtomicRmwOp
- CallModifier
- CallingConvention
- CodeModel
- CompilerBackend
- Endian
- ExportOptions
- ExternOptions
- FloatMode
- GlobalLinkage
- LinkMode
- Mode
- OptimizeMode
- OutputMode
- PrefetchOptions
- ReduceOp
- Signedness
- SourceLocation
- StackTrace
- SymbolVisibility
- TestFn
- Type
- VaListAarch64
- VaListHexagon
- VaListPowerPc
- VaListS390x
- VaListX86_64
- WasiExecModel
Functions
fn PanicFn([]const u8, ?*StackTrace, ?usize) noreturn
This function type is used by the Zig language code generation and therefore mu…
This function type is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.
fn checkNonScalarSentinel(expected: anytype, actual: @TypeOf(expected)) void
No documentation provided.
fn default_panic(msg: []const u8, error_return_trace: ?*StackTrace, ret_addr: ?usize) noreturn
This function is used by the Zig language code generation and therefore must be…
This function is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.
fn panicInactiveUnionField(active: anytype, wanted: @TypeOf(active)) noreturn
No documentation provided.
fn panicSentinelMismatch(expected: anytype, actual: @TypeOf(expected)) noreturn
No documentation provided.
Values
TypeId | undefined | |
VaList | type | This data structure is used by the Zig language code generation and therefore m… |
panic | PanicFn | This function is used by the Zig language code generation and therefore must be… |
subsystem | ?std.Target.SubSystem |
|