Searched refs:classdef (Results 1 – 2 of 2) sorted by relevance
3688 struct ieee_type_class *classdef; member5959 if (info->type_stack->type.classdef != NULL) in ieee_struct_field()5968 nindx = info->type_stack->type.classdef->indx; in ieee_struct_field()5970 &info->type_stack->type.classdef->pmiscbuf) in ieee_struct_field()5976 info->type_stack->type.classdef->pmisccount += 4; in ieee_struct_field()5989 &info->type_stack->type.classdef->refs) in ieee_struct_field()6103 struct ieee_type_class *classdef; in ieee_start_class_type() local6148 classdef = (struct ieee_type_class *) xmalloc (sizeof *classdef); in ieee_start_class_type()6149 memset (classdef, 0, sizeof *classdef); in ieee_start_class_type()6151 classdef->indx = indx; in ieee_start_class_type()[all …]
1420 (ieee_start_class_type): Don't initialize classdef entry of tag.