Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl2.c177 tree basetype, arg_types, parms, parm, fntype; in maybe_retrofit_in_chrg() local
194 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
196 arg_types = TREE_CHAIN (arg_types); in maybe_retrofit_in_chrg()
211 arg_types = hash_tree_chain (vtt_parm_type, arg_types); in maybe_retrofit_in_chrg()
220 arg_types = hash_tree_chain (integer_type_node, arg_types); in maybe_retrofit_in_chrg()
227 arg_types); in maybe_retrofit_in_chrg()
516 arg_types = TREE_CHAIN (arg_types); in check_java_method()
518 arg_types = TREE_CHAIN (arg_types); in check_java_method()
520 arg_types = TREE_CHAIN (arg_types); in check_java_method()
522 for (; arg_types != NULL_TREE; arg_types = TREE_CHAIN (arg_types)) in check_java_method()
[all …]
H A Ddecl.c5491 tree arg_types; in get_atexit_node() local
5519 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types); in get_atexit_node()
5520 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types); in get_atexit_node()
5524 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types); in get_atexit_node()
5525 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types); in get_atexit_node()
6569 tree arg_types; in build_ptrmem_type() local
7673 tree arg_types; in grokdeclarator() local
7786 && arg_types != void_list_node) in grokdeclarator()
7789 arg_types = void_list_node; in grokdeclarator()
8454 || (arg_types in grokdeclarator()
[all …]
H A Dcall.c2267 tree arg_types = FUNCTION_FIRST_USER_PARMTYPE (fn); in add_template_candidate_real() local
2268 if (arg_types && same_type_p (TYPE_MAIN_VARIANT (TREE_VALUE (arg_types)), in add_template_candidate_real()
2922 tree arg_types; in build_operator_new_call() local
2924 arg_types = TYPE_ARG_TYPES (TREE_TYPE (cand->fn)); in build_operator_new_call()
2926 arg_types = TREE_CHAIN (arg_types); in build_operator_new_call()
2928 if (arg_types in build_operator_new_call()
2929 && TREE_CHAIN (arg_types) == void_list_node in build_operator_new_call()
2930 && same_type_p (TREE_VALUE (arg_types), in build_operator_new_call()
H A Dpt.c7048 tsubst_arg_types (tree arg_types, in tsubst_arg_types() argument
7058 if (!arg_types || arg_types == void_list_node) in tsubst_arg_types()
7059 return arg_types; in tsubst_arg_types()
7061 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
7087 default_arg = TREE_PURPOSE (arg_types); in tsubst_arg_types()
7128 tree arg_types; in tsubst_function_type() local
7156 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args, in tsubst_function_type()
7158 if (arg_types == error_mark_node) in tsubst_function_type()
7163 fntype = build_function_type (return_type, arg_types); in tsubst_function_type()
7166 tree r = TREE_TYPE (TREE_VALUE (arg_types)); in tsubst_function_type()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddebug.c195 debug_type *arg_types; member
257 debug_type *arg_types; member
1415 f->arg_types = arg_types; in debug_make_function_type()
1593 m->arg_types = arg_types; in debug_make_method_type()
2186 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2570 type->u.kfunction->arg_types[is], in debug_write_type()
2621 type->u.kmethod->arg_types[is], in debug_write_type()
3138 a1 = t1->u.kfunction->arg_types; in debug_type_samep()
3139 a2 = t2->u.kfunction->arg_types; in debug_type_samep()
3196 a1 = t1->u.kmethod->arg_types; in debug_type_samep()
[all …]
H A Dprdbg.c693 char **arg_types; in pr_function_type() local
703 arg_types = NULL; in pr_function_type()
710 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_function_type()
716 if (arg_types[i] == NULL) in pr_function_type()
739 strcat (s, arg_types[i]); in pr_function_type()
748 free (arg_types); in pr_function_type()
898 char **arg_types; in pr_method_type() local
925 arg_types = NULL; in pr_method_type()
932 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_method_type()
938 if (arg_types[i] == NULL) in pr_method_type()
[all …]
H A Dieee.c1913 debug_type *arg_types; in parse_ieee_ty() local
1929 arg_types = NULL; in parse_ieee_ty()
1936 arg_types = ((debug_type *) in parse_ieee_ty()
1937 xmalloc ((nargs + 1) * sizeof *arg_types)); in parse_ieee_ty()
1949 last = arg_types[nargs - 1]; in parse_ieee_ty()
1966 if (debug_get_type_kind (dhandle, arg_types[i]) in parse_ieee_ty()
1975 arg_slots[i] = arg_types[i]; in parse_ieee_ty()
1976 arg_types[i] = in parse_ieee_ty()
1983 arg_types[nargs] = DEBUG_TYPE_NULL; in parse_ieee_ty()
2945 const debug_type *arg_types; in ieee_read_cxx_class() local
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c196 debug_type *arg_types; member
258 debug_type *arg_types; member
1416 f->arg_types = arg_types; in debug_make_function_type()
1594 m->arg_types = arg_types; in debug_make_method_type()
2187 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2571 type->u.kfunction->arg_types[is], in debug_write_type()
2622 type->u.kmethod->arg_types[is], in debug_write_type()
3139 a1 = t1->u.kfunction->arg_types; in debug_type_samep()
3140 a2 = t2->u.kfunction->arg_types; in debug_type_samep()
3197 a1 = t1->u.kmethod->arg_types; in debug_type_samep()
[all …]
H A Dprdbg.c694 char **arg_types; in pr_function_type() local
704 arg_types = NULL; in pr_function_type()
711 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_function_type()
717 if (arg_types[i] == NULL) in pr_function_type()
740 strcat (s, arg_types[i]); in pr_function_type()
749 free (arg_types); in pr_function_type()
899 char **arg_types; in pr_method_type() local
926 arg_types = NULL; in pr_method_type()
933 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_method_type()
939 if (arg_types[i] == NULL) in pr_method_type()
[all …]
H A Dieee.c1914 debug_type *arg_types; in parse_ieee_ty() local
1930 arg_types = NULL; in parse_ieee_ty()
1937 arg_types = ((debug_type *) in parse_ieee_ty()
1938 xmalloc ((nargs + 1) * sizeof *arg_types)); in parse_ieee_ty()
1950 last = arg_types[nargs - 1]; in parse_ieee_ty()
1967 if (debug_get_type_kind (dhandle, arg_types[i]) in parse_ieee_ty()
1976 arg_slots[i] = arg_types[i]; in parse_ieee_ty()
1977 arg_types[i] = in parse_ieee_ty()
1984 arg_types[nargs] = DEBUG_TYPE_NULL; in parse_ieee_ty()
2946 const debug_type *arg_types; in ieee_read_cxx_class() local
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c60 static int find_oload_champ_namespace (struct type **arg_types, int nargs,
67 int find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
75 static int find_oload_champ (struct type **arg_types, int nargs, int method,
1901 oload_champ = find_oload_champ (arg_types, nargs, method, num_fns, in find_overload_match()
1921 oload_champ = find_oload_champ_namespace (arg_types, nargs, in find_overload_match()
2003 find_oload_champ_namespace (struct type **arg_types, int nargs, in find_oload_champ_namespace() argument
2011 find_oload_champ_namespace_loop (arg_types, nargs, in find_oload_champ_namespace()
2029 find_oload_champ_namespace_loop (struct type **arg_types, int nargs, in find_oload_champ_namespace_loop() argument
2065 if (find_oload_champ_namespace_loop (arg_types, nargs, in find_oload_champ_namespace_loop()
2093 new_oload_champ = find_oload_champ (arg_types, nargs, 0, num_fns, in find_oload_champ_namespace_loop()
[all …]
H A Deval.c397 struct type **arg_types; in evaluate_subexp_standard() local
1125 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *))); in evaluate_subexp_standard()
1127 arg_types[ix - 1] = VALUE_TYPE (argvec[ix]); in evaluate_subexp_standard()
1129 (void) find_overload_match (arg_types, nargs, tstr, in evaluate_subexp_standard()
1180 arg_types = (struct type **) alloca (nargs * (sizeof (struct type *))); in evaluate_subexp_standard()
1182 arg_types[ix - 1] = VALUE_TYPE (argvec[ix]); in evaluate_subexp_standard()
1184 (void) find_overload_match (arg_types, nargs, NULL /* no need for name */ , in evaluate_subexp_standard()
H A Dstabsread.c1658 } *arg_types = 0; in read_type() local
1666 new->next = arg_types; in read_type()
1667 arg_types = new; in read_type()
1681 if (arg_types in read_type()
1682 && ! arg_types->next in read_type()
1683 && TYPE_CODE (arg_types->type) == TYPE_CODE_VOID) in read_type()
1697 for (t = arg_types, i = num_args - 1; t; t = t->next, i--) in read_type()
H A Dvalue.h392 extern int find_overload_match (struct type **arg_types, int nargs,
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c375 pop_argument_types (arg_types) in pop_argument_types() argument
376 tree arg_types; in pop_argument_types()
378 if (arg_types == end_params_node)
380 if (TREE_CODE (arg_types) == TREE_LIST)
382 char *message = pop_argument_types (TREE_CHAIN (arg_types));
384 pop_type_0 (TREE_VALUE (arg_types), &message);
H A Dexpr.c1725 pop_arguments (arg_types) in pop_arguments() argument
1726 tree arg_types; in pop_arguments()
1728 if (arg_types == end_params_node)
1730 if (TREE_CODE (arg_types) == TREE_LIST)
1732 tree tail = pop_arguments (TREE_CHAIN (arg_types));
1733 tree type = TREE_VALUE (arg_types);
2175 tree jnifunc, call, args, body, lookup_arg, method_sig, arg_types; local
2255 arg_types = TYPE_ARG_TYPES (TREE_TYPE (method));
2264 arg_types = tree_cons (NULL_TREE, object_ptr_type_node, arg_types);
2270 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c270 tree basetype, arg_types, parms, parm, fntype; local
287 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
288 basetype = TREE_TYPE (TREE_VALUE (arg_types));
289 arg_types = TREE_CHAIN (arg_types);
304 arg_types = hash_tree_chain (vtt_parm_type, arg_types);
313 arg_types = hash_tree_chain (integer_type_node, arg_types);
320 arg_types);
647 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (method)); local
655 for (; arg_types != NULL_TREE; arg_types = TREE_CHAIN (arg_types))
657 tree type = TREE_VALUE (arg_types);
H A Ddecl.c9152 tree arg_types; in get_atexit_node() local
9176 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types); in get_atexit_node()
9177 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types); in get_atexit_node()
11512 tree arg_types; local
11662 arg_types = grokparms (inner_parms);
11675 arg_types = void_list_node;
12409 if (arg_types == void_list_node
12410 || (arg_types
12411 && TREE_CHAIN (arg_types)
12412 && TREE_CHAIN (arg_types) != void_list_node
[all …]
H A Dpt.c6458 tsubst_arg_types (arg_types, args, complain, in_decl) in tsubst_arg_types() argument
6459 tree arg_types; in tsubst_arg_types()
6467 if (!arg_types || arg_types == void_list_node)
6468 return arg_types;
6496 return hash_tree_cons (TREE_PURPOSE (arg_types), type,
6526 tree arg_types; local
6538 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args,
6540 if (arg_types == error_mark_node)
6545 fntype = build_function_type (return_type, arg_types);
6548 tree r = TREE_TYPE (TREE_VALUE (arg_types));
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1197 std::vector<CompilerType> arg_types; in CreateFunctionType() local
1198 arg_types.reserve(arg_indices.size()); in CreateFunctionType()
1204 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()
1218 return_ct, arg_types.data(), arg_types.size(), is_variadic, 0, *cc); in CreateFunctionType()
/openbsd/gnu/gcc/gcc/
H A Dc-decl.c4430 tree arg_types; in grokdeclarator() local
4461 arg_types = grokparms (arg_info, really_funcdef); in grokdeclarator()
4485 type = build_function_type (type, arg_types); in grokdeclarator()
4954 tree arg_types = arg_info->types; in grokparms() local
4963 if (arg_types == 0 && !funcdef_flag && !in_system_header) in grokparms()
4967 if (arg_types == error_mark_node) in grokparms()
4970 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE) in grokparms()
4993 for (parm = arg_info->parms, typelt = arg_types, parmno = 1; in grokparms()
5029 return arg_types; in grokparms()
H A Dc-common.c6297 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (function)); in sync_resolve_params() local
6304 arg_types = TREE_CHAIN (arg_types); in sync_resolve_params()
6310 while (arg_types != void_list_node) in sync_resolve_params()
6326 val = convert (TREE_VALUE (arg_types), val); in sync_resolve_params()
6329 arg_types = TREE_CHAIN (arg_types); in sync_resolve_params()
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c2043 const char *arg_types; /* s=short,l=long, upper case for unsigned */ member
2063 for (a=strlen (s16builtins[i].arg_types)-1; a>=0; a--) in xstormy16_init_builtins()
2065 switch (s16builtins[i].arg_types[a]) in xstormy16_init_builtins()
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c2302 const char *arg_types; /* s=short,l=long, upper case for unsigned */ member
2322 for (a=strlen (s16builtins[i].arg_types)-1; a>=0; a--) in xstormy16_init_builtins()
2324 switch (s16builtins[i].arg_types[a]) in xstormy16_init_builtins()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c3719 build_function_type (value_type, arg_types) in build_function_type() argument
3720 tree value_type, arg_types; in build_function_type()
3734 TYPE_ARG_TYPES (t) = arg_types;
3737 hashcode = TYPE_HASH (value_type) + type_hash_list (arg_types);

12