Searched refs:find_structure (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-parse.cc | 955 base_class = find_structure (basename, TYPE_STRUCT); in type() 1002 return find_structure (s, kind); in type()
|
H A D | gengtype.cc | 601 type_p ty = find_structure (type_name, TYPE_USER_STRUCT); in create_user_defined_type() 656 arg_type = find_structure (field_name, TYPE_STRUCT); in create_user_defined_type() 705 type_p ty = find_structure (s, TYPE_UNDEFINED); in create_undefined_type() 843 find_structure (const char *name, enum typekind kind) in find_structure() function 1173 rtx_tp = create_pointer (find_structure ("rtx_def", TYPE_STRUCT)); in adjust_field_rtx_def() 1174 rtvec_tp = create_pointer (find_structure ("rtvec_def", TYPE_STRUCT)); in adjust_field_rtx_def() 1175 tree_tp = create_pointer (find_structure ("tree_node", TYPE_UNION)); in adjust_field_rtx_def() 1176 mem_attrs_tp = create_pointer (find_structure ("mem_attrs", TYPE_STRUCT)); in adjust_field_rtx_def() 1178 create_pointer (find_structure ("reg_attrs", TYPE_STRUCT)); in adjust_field_rtx_def() 1180 create_pointer (find_structure ("basic_block_def", TYPE_STRUCT)); in adjust_field_rtx_def() [all …]
|
H A D | gengtype.h | 441 extern type_p find_structure (const char *s, enum typekind kind);
|
H A D | ChangeLog-2002 | 17770 (find_structure): Remove 'pos' parameter. Change all callers. 17771 * gengtype-lex.l: Update for changes to find_structure. 17776 (find_structure): Just find a structure, don't worry about 17846 (find_structure): Add 'pos' parameter. 17847 * gengtype-lex.l: Update callers to find_structure. 17849 * gengtype.c (find_structure): Allow for structures to be defined
|
H A D | ChangeLog-2006 | 21307 Remove a now-unnecessary call to find_structure. 21309 (note_yacc_type): Remove an unnecessary call to find_structure. 21312 * gengtype-yacc.y (type): Remove unnecessary calls to find_structure.
|
H A D | ChangeLog-2012 | 3336 (find_structure): Accept TYPE_UNDEFINED. 14110 (find_structure): Likewise. 14152 (find_structure): Likewise.
|
H A D | ChangeLog-2007 | 24828 token type. Don't call find_structure; return the tag as a string.
|
H A D | ChangeLog-2016 | 6401 (find_structure): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-parse.c | 955 base_class = find_structure (basename, TYPE_STRUCT); in type() 1002 return find_structure (s, kind); in type()
|
H A D | gengtype.c | 586 type_p ty = find_structure (type_name, TYPE_USER_STRUCT); in create_user_defined_type() 641 arg_type = find_structure (field_name, TYPE_STRUCT); in create_user_defined_type() 690 type_p ty = find_structure (s, TYPE_UNDEFINED); in create_undefined_type() 828 find_structure (const char *name, enum typekind kind) in find_structure() function 1158 rtx_tp = create_pointer (find_structure ("rtx_def", TYPE_STRUCT)); in adjust_field_rtx_def() 1159 rtvec_tp = create_pointer (find_structure ("rtvec_def", TYPE_STRUCT)); in adjust_field_rtx_def() 1160 tree_tp = create_pointer (find_structure ("tree_node", TYPE_UNION)); in adjust_field_rtx_def() 1161 mem_attrs_tp = create_pointer (find_structure ("mem_attrs", TYPE_STRUCT)); in adjust_field_rtx_def() 1163 create_pointer (find_structure ("reg_attrs", TYPE_STRUCT)); in adjust_field_rtx_def() 1165 create_pointer (find_structure ("basic_block_def", TYPE_STRUCT)); in adjust_field_rtx_def() [all …]
|
H A D | gengtype.h | 430 extern type_p find_structure (const char *s, enum typekind kind);
|