HomeSort by: relevance | last modified time | path
    Searched defs:arg_types (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
read-md.h 126 vec<const char *> arg_types; member in struct:overloaded_name
read-rtl-function.cc 492 tree arg_types[3] = {int_type, int_type, int_type}; local
493 tree fn_type = build_function_type_array (return_type, 3, arg_types);
builtins.cc 9065 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type;
9069 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
9071 pred_type = TREE_VALUE (arg_types);
9072 expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
9062 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
read-md.h 126 vec<const char *> arg_types; member in struct:overloaded_name
read-rtl-function.cc 492 tree arg_types[3] = {int_type, int_type, int_type}; local
493 tree fn_type = build_function_type_array (return_type, 3, arg_types);
builtins.cc 8253 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type;
8257 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
8259 pred_type = TREE_VALUE (arg_types);
8260 expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
8250 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local
  /src/external/gpl2/groff/dist/src/preproc/refer/
command.cpp 631 /* arg_types is a string describing the numbers and types of arguments.
640 const char *arg_types; member in struct:S
764 if (check_args(command_table[i].arg_types, name, argc, argv))
  /src/external/gpl3/binutils/dist/binutils/
prdbg.c 677 char **arg_types;
687 arg_types = NULL;
694 arg_types = xmalloc (argcount * sizeof (*arg_types));
698 || (arg_types[i] = pop_type (info)) == NULL)
701 free (arg_types[j]);
702 free (arg_types);
705 len += strlen (arg_types[i]) + 2;
726 strcat (s, arg_types[i]);
727 free (arg_types[i])
672 char **arg_types; local
884 char **arg_types; local
    [all...]
debug.c 200 debug_type *arg_types; member in struct:debug_function_type
262 debug_type *arg_types; member in struct:debug_method_type
1402 debug_type *arg_types, bool varargs)
1418 f->arg_types = arg_types;
1573 debug_type domain_type, debug_type *arg_types,
1591 m->arg_types = arg_types;
2185 return type->u.kfunction->arg_types;
2188 return type->u.kmethod->arg_types;
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
prdbg.c 677 char **arg_types;
687 arg_types = NULL;
694 arg_types = xmalloc (argcount * sizeof (*arg_types));
698 || (arg_types[i] = pop_type (info)) == NULL)
701 free (arg_types[j]);
702 free (arg_types);
705 len += strlen (arg_types[i]) + 2;
726 strcat (s, arg_types[i]);
727 free (arg_types[i])
672 char **arg_types; local
884 char **arg_types; local
    [all...]
debug.c 200 debug_type *arg_types; member in struct:debug_function_type
262 debug_type *arg_types; member in struct:debug_method_type
1402 debug_type *arg_types, bool varargs)
1418 f->arg_types = arg_types;
1573 debug_type domain_type, debug_type *arg_types,
1591 m->arg_types = arg_types;
2185 return type->u.kfunction->arg_types;
2188 return type->u.kmethod->arg_types;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1998 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn)); local
1999 tree pred_type = TREE_VALUE (arg_types);
2000 tree expected_type = TREE_VALUE (TREE_CHAIN (arg_types));
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1403 tree arg_types = NULL_TREE; local
1404 tree *last = &arg_types;
1440 TREE_TYPE (fn) = build_function_type (value_type, arg_types);
decl2.cc 295 tree basetype, arg_types, parms, parm, fntype;
312 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
313 basetype = TREE_TYPE (TREE_VALUE (arg_types));
314 arg_types = TREE_CHAIN (arg_types);
329 arg_types = hash_tree_chain (vtt_parm_type, arg_types);
338 arg_types = hash_tree_chain (integer_type_node, arg_types);
345 arg_types);
294 tree basetype, arg_types, parms, parm, fntype; local
    [all...]
tree.cc 1689 tree arg_types = NULL, arg_node, arg_node2, arg_type;
1727 arg_types
1729 TREE_VALUE (arg_node2), arg_types);
1732 arg_types
1733 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types);
1739 if (arg_types)
1740 arg_types = nreverse (arg_types);
1745 arg_types = chainon (arg_types, void_list_node)
1687 tree arg_types = NULL, arg_node, arg_node2, arg_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 466 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); local
469 arg_types[i] = param_type->as_tree ();
476 arg_types);
480 arg_types);
481 free (arg_types);
576 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); local
578 arg_types[i] = TREE_TYPE (param->as_tree ());
583 params->length (), arg_types);
586 params->length (), arg_types);
587 free (arg_types);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 260 tree basetype, arg_types, parms, parm, fntype;
277 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
278 basetype = TREE_TYPE (TREE_VALUE (arg_types));
279 arg_types = TREE_CHAIN (arg_types);
294 arg_types = hash_tree_chain (vtt_parm_type, arg_types);
303 arg_types = hash_tree_chain (integer_type_node, arg_types);
310 arg_types);
259 tree basetype, arg_types, parms, parm, fntype; local
    [all...]
tree.cc 1659 tree arg_types = NULL, arg_node, arg_node2, arg_type;
1697 arg_types
1699 TREE_VALUE (arg_node2), arg_types);
1702 arg_types
1703 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types);
1709 if (arg_types)
1710 arg_types = nreverse (arg_types);
1715 arg_types = chainon (arg_types, void_list_node)
1657 tree arg_types = NULL, arg_node, arg_node2, arg_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 464 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); local
467 arg_types[i] = param_type->as_tree ();
474 arg_types);
478 arg_types);
479 free (arg_types);
520 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); local
522 arg_types[i] = TREE_TYPE (param->as_tree ());
527 params->length (), arg_types);
530 params->length (), arg_types);
531 free (arg_types);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 3139 struct type **arg_types;
3142 arg_types = (struct type **)
3145 arg_types[ix] = args[ix]->type ();
3146 add_symbol_overload_list_adl ({arg_types, args.size ()}, func_name,
3137 struct type **arg_types; variable in typeref:struct:type
stabsread.c 4286 } *arg_types = 0;
4294 newobj->next = arg_types;
4295 arg_types = newobj;
4309 if (arg_types
4310 && ! arg_types->next
4311 && arg_types->type->code () == TYPE_CODE_VOID)
4322 for (t = arg_types, i = num_args - 1; t; t = t->next, i--)
4282 } *arg_types = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 1801 } *arg_types = 0;
1809 newobj->next = arg_types;
1810 arg_types = newobj;
1824 if (arg_types
1825 && ! arg_types->next
1826 && arg_types->type->code () == TYPE_CODE_VOID)
1837 for (t = arg_types, i = num_args - 1; t; t = t->next, i--)
1797 } *arg_types = 0; local
valops.c 3140 struct type **arg_types;
3143 arg_types = (struct type **)
3146 arg_types[ix] = args[ix]->type ();
3147 add_symbol_overload_list_adl ({arg_types, args.size ()}, func_name,
3138 struct type **arg_types; variable in typeref:struct:type
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 7542 tree arg_types;
7584 arg_types = grokparms (arg_info, really_funcdef);
7639 type = c_build_function_type (type, arg_types,
8383 tree arg_types = arg_info->types;
8392 if (arg_types == NULL_TREE && !funcdef_flag && !flag_isoc23
8397 if (arg_types == error_mark_node)
8401 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE)
8424 && !arg_types
8427 arg_types = arg_info->types = void_list_node
7516 tree arg_types; local
8356 tree arg_types = arg_info->types; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 7059 tree arg_types;
7101 arg_types = grokparms (arg_info, really_funcdef);
7153 type = build_function_type (type, arg_types);
7879 tree arg_types = arg_info->types;
7888 if (arg_types == NULL_TREE && !funcdef_flag
7893 if (arg_types == error_mark_node)
7897 else if (arg_types && TREE_CODE (TREE_VALUE (arg_types)) == IDENTIFIER_NODE)
7919 && !arg_types
7921 arg_types = arg_info->types = void_list_node
7033 tree arg_types; local
7852 tree arg_types = arg_info->types; local
    [all...]

Completed in 102 milliseconds

1 2