Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenopinit.cc114 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
115 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); in handle_overloaded_code_for()
119 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
120 fprintf (file, "%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); in handle_overloaded_code_for()
122 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
151 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
152 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); in handle_overloaded_gen()
158 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
160 oname->arg_types[i], i); in handle_overloaded_gen()
164 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
H A Dread-rtl.cc699 || oname1->arg_types.length () != oname2->arg_types.length ()) in overloaded_name_eq_p()
702 for (unsigned int i = 0; i < oname1->arg_types.length (); ++i) in overloaded_name_eq_p()
703 if (strcmp (oname1->arg_types[i], oname2->arg_types[i]) != 0) in overloaded_name_eq_p()
751 tmp_oname.arg_types.create (current_iterators.length ()); in handle_overloaded_name()
785 tmp_oname.arg_types.safe_push (iterator->group->type); in handle_overloaded_name()
811 oname->arg_types = tmp_oname.arg_types; in handle_overloaded_name()
822 tmp_oname.arg_types.release (); in handle_overloaded_name()
837 instance->arg_values.create (oname->arg_types.length ()); in add_overload_instance()
H A Dgenemit.cc773 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in print_overload_arguments()
774 printf ("%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); in print_overload_arguments()
840 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
H A Dread-md.h126 vec<const char *> arg_types; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenopinit.c114 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
115 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); in handle_overloaded_code_for()
119 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
120 fprintf (file, "%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); in handle_overloaded_code_for()
122 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_code_for()
151 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
152 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); in handle_overloaded_gen()
158 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
160 oname->arg_types[i], i); in handle_overloaded_gen()
164 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
H A Dread-rtl.c633 || oname1->arg_types.length () != oname2->arg_types.length ()) in overloaded_name_eq_p()
636 for (unsigned int i = 0; i < oname1->arg_types.length (); ++i) in overloaded_name_eq_p()
637 if (strcmp (oname1->arg_types[i], oname2->arg_types[i]) != 0) in overloaded_name_eq_p()
685 tmp_oname.arg_types.create (current_iterators.length ()); in handle_overloaded_name()
719 tmp_oname.arg_types.safe_push (iterator->group->type); in handle_overloaded_name()
745 oname->arg_types = tmp_oname.arg_types; in handle_overloaded_name()
756 tmp_oname.arg_types.release (); in handle_overloaded_name()
771 instance->arg_values.create (oname->arg_types.length ()); in add_overload_instance()
H A Dgenemit.c768 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in print_overload_arguments()
769 printf ("%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); in print_overload_arguments()
835 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) in handle_overloaded_gen()
H A Dread-md.h126 vec<const char *> arg_types; member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c679 char **arg_types; in pr_function_type() local
689 arg_types = NULL; in pr_function_type()
696 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_function_type()
701 free (arg_types); in pr_function_type()
704 arg_types[i] = pop_type (info); in pr_function_type()
705 if (arg_types[i] == NULL) in pr_function_type()
707 free (arg_types); in pr_function_type()
710 len += strlen (arg_types[i]) + 2; in pr_function_type()
731 strcat (s, arg_types[i]); in pr_function_type()
740 free (arg_types); in pr_function_type()
[all …]
H A Ddebug.c195 debug_type *arg_types; member
257 debug_type *arg_types; member
1396 debug_type *arg_types, bool varargs) in debug_make_function_type() argument
1413 f->arg_types = arg_types; in debug_make_function_type()
1572 debug_type domain_type, debug_type *arg_types, in debug_make_method_type() argument
1591 m->arg_types = arg_types; in debug_make_method_type()
2187 return type->u.kfunction->arg_types; in debug_get_parameter_types()
2190 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2572 if (type->u.kfunction->arg_types == NULL) in debug_write_type()
2576 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++) in debug_write_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c672 char **arg_types; in pr_function_type() local
682 arg_types = NULL; in pr_function_type()
689 arg_types = xmalloc (argcount * sizeof (*arg_types)); in pr_function_type()
693 || (arg_types[i] = pop_type (info)) == NULL) in pr_function_type()
696 free (arg_types[j]); in pr_function_type()
697 free (arg_types); in pr_function_type()
700 len += strlen (arg_types[i]) + 2; in pr_function_type()
721 strcat (s, arg_types[i]); in pr_function_type()
722 free (arg_types[i]); in pr_function_type()
730 free (arg_types); in pr_function_type()
[all …]
H A Ddebug.c200 debug_type *arg_types; member
262 debug_type *arg_types; member
1400 debug_type *arg_types, bool varargs) in debug_make_function_type() argument
1416 f->arg_types = arg_types; in debug_make_function_type()
1571 debug_type domain_type, debug_type *arg_types, in debug_make_method_type() argument
1589 m->arg_types = arg_types; in debug_make_method_type()
2183 return type->u.kfunction->arg_types; in debug_get_parameter_types()
2186 return type->u.kmethod->arg_types; in debug_get_parameter_types()
2572 if (type->u.kfunction->arg_types == NULL) in debug_write_type()
2576 for (is = 0; type->u.kfunction->arg_types[is] != NULL; is++) in debug_write_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc154 auto_vec<tree, 32> arg_types; in get_aka_type() local
159 arg_types.safe_push (arg_type); in get_aka_type()
169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type) in get_aka_type()
H A Dc-decl.cc7033 tree arg_types; in grokdeclarator() local
7075 arg_types = grokparms (arg_info, really_funcdef); in grokdeclarator()
7127 type = build_function_type (type, arg_types); in grokdeclarator()
7852 tree arg_types = arg_info->types; in grokparms() local
7861 if (arg_types == NULL_TREE && !funcdef_flag in grokparms()
7866 if (arg_types == error_mark_node) in grokparms()
7870 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE) in grokparms()
7892 && !arg_types in grokparms()
7894 arg_types = arg_info->types = void_list_node; in grokparms()
7905 for (parm = arg_info->parms, typelt = arg_types, parmno = 1; in grokparms()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c154 auto_vec<tree, 32> arg_types; in get_aka_type() local
159 arg_types.safe_push (arg_type); in get_aka_type()
169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type) in get_aka_type()
H A Dc-decl.c6709 tree arg_types; in grokdeclarator() local
6751 arg_types = grokparms (arg_info, really_funcdef); in grokdeclarator()
6803 type = build_function_type (type, arg_types); in grokdeclarator()
7531 tree arg_types = arg_info->types; in grokparms() local
7540 if (arg_types == NULL_TREE && !funcdef_flag in grokparms()
7545 if (arg_types == error_mark_node) in grokparms()
7549 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE) in grokparms()
7571 && !arg_types in grokparms()
7573 arg_types = arg_info->types = void_list_node; in grokparms()
7584 for (parm = arg_info->parms, typelt = arg_types, parmno = 1; in grokparms()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c372 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); in new_function_type() local
375 arg_types[i] = param_type->as_tree (); in new_function_type()
382 arg_types); in new_function_type()
386 arg_types); in new_function_type()
387 free (arg_types); in new_function_type()
428 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); in new_function() local
430 arg_types[i] = TREE_TYPE (param->as_tree ()); in new_function()
435 params->length (), arg_types); in new_function()
438 params->length (), arg_types); in new_function()
439 free (arg_types); in new_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc464 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); in new_function_type() local
467 arg_types[i] = param_type->as_tree (); in new_function_type()
474 arg_types); in new_function_type()
478 arg_types); in new_function_type()
479 free (arg_types); in new_function_type()
520 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); in new_function() local
522 arg_types[i] = TREE_TYPE (param->as_tree ()); in new_function()
527 params->length (), arg_types); in new_function()
530 params->length (), arg_types); in new_function()
531 free (arg_types); in new_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1657 tree arg_types = NULL, arg_node, arg_node2, arg_type; in strip_typedefs() local
1695 arg_types in strip_typedefs()
1697 TREE_VALUE (arg_node2), arg_types); in strip_typedefs()
1700 arg_types in strip_typedefs()
1701 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); in strip_typedefs()
1707 if (arg_types) in strip_typedefs()
1708 arg_types = nreverse (arg_types); in strip_typedefs()
1713 arg_types = chainon (arg_types, void_list_node); in strip_typedefs()
1717 tree class_type = TREE_TYPE (TREE_VALUE (arg_types)); in strip_typedefs()
1721 TREE_CHAIN (arg_types)); in strip_typedefs()
[all …]
H A Ddecl2.cc259 tree basetype, arg_types, parms, parm, fntype; in maybe_retrofit_in_chrg() local
276 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
277 basetype = TREE_TYPE (TREE_VALUE (arg_types)); in maybe_retrofit_in_chrg()
278 arg_types = TREE_CHAIN (arg_types); in maybe_retrofit_in_chrg()
293 arg_types = hash_tree_chain (vtt_parm_type, arg_types); in maybe_retrofit_in_chrg()
302 arg_types = hash_tree_chain (integer_type_node, arg_types); in maybe_retrofit_in_chrg()
309 arg_types); in maybe_retrofit_in_chrg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1571 tree arg_types = NULL, arg_node, arg_node2, arg_type; in strip_typedefs() local
1609 arg_types in strip_typedefs()
1611 TREE_VALUE (arg_node2), arg_types); in strip_typedefs()
1614 arg_types in strip_typedefs()
1615 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); in strip_typedefs()
1621 if (arg_types) in strip_typedefs()
1622 arg_types = nreverse (arg_types); in strip_typedefs()
1627 arg_types = chainon (arg_types, void_list_node); in strip_typedefs()
1631 tree class_type = TREE_TYPE (TREE_VALUE (arg_types)); in strip_typedefs()
1635 TREE_CHAIN (arg_types)); in strip_typedefs()
[all …]
H A Ddecl2.c261 tree basetype, arg_types, parms, parm, fntype; in maybe_retrofit_in_chrg() local
278 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); in maybe_retrofit_in_chrg()
279 basetype = TREE_TYPE (TREE_VALUE (arg_types)); in maybe_retrofit_in_chrg()
280 arg_types = TREE_CHAIN (arg_types); in maybe_retrofit_in_chrg()
295 arg_types = hash_tree_chain (vtt_parm_type, arg_types); in maybe_retrofit_in_chrg()
304 arg_types = hash_tree_chain (integer_type_node, arg_types); in maybe_retrofit_in_chrg()
311 arg_types); in maybe_retrofit_in_chrg()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dcommand.cpp640 const char *arg_types; member
764 if (check_args(command_table[i].arg_types, name, argc, argv)) in execute_command()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c2278 const char * arg_types; /* s=short,l=long, upper case for unsigned. */ member
2299 n_args = strlen (s16builtins[i].arg_types) - 1; in xstormy16_init_builtins()
2308 switch (s16builtins[i].arg_types[a]) in xstormy16_init_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc2278 const char * arg_types; /* s=short,l=long, upper case for unsigned. */ member
2299 n_args = strlen (s16builtins[i].arg_types) - 1; in xstormy16_init_builtins()
2308 switch (s16builtins[i].arg_types[a]) in xstormy16_init_builtins()

123