Searched refs:type_p (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gengtype.h | 41 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 …]
|
| HD | gengtype.c | 89 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 …]
|
| HD | gengtype-yacc.y | 32 type_p t; 144 type_p newtype = NULL; 146 newtype = (type_p) 1;
|
| HD | tree.c | 7689 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()
|
| HD | gengtype-lex.l | 247 type_p t;
|
| HD | ChangeLog.tree-ssa | 611 'type_p' to const tree and rename it to 'type'. Update
|
| /NextBSD/contrib/gcc/cp/ |
| HD | parser.c | 3904 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()
|
| HD | decl.c | 3326 cp_fname_init (const char* name, tree *type_p) in cp_fname_init() argument 3343 *type_p = type; in cp_fname_init()
|
| HD | ChangeLog-2004 | 501 (cp_parser_class_name): Replace type_p parameter with tag_type.
|