aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index 1535dc2a2..6b7fe21f1 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -25,6 +25,7 @@ BuiltinTypeIsProc *builtin_type_is_procs[BuiltinProc__type_simple_boolean_end -
is_type_simple_compare,
is_type_dereferenceable,
is_type_valid_for_keys,
+ is_type_valid_for_matrix_elems,
is_type_named,
is_type_pointer,
@@ -40,6 +41,7 @@ BuiltinTypeIsProc *builtin_type_is_procs[BuiltinProc__type_simple_boolean_end -
is_type_proc,
is_type_bit_set,
is_type_simd_vector,
+ is_type_matrix,
is_type_polymorphic_record_specialized,
is_type_polymorphic_record_unspecialized,