Home
last modified time | relevance | path

Searched defs:ZigType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dall_types.hpp1596 struct ZigType { struct
1597 ZigTypeId id; argument
1608 ZigTypePointer pointer; argument
1627 ZigType *pointer_parent[2]; // [0 - mut, 1 - const] argument
1628 ZigType *optional_parent; argument
1629 ZigType *any_frame_parent; argument
1632 ZigValue *cached_const_name_val;
1634 OnePossibleValue one_possible_value;
1636 uint32_t abi_align;
1639 size_t abi_size;
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dall_types.hpp1596 struct ZigType { struct
1597 ZigTypeId id; argument
1608 ZigTypePointer pointer; argument
1627 ZigType *pointer_parent[2]; // [0 - mut, 1 - const] argument
1628 ZigType *optional_parent; argument
1629 ZigType *any_frame_parent; argument
1632 ZigValue *cached_const_name_val;
1634 OnePossibleValue one_possible_value;
1636 uint32_t abi_align;
1639 size_t abi_size;
[all …]