Searched refs:type_p (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dgengtype.h41 typedef struct type *type_p; typedef in typeref:struct:type
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 para
[all...]
H A Dgengtype.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
[all...]
H A Dgengtype-yacc.y32 type_p t;
144 type_p newtype = NULL;
146 newtype = (type_p) 1;
H A Dgengtype-lex.l247 type_p t;
H A Dtree.c7719 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp));
7724 result = (*func) (type_p, &walk_subtrees, data);
7728 result = walk_type_fields (*type_p, func, data, pset);
7733 if (TREE_CODE (*type_p) == RECORD_TYPE
7734 || TREE_CODE (*type_p) == UNION_TYPE
7735 || TREE_CODE (*type_p) == QUAL_UNION_TYPE)
7739 for (field = TYPE_FIELDS (*type_p); field;
7752 if (TREE_CODE (*type_p) == QUAL_UNION_TYPE)
7757 WALK_SUBTREE (TYPE_SIZE (*type_p));
7758 WALK_SUBTREE_TAIL (TYPE_SIZE_UNIT (*type_p));
7689 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); local
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dparser.c3521 /*type_p=*/false,
3906 bool type_p,
4007 type_p,
4150 bool type_p,
4159 type_p,
4193 bool type_p,
4216 type_p ? class_type : none_type,
5098 /*type_p=*/false,
8597 /*type_p=*/true,
10386 /*type_p
3901 cp_parser_nested_name_specifier_opt(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
4145 cp_parser_nested_name_specifier(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
4187 cp_parser_class_or_namespace_name(cp_parser *parser, bool typename_keyword_p, bool template_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
[all...]
H A Ddecl.c3335 cp_fname_init (const char* name, tree *type_p)
3352 *type_p = type;
3326 cp_fname_init(const char* name, tree *type_p) argument

Completed in 272 milliseconds