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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeck.C5 typedef struct S *type_p; typedef in typeref:struct:S
10 type_p callee (type_p arg) { return 0; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeck.C5 typedef struct S *type_p; typedef in typeref:struct:S
10 type_p callee (type_p arg) { return 0; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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.h80 type_p t;
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.c7204 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp));
7209 result = (*func) (type_p, &walk_subtrees, data);
7213 result = walk_type_fields (*type_p, func, data, pset);
7217 WALK_SUBTREE (TYPE_SIZE (*type_p));
7218 WALK_SUBTREE (TYPE_SIZE_UNIT (*type_p));
7221 if (TREE_CODE (*type_p) == RECORD_TYPE
7222 || TREE_CODE (*type_p) == UNION_TYPE
7223 || TREE_CODE (*type_p) == QUAL_UNION_TYPE)
7227 for (field = TYPE_FIELDS (*type_p); field;
7239 if (TREE_CODE (*type_p)
7174 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); local
[all...]
H A Dgengtype-yacc.c136 type_p t;
1335 type_p newtype = NULL;
1337 newtype = (type_p) 1;
H A Dgengtype-lex.c2158 type_p t;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h32 typedef struct type *type_p; typedef in typeref:struct:type
48 extern void do_typedef (const char *s, type_p t, struct fileloc *pos);
50 extern type_p resolve_typedef (const char *s, struct fileloc *pos);
51 extern type_p new_structure (const char *name, int isunion,
54 extern type_p find_structure (const char *s, int isunion);
55 extern type_p create_scalar_type (const char *name);
56 extern type_p create_pointer (type_p t);
57 extern type_p create_array (type_p
[all...]
H A Dgengtype-parse.c331 static type_p type (options_p *optsp, bool nested);
356 static type_p
359 type_p ty;
379 type_p ty;
390 type_p ty;
493 static type_p
494 array_and_function_declarators_opt (type_p ty)
512 static type_p inner_declarator (type_p, const char **, options_p *);
520 static type_p
[all...]
H A Dgengtype.c54 type_p type;
64 type_p type;
83 type_p next;
84 type_p pointer_to;
87 type_p p;
94 type_p lang_struct;
98 type_p p;
102 type_p stru;
103 type_p param[NUM_PARAM];
535 static type_p structure
[all...]
H A Dtree.c10255 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp));
10256 if (TREE_CODE (*type_p) == ERROR_MARK)
10262 result = (*func) (type_p, &walk_subtrees, data);
10266 result = walk_type_fields (*type_p, func, data, pset, lh);
10271 if (RECORD_OR_UNION_TYPE_P (*type_p))
10275 for (field = TYPE_FIELDS (*type_p); field;
10288 if (TREE_CODE (*type_p) == QUAL_UNION_TYPE)
10294 else if (TREE_CODE (*type_p) == BOOLEAN_TYPE
10295 || TREE_CODE (*type_p) == ENUMERAL_TYPE
10296 || TREE_CODE (*type_p)
10225 tree *type_p = &TREE_TYPE (DECL_EXPR_DECL (*tp)); local
[all...]
H A Dipa-struct-reorg.c2014 is_candidate (tree var, tree *type_p, VEC (tree, heap) **unsuitable_types) argument
2019 *type_p = NULL;
2048 *type_p = type;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmemory-map.c65 ULONGEST *start_p, *length_p, *type_p; local
69 type_p = xml_find_attribute (attributes, "type")->value;
74 r->attrib.mode = *type_p;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c3269 /*type_p=*/false,
3649 bool type_p,
3750 type_p,
3893 bool type_p,
3902 type_p,
3936 bool type_p,
3959 type_p ? class_type : none_type,
4840 /*type_p=*/false,
8067 /*type_p=*/true,
9869 /*type_p
3644 cp_parser_nested_name_specifier_opt(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
3888 cp_parser_nested_name_specifier(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
3930 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.c3172 cp_fname_init (const char* name, tree *type_p)
3189 *type_p = type;
3163 cp_fname_init(const char* name, tree *type_p) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c3698 /*type_p=*/false,
4111 bool type_p,
4212 type_p,
4372 bool type_p,
4381 type_p,
4415 bool type_p,
4440 type_p ? class_type : none_type,
5432 /*type_p=*/false,
10053 /*type_p=*/true,
12069 /*type_p
4106 cp_parser_nested_name_specifier_opt(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
4367 cp_parser_nested_name_specifier(cp_parser *parser, bool typename_keyword_p, bool check_dependency_p, bool type_p, bool is_declaration) argument
4409 cp_parser_qualifying_entity(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.c3555 cp_fname_init (const char* name, tree *type_p)
3572 *type_p = type;
3546 cp_fname_init(const char* name, tree *type_p) argument

Completed in 570 milliseconds