Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]
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 …]
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 …]
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 …]
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 …]
Dipa-fnsummary.cc1442 int *index_p, tree *type_p, in decompose_param_expr() argument
1471 *type_p = type; in decompose_param_expr()
DChangeLog.tree-ssa611 'type_p' to const tree and rename it to 'type'. Update
DChangeLog-200724806 only definitions of options_p, type_p, and pair_p as opaque
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmemory-map.c65 ULONGEST *start_p, *length_p, *type_p; in memory_map_start_memory() local
71 type_p in memory_map_start_memory()
75 (enum mem_access_mode) *type_p); in memory_map_start_memory()
DChangeLog-20079439 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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()
DChangeLog-2004501 (cp_parser_class_name): Replace type_p parameter with tag_type.