Searched refs:formal_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware.c49 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
51 if (formal_type != NULL_TREE)
56 if (TREE_VALUE (tree_last (formal_type)) != void_type_node)
61 while (TREE_VALUE (formal_type) != void_type_node
62 && COMPLETE_TYPE_P (TREE_VALUE (formal_type)))
65 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type)));
72 formal_type = TREE_CHAIN (formal_type);
97 tree formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
99 if (formal_type !
[all...]
H A Dwinnt.c301 tree formal_type;
307 formal_type = TYPE_ARG_TYPES (TREE_TYPE (decl));
308 if (formal_type != NULL_TREE)
313 if (TREE_VALUE (tree_last (formal_type)) != void_type_node)
318 while (TREE_VALUE (formal_type) != void_type_node
319 && COMPLETE_TYPE_P (TREE_VALUE (formal_type)))
322 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type)));
328 formal_type = TREE_CHAIN (formal_type);\
300 tree formal_type; local
/freebsd-11-stable/contrib/gcc/
H A Dc-aux-info.c116 tree formal_type;
121 formal_type = TYPE_ARG_TYPES (fntype);
122 while (formal_type && TREE_VALUE (formal_type) != void_type_node)
129 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
135 formal_type = TREE_CHAIN (formal_type);
181 if (!formal_type)
197 tree formal_type;
199 formal_type
115 tree formal_type; local
196 tree formal_type; local
[all...]
H A Ddwarf2out.c11595 tree formal_type = NULL;
11615 formal_type = TREE_VALUE (link);
11616 if (formal_type == void_type_node)
11620 parm_die = gen_formal_parameter_die (formal_type, context_die);
11633 if (formal_type != void_type_node)
11580 tree formal_type = NULL; local
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h45 enum formal_type enum in struct:formal_struct
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c3060 struct type *formal_type = check_typedef (formal_type0);
3062 TYPE_CODE (formal_type) == TYPE_CODE_PTR
3063 ? check_typedef (TYPE_TARGET_TYPE (formal_type)) : formal_type;
3070 return make_array_descriptor (formal_type, actual, sp);
3071 else if (TYPE_CODE (formal_type) == TYPE_CODE_PTR)
3053 struct type *formal_type = check_typedef (formal_type0); local

Completed in 169 milliseconds