Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDgengtype.h41 typedef struct type *type_p; typedef
46 type_p type;
62 type_p type;
80 type_p next;
81 type_p pointer_to;
84 type_p p;
91 type_p lang_struct;
95 type_p p;
99 type_p stru;
100 type_p param[NUM_PARAM];
[all …]
HDgengtype.c89 static type_p structures;
90 static type_p param_structs;
94 static type_p find_param_structure
95 (type_p t, type_p param[NUM_PARAM]);
96 static type_p adjust_field_tree_exp (type_p t, options_p opt);
97 static type_p adjust_field_rtx_def (type_p t, options_p opt);
102 do_typedef (const char *s, type_p t, struct fileloc *pos) in do_typedef()
135 type_p
149 type_p
153 type_p si; in new_structure()
[all …]
HDgengtype-yacc.y32 type_p t;
144 type_p newtype = NULL;
146 newtype = (type_p) 1;
HDtree.c7689 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); in walk_tree() local
7694 result = (*func) (type_p, &walk_subtrees, data); in walk_tree()
7698 result = walk_type_fields (*type_p, func, data, pset); in walk_tree()
7703 if (TREE_CODE (*type_p) == RECORD_TYPE in walk_tree()
7704 || TREE_CODE (*type_p) == UNION_TYPE in walk_tree()
7705 || TREE_CODE (*type_p) == QUAL_UNION_TYPE) in walk_tree()
7709 for (field = TYPE_FIELDS (*type_p); field; in walk_tree()
7722 if (TREE_CODE (*type_p) == QUAL_UNION_TYPE) in walk_tree()
7727 WALK_SUBTREE (TYPE_SIZE (*type_p)); in walk_tree()
7728 WALK_SUBTREE_TAIL (TYPE_SIZE_UNIT (*type_p)); in walk_tree()
HDgengtype-lex.l247 type_p t;
HDChangeLog.tree-ssa611 'type_p' to const tree and rename it to 'type'. Update
/NextBSD/contrib/gcc/cp/
HDparser.c3904 bool type_p, in cp_parser_nested_name_specifier_opt() argument
4005 type_p, in cp_parser_nested_name_specifier_opt()
4148 bool type_p, in cp_parser_nested_name_specifier() argument
4157 type_p, in cp_parser_nested_name_specifier()
4191 bool type_p, in cp_parser_class_or_namespace_name() argument
4214 type_p ? class_type : none_type, in cp_parser_class_or_namespace_name()
HDdecl.c3326 cp_fname_init (const char* name, tree *type_p) in cp_fname_init() argument
3343 *type_p = type; in cp_fname_init()
HDChangeLog-2004501 (cp_parser_class_name): Replace type_p parameter with tag_type.