@@ -184,7 +184,7 @@ methodreceivers(unique int method: @object ref, int receiver: @object ref);
184
184
185
185
fieldstructs(unique int field: @object ref, int struct: @structtype ref);
186
186
187
- methodhosts(int method: @object ref, int host: @namedtype ref);
187
+ methodhosts(int method: @object ref, int host: @definedtype ref);
188
188
189
189
defs(int ident: @ident ref, int object: @object ref);
190
190
@@ -202,7 +202,7 @@ element_type(unique int container: @containertype ref, int tp: @type ref);
202
202
203
203
base_type(unique int ptr: @pointertype ref, int tp: @type ref);
204
204
205
- underlying_type(unique int named : @namedtype ref, int tp: @type ref);
205
+ underlying_type(unique int defined : @definedtype ref, int tp: @type ref);
206
206
207
207
#keyset[parent, index]
208
208
component_types(int parent: @compositetype ref, int index: int ref, string name: string ref, int tp: @type ref);
@@ -506,7 +506,7 @@ case @type.kind of
506
506
| 35 = @sendchantype
507
507
| 36 = @recvchantype
508
508
| 37 = @sendrcvchantype
509
- | 38 = @namedtype
509
+ | 38 = @definedtype
510
510
| 39 = @typesetliteraltype;
511
511
512
512
@basictype = @booltype | @numerictype | @stringtype | @literaltype | @invalidtype | @unsafepointertype;
@@ -531,7 +531,7 @@ case @type.kind of
531
531
| @stringliteraltype | @nilliteraltype;
532
532
533
533
@compositetype = @typeparamtype | @containertype | @structtype | @pointertype | @interfacetype | @tupletype
534
- | @signaturetype | @namedtype | @typesetliteraltype;
534
+ | @signaturetype | @definedtype | @typesetliteraltype;
535
535
536
536
@containertype = @arraytype | @slicetype | @maptype | @chantype;
537
537
0 commit comments