mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Add calling_convention to Type
This commit is contained in:
@@ -160,10 +160,11 @@ Type :: struct {
|
|||||||
elem_counts: [Type_Elems_Cap]i64le,
|
elem_counts: [Type_Elems_Cap]i64le,
|
||||||
|
|
||||||
// Each of these is esed by some types, not all
|
// Each of these is esed by some types, not all
|
||||||
types: Array(Type_Index),
|
calling_convention: String, // Procedures
|
||||||
entities: Array(Entity_Index),
|
types: Array(Type_Index),
|
||||||
|
entities: Array(Entity_Index),
|
||||||
polymorphic_params: Type_Index, // Struct, Union
|
polymorphic_params: Type_Index, // Struct, Union
|
||||||
where_clauses: Array(String), // Struct, Union
|
where_clauses: Array(String), // Struct, Union
|
||||||
}
|
}
|
||||||
|
|
||||||
Type_Flags_Basic :: distinct bit_set[Type_Flag_Basic; u32le];
|
Type_Flags_Basic :: distinct bit_set[Type_Flag_Basic; u32le];
|
||||||
|
|||||||
Reference in New Issue
Block a user