/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.h | 115 typedef struct type *type_p; typedef 126 extern type_p structures; 177 type_p type; /* When OPTION_TYPE. */ 185 type_p type; 199 type_p info); 206 options_p create_nested_ptr_option (options_p next, type_p t, 213 type_p type; /* Its GTY-ed type. */ 253 type_p next; 264 type_p pointer_to; 275 type_p p; [all …]
|
H A D | gengtype-parse.c | 461 static type_p type (options_p *optsp, bool nested); 486 static type_p 489 type_p ty; in absdecl() 509 type_p ty; in type_optvalue() 520 type_p ty; in nestedptr_optvalue() 623 static type_p 624 array_and_function_declarators_opt (type_p ty) in array_and_function_declarators_opt() 642 static type_p inner_declarator (type_p, const char **, options_p *, bool); 654 static type_p 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() [all …]
|
H A D | gengtype.c | 92 static void dump_type (int indent, type_p p); 93 static void dump_type_list (int indent, type_p p); 132 static type_p 133 get_ultimate_base_class (type_p s) in get_ultimate_base_class() 164 dbgprint_count_type_at (const char *fil, int lin, const char *msg, type_p t) in dbgprint_count_type_at() 170 type_p p = NULL; in dbgprint_count_type_at() 496 type_p structures = NULL; 499 static type_p adjust_field_tree_exp (type_p t, options_p opt); 500 static type_p adjust_field_rtx_def (type_p t, options_p opt); 505 do_typedef (const char *s, type_p t, struct fileloc *pos) in do_typedef() [all …]
|
H A D | gengtype-state.c | 172 void write_state_scalar_type (type_p current); 173 void write_state_string_type (type_p current); 174 void write_state_undefined_type (type_p current); 175 void write_state_struct_union_type (type_p current, const char *kindstr); 176 void write_state_struct_type (type_p current); 177 void write_state_user_struct_type (type_p current); 178 void write_state_union_type (type_p current); 179 void write_state_lang_struct_type (type_p current); 180 void write_state_pointer_type (type_p current); 181 void write_state_array_type (type_p current); [all …]
|
H A D | tree.c | 12298 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); in walk_tree_1() local 12299 if (TREE_CODE (*type_p) == ERROR_MARK) in walk_tree_1() 12305 result = (*func) (type_p, &walk_subtrees, data); in walk_tree_1() 12311 if (!POINTER_TYPE_P (*type_p)) in walk_tree_1() 12313 result = walk_type_fields (*type_p, func, data, pset, lh); in walk_tree_1() 12319 if (RECORD_OR_UNION_TYPE_P (*type_p)) in walk_tree_1() 12323 for (field = TYPE_FIELDS (*type_p); field; in walk_tree_1() 12336 if (TREE_CODE (*type_p) == QUAL_UNION_TYPE) in walk_tree_1() 12342 else if (TREE_CODE (*type_p) == BOOLEAN_TYPE in walk_tree_1() 12343 || TREE_CODE (*type_p) == ENUMERAL_TYPE in walk_tree_1() [all …]
|
H A D | ipa-fnsummary.c | 1353 int *index_p, tree *type_p, 1382 *type_p = type;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.h | 120 typedef struct type *type_p; typedef 131 extern type_p structures; 185 type_p type; /* When OPTION_TYPE. */ 193 type_p type; 207 type_p info); 214 options_p create_nested_ptr_option (options_p next, type_p t, 221 type_p type; /* Its GTY-ed type. */ 261 type_p next; 272 type_p pointer_to; 283 type_p p; [all …]
|
H A D | gengtype-parse.cc | 461 static type_p type (options_p *optsp, bool nested); 486 static type_p 489 type_p ty; in absdecl() 509 type_p ty; in type_optvalue() 520 type_p ty; in nestedptr_optvalue() 623 static type_p 624 array_and_function_declarators_opt (type_p ty) in array_and_function_declarators_opt() 642 static type_p inner_declarator (type_p, const char **, options_p *, bool); 654 static type_p 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() [all …]
|
H A D | gengtype.cc | 92 static void dump_type (int indent, type_p p); 93 static void dump_type_list (int indent, type_p p); 132 static type_p 133 get_ultimate_base_class (type_p s) in get_ultimate_base_class() 169 dbgprint_count_type_at (const char *fil, int lin, const char *msg, type_p t) in dbgprint_count_type_at() 176 type_p p = NULL; in dbgprint_count_type_at() 511 type_p structures = NULL; 514 static type_p adjust_field_tree_exp (type_p t, options_p opt); 515 static type_p adjust_field_rtx_def (type_p t, options_p opt); 520 do_typedef (const char *s, type_p t, struct fileloc *pos) in do_typedef() [all …]
|
H A D | gengtype-state.cc | 173 void write_state_scalar_type (type_p current); 174 void write_state_string_type (type_p current); 175 void write_state_callback_type (type_p current); 176 void write_state_undefined_type (type_p current); 177 void write_state_struct_union_type (type_p current, const char *kindstr); 178 void write_state_struct_type (type_p current); 179 void write_state_user_struct_type (type_p current); 180 void write_state_union_type (type_p current); 181 void write_state_lang_struct_type (type_p current); 182 void write_state_pointer_type (type_p current); [all …]
|
H A D | tree.cc | 11394 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); in walk_tree_1() local 11395 if (TREE_CODE (*type_p) == ERROR_MARK) in walk_tree_1() 11401 result = (*func) (type_p, &walk_subtrees, data); in walk_tree_1() 11407 if (!POINTER_TYPE_P (*type_p)) in walk_tree_1() 11409 result = walk_type_fields (*type_p, func, data, pset, lh); in walk_tree_1() 11415 if (RECORD_OR_UNION_TYPE_P (*type_p)) in walk_tree_1() 11419 for (field = TYPE_FIELDS (*type_p); field; in walk_tree_1() 11432 if (TREE_CODE (*type_p) == QUAL_UNION_TYPE) in walk_tree_1() 11438 else if (TREE_CODE (*type_p) == BOOLEAN_TYPE in walk_tree_1() 11439 || TREE_CODE (*type_p) == ENUMERAL_TYPE in walk_tree_1() [all …]
|
H A D | ipa-fnsummary.cc | 1442 int *index_p, tree *type_p, in decompose_param_expr() argument 1471 *type_p = type; in decompose_param_expr()
|
H A D | ChangeLog.tree-ssa | 611 'type_p' to const tree and rename it to 'type'. Update
|
H A D | ChangeLog-2007 | 24806 only definitions of options_p, type_p, and pair_p as opaque
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.c | 1530 bool type_p = TYPE_P (t); in pp_cxx_parameter_declaration_clause() local 1531 args = type_p ? NULL : FUNCTION_FIRST_USER_PARM (t); in pp_cxx_parameter_declaration_clause() 1532 types = type_p ? TYPE_ARG_TYPES (t) : FUNCTION_FIRST_USER_PARMTYPE (t); in pp_cxx_parameter_declaration_clause()
|
H A D | name-lookup.c | 3901 tree *value_p, tree *type_p) in do_nonmember_using_decl() argument 3904 tree type = *type_p; in do_nonmember_using_decl() 4004 *type_p = type; in do_nonmember_using_decl()
|
H A D | parser.c | 6338 bool type_p, in cp_parser_nested_name_specifier_opt() argument 6466 type_p, in cp_parser_nested_name_specifier_opt() 6700 bool type_p, in cp_parser_nested_name_specifier() argument 6709 type_p, in cp_parser_nested_name_specifier() 6743 bool type_p, in cp_parser_qualifying_entity() argument 6783 type_p ? class_type : none_type, in cp_parser_qualifying_entity()
|
H A D | decl.c | 4593 cp_fname_init (const char* name, tree *type_p) in cp_fname_init() argument 4610 *type_p = type; in cp_fname_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 4799 bool insert_p, tree *value_p, tree *type_p) in do_nonmember_using_decl() argument 4802 tree type = *type_p; in do_nonmember_using_decl() 4948 *type_p = type; in do_nonmember_using_decl()
|
H A D | parser.cc | 6672 bool type_p, in cp_parser_nested_name_specifier_opt() argument 6802 type_p, in cp_parser_nested_name_specifier_opt() 7036 bool type_p, in cp_parser_nested_name_specifier() argument 7045 type_p, in cp_parser_nested_name_specifier() 7079 bool type_p, in cp_parser_qualifying_entity() argument 7119 type_p ? class_type : none_type, in cp_parser_qualifying_entity()
|
H A D | ChangeLog-2004 | 501 (cp_parser_class_name): Replace type_p parameter with tag_type.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2007 | 9439 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2007 | 9439 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
|