Searched refs:arg_types (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c194 debug_type *arg_types; member in struct:debug_function_type
256 debug_type *arg_types; member in struct:debug_method_type
1399 debug_type *arg_types, bfd_boolean varargs)
1416 f->arg_types = arg_types;
1575 debug_type domain_type, debug_type *arg_types,
1594 m->arg_types = arg_types;
2184 return type->u.kfunction->arg_types;
2187 return type->u.kmethod->arg_types;
1396 debug_make_function_type(void *handle, debug_type type, debug_type *arg_types, bfd_boolean varargs) argument
1572 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
[all...]
H A Dprdbg.c698 char **arg_types;
708 arg_types = NULL;
715 arg_types = (char **) xmalloc (argcount * sizeof *arg_types);
720 arg_types[i] = pop_type (info);
721 if (arg_types[i] == NULL)
723 len += strlen (arg_types[i]) + 2;
744 strcat (s, arg_types[i]);
753 free (arg_types);
903 char **arg_types;
693 char **arg_types; local
898 char **arg_types; local
[all...]
H A Dieee.c1912 debug_type *arg_types; local
1928 arg_types = NULL;
1935 arg_types = ((debug_type *)
1936 xmalloc ((nargs + 1) * sizeof *arg_types));
1938 if (! ieee_read_type_index (info, pp, arg_types + i))
1948 last = arg_types[nargs - 1];
1965 if (debug_get_type_kind (dhandle, arg_types[i])
1974 arg_slots[i] = arg_types[i];
1975 arg_types[i] =
1982 arg_types[narg
2944 const debug_type *arg_types; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c178 tree basetype, arg_types, parms, parm, fntype;
195 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
196 basetype = TREE_TYPE (TREE_VALUE (arg_types));
197 arg_types = TREE_CHAIN (arg_types);
212 arg_types = hash_tree_chain (vtt_parm_type, arg_types);
221 arg_types = hash_tree_chain (integer_type_node, arg_types);
228 arg_types);
177 tree basetype, arg_types, parms, parm, fntype; local
506 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (method)); local
[all...]
H A Ddecl.c5540 tree arg_types;
5561 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
5562 fn_type = build_function_type (void_type_node, arg_types);
5565 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
5568 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types);
5569 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
5573 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
5528 tree arg_types; local
6614 tree arg_types; local
7740 tree arg_types; local
8518 tree arg_types = FUNCTION_FIRST_USER_PARMTYPE (decl); local
[all...]
H A Dcall.c2267 tree arg_types = FUNCTION_FIRST_USER_PARMTYPE (fn); local
2268 if (arg_types && same_type_p (TYPE_MAIN_VARIANT (TREE_VALUE (arg_types)),
2922 tree arg_types; local
2924 arg_types = TYPE_ARG_TYPES (TREE_TYPE (cand->fn));
2926 arg_types = TREE_CHAIN (arg_types);
2928 if (arg_types
2929 && TREE_CHAIN (arg_types) == void_list_node
2930 && same_type_p (TREE_VALUE (arg_types),
[all...]
H A Dpt.c7058 tsubst_arg_types (tree arg_types,
7068 if (!arg_types || arg_types == void_list_node)
7069 return arg_types;
7071 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types),
7076 type = tsubst (TREE_VALUE (arg_types), args, complain, in_decl);
7097 default_arg = TREE_PURPOSE (arg_types);
7138 tree arg_types;
7166 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args,
7168 if (arg_types
7057 tsubst_arg_types(tree arg_types, tree args, tsubst_flags_t complain, tree in_decl) argument
7137 tree arg_types; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c65 static int find_oload_champ_namespace (struct type **arg_types, int nargs,
72 int find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
80 static int find_oload_champ (struct type **arg_types, int nargs, int method,
1926 find_overload_match (struct type **arg_types, int nargs, char *name, int method,
1972 oload_champ = find_oload_champ (arg_types, nargs, method, num_fns,
1992 oload_champ = find_oload_champ_namespace (arg_types, nargs,
2074 find_oload_champ_namespace (struct type **arg_types, int nargs,
2082 find_oload_champ_namespace_loop (arg_types, nargs,
2100 find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
2136 if (find_oload_champ_namespace_loop (arg_types, narg
1924 find_overload_match(struct type **arg_types, int nargs, char *name, int method, int lax, struct value **objp, struct symbol *fsym, struct value **valp, struct symbol **symp, int *staticp) argument
2072 find_oload_champ_namespace(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv) argument
2098 find_oload_champ_namespace_loop(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, int namespace_len, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv, int *oload_champ) argument
2210 find_oload_champ(struct type **arg_types, int nargs, int method, int num_fns, struct fn_field *fns_ptr, struct symbol **oload_syms, struct badness_vector **oload_champ_bv) argument
[all...]
H A Deval.c402 struct type **arg_types;
1130 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *)));
1132 arg_types[ix - 1] = VALUE_TYPE (argvec[ix]);
1134 (void) find_overload_match (arg_types, nargs, tstr,
1185 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *)));
1187 arg_types[ix - 1] = VALUE_TYPE (argvec[ix]);
1189 (void) find_overload_match (arg_types, nargs, NULL /* no need for name */ ,
400 struct type **arg_types; local
H A Dstabsread.c1706 } *arg_types = 0;
1714 new->next = arg_types;
1715 arg_types = new;
1729 if (arg_types
1730 && ! arg_types->next
1731 && TYPE_CODE (arg_types->type) == TYPE_CODE_VOID)
1745 for (t = arg_types, i = num_args - 1; t; t = t->next, i--)
1702 } *arg_types = 0; local
H A Dvalue.h393 extern int find_overload_match (struct type **arg_types, int nargs,
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dcommand.cpp629 /* arg_types is a string describing the numbers and types of arguments.
638 const char *arg_types; member in struct:S
762 if (check_args(command_table[i].arg_types, name, argc, argv))
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c4603 tree arg_types;
4634 arg_types = grokparms (arg_info, really_funcdef);
4658 type = build_function_type (type, arg_types);
5132 tree arg_types = arg_info->types;
5141 if (arg_types == 0 && !funcdef_flag && !in_system_header)
5145 if (arg_types == error_mark_node)
5148 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE)
5171 for (parm = arg_info->parms, typelt = arg_types, parmno = 1;
5207 return arg_types;
4582 tree arg_types; local
5110 tree arg_types = arg_info->types; local
[all...]
H A Dc-common.c6484 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (function));
6491 arg_types = TREE_CHAIN (arg_types);
6497 while (arg_types != void_list_node)
6513 val = convert (TREE_VALUE (arg_types), val);
6516 arg_types = TREE_CHAIN (arg_types);
6464 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (function)); local
H A Dtree.c5269 build_function_type (tree value_type, tree arg_types)
5283 TYPE_ARG_TYPES (t) = arg_types;
5287 hashcode = type_hash_list (arg_types, hashcode);
5245 build_function_type(tree value_type, tree arg_types) argument

Completed in 259 milliseconds