Home
last modified time | relevance | path

Searched refs:type_p (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.h115 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 Dgengtype-parse.c461 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 Dgengtype.c92 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 Dgengtype-state.c172 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 Dtree.c12298 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 Dipa-fnsummary.c1353 int *index_p, tree *type_p,
1382 *type_p = type;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h120 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 Dgengtype-parse.cc461 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 Dgengtype.cc92 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 Dgengtype-state.cc173 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 Dtree.cc11394 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 Dipa-fnsummary.cc1442 int *index_p, tree *type_p, in decompose_param_expr() argument
1471 *type_p = type; in decompose_param_expr()
H A DChangeLog.tree-ssa611 'type_p' to const tree and rename it to 'type'. Update
H A DChangeLog-200724806 only definitions of options_p, type_p, and pair_p as opaque
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c1530 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 Dname-lookup.c3901 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 Dparser.c6338 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 Ddecl.c4593 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 Dname-lookup.cc4799 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 Dparser.cc6672 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 DChangeLog-2004501 (cp_parser_class_name): Replace type_p parameter with tag_type.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20079439 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20079439 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)