vox.fe.ast.type.static_array

Members

Functions

calc_length_static_array
uint calc_length_static_array(StaticArrayTypeNode* node, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
gen_init_value_static_array
IrIndex gen_init_value_static_array(StaticArrayTypeNode* node, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
gen_ir_type_static_array
IrIndex gen_ir_type_static_array(StaticArrayTypeNode* node, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
name_register_nested_static_array
void name_register_nested_static_array(StaticArrayTypeNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_static_array
void name_resolve_static_array(StaticArrayTypeNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_static_array
void post_clone_static_array(StaticArrayTypeNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_static_array
void print_static_array(StaticArrayTypeNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
same_type_static_array
bool same_type_static_array(StaticArrayTypeNode* t1, StaticArrayTypeNode* t2, CompilationContext* context)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_static_array
void type_check_static_array(StaticArrayTypeNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_conv_static_array
TypeConvResKind type_conv_static_array(StaticArrayTypeNode* node, AstIndex typeBIndex, AstIndex expr, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StaticArrayTypeNode
struct StaticArrayTypeNode
Undocumented in source.

Meta

Authors

Andrey Penechko.