Searched refs:return_type (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/gperf/src/
H A Doutput.h43 const char *return_type,
H A Dinput.cc736 char *return_type = new char[struct_tag_length + 3]; local
737 memcpy (return_type, struct_decl, struct_tag_length);
738 return_type[struct_tag_length] = ' ';
739 return_type[struct_tag_length + 1] = '*';
740 return_type[struct_tag_length + 2] = '\0';
741 _return_type = return_type;
H A Doutput.cc80 unsigned int struct_decl_lineno, const char *return_type,
91 _struct_decl_lineno (struct_decl_lineno), _return_type (return_type),
79 Output(KeywordExt_List *head, const char *struct_decl, unsigned int struct_decl_lineno, const char *return_type, const char *struct_tag, const char *verbatim_declarations, const char *verbatim_declarations_end, unsigned int verbatim_declarations_lineno, const char *verbatim_code, const char *verbatim_code_end, unsigned int verbatim_code_lineno, bool charset_dependent, int total_keys, int max_key_len, int min_key_len, const Positions& positions, const unsigned int *alpha_inc, int total_duplicates, unsigned int alpha_size, const int *asso_values) argument
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_sample.c51 static void return_type( proc_list * );
201 return_type(proc);
212 return_type(proc);
250 return_type(proc_list *plist) function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstack.c1864 struct type *return_type = NULL;
1873 return_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (thisfun));
1874 if (return_type == NULL)
1875 return_type = builtin_type_int;
1876 return_value = value_cast (return_type, return_value);
1883 if (TYPE_CODE (return_type) == TYPE_CODE_VOID)
1894 && (TYPE_CODE (return_type) == TYPE_CODE_STRUCT
1895 || TYPE_CODE (return_type) == TYPE_CODE_UNION))
1906 else if (using_struct_return (return_type, 0))
1956 struct type *return_type
1857 struct type *return_type = NULL; local
1949 struct type *return_type = VALUE_TYPE (return_value); local
[all...]
H A Dvalarith.c486 struct type *return_type;
487 return_type
489 return value_zero (return_type, VALUE_LVAL (arg1));
581 struct type *return_type;
582 return_type
584 return value_zero (return_type, VALUE_LVAL (arg1));
484 struct type *return_type; local
579 struct type *return_type; local
H A Dstabsread.c1700 struct type *return_type = read_type (pp, objfile);
1702 = make_function_type (return_type, dbx_lookup_type (typenums));
1828 struct type *return_type;
1831 return_type = read_type (pp, objfile);
1836 type = allocate_stub_method (return_type);
1843 struct type *return_type;
1853 return_type = read_type (pp, objfile);
1856 smash_to_method_type (type, domain, return_type, args,
1696 struct type *return_type = read_type (pp, objfile); local
1824 struct type *return_type; local
1839 struct type *return_type; local
H A Dada-lang.c2439 struct type *return_type;
2446 return_type = base_type (TYPE_TARGET_TYPE (func_type));
2448 return_type = base_type (func_type); */
2449 if (return_type == NULL)
2455 if (TYPE_CODE (return_type) == TYPE_CODE_ENUM)
2456 return context_type == NULL || return_type == context_type;
2458 return TYPE_CODE (return_type) != TYPE_CODE_VOID;
2460 return TYPE_CODE (return_type) == TYPE_CODE (context_type);
2483 struct type *return_type;
2485 return_type
2434 struct type *return_type; local
2478 struct type *return_type; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c192 debug_type return_type; member in struct:debug_function_type
252 debug_type return_type; member in struct:debug_method_type
368 debug_type return_type; member in struct:debug_function
768 debug_type return_type, bfd_boolean global,
778 if (return_type == NULL)
790 f->return_type = return_type;
1415 f->return_type = type;
1574 debug_make_method_type (void *handle, debug_type return_type,
1582 if (return_type
765 debug_record_function(void *handle, const char *name, debug_type return_type, bfd_boolean global, bfd_vma addr) 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 Dieee.c1018 debug_type return_type; local
1029 return_type = ieee_builtin_type (info, block_start, typindx);
1030 if (return_type == DEBUG_TYPE_NULL)
1039 return_type = info->types.types[typindx].type;
1040 if (debug_get_type_kind (info->dhandle, return_type)
1042 return_type = debug_get_return_type (info->dhandle,
1043 return_type);
1049 if (! debug_record_function (info->dhandle, namcopy, return_type,
1111 debug_type return_type; local
1115 return_type
2943 debug_type return_type; local
[all...]
H A Dstabs.c1431 debug_type return_type; local
1434 return_type = parse_stab_type (dhandle, info, (const char *) NULL,
1436 if (return_type == DEBUG_TYPE_NULL)
1444 dtype = debug_make_method_type (dhandle, return_type,
1451 debug_type return_type; local
1469 return_type = parse_stab_type (dhandle, info, (const char *) NULL,
1471 if (return_type == DEBUG_TYPE_NULL)
1515 dtype = debug_make_method_type (dhandle, return_type, domain, args,
2736 debug_type class_type, return_type; local
2741 return_type
2813 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
[all...]
H A Dwrstabs.c1145 char *domain, *return_type, *buf;
1206 return_type = stab_pop_type (info);
1208 len = strlen (domain) + strlen (return_type) + 10;
1214 sprintf (buf, "#%s,%s", domain, return_type);
1216 free (return_type);
1143 char *domain, *return_type, *buf; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmethod.c989 tree return_type;
1015 return_type = build_pointer_type (void_type_node);
1017 return_type = build_pointer_type (type);
1020 return_type = void_type_node;
1045 return_type = build_reference_type (type);
1069 fn_type = build_method_type_directly (type, return_type, parameter_types);
987 tree return_type; local
H A Dcall.c2211 tree return_type, tree access_path,
2234 return_type, strict, flags);
2309 tree explicit_targs, tree arglist, tree return_type,
2315 explicit_targs, arglist, return_type,
2323 tree obj, tree arglist, tree return_type,
2328 arglist, return_type, access_path,
4771 tree return_type; local
4772 return_type = TREE_TYPE (TREE_TYPE (fn));
4773 expr = build3 (CALL_EXPR, return_type, fn, args, NULL_TREE);
4776 if (!VOID_TYPE_P (return_type))
2209 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2308 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
2322 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree arglist, tree return_type, tree access_path, tree conversion_path) argument
[all...]
H A Dpt.c7137 tree return_type;
7145 return_type = tsubst (TREE_TYPE (t), args, complain, in_decl);
7146 if (return_type == error_mark_node)
7152 if (TREE_CODE (return_type) == ARRAY_TYPE
7153 || TREE_CODE (return_type) == FUNCTION_TYPE)
7157 if (TREE_CODE (return_type) == ARRAY_TYPE)
7173 fntype = build_function_type (return_type, arg_types);
7192 fntype = build_method_type_directly (r, return_type,
9702 tree return_type,
9769 if (return_type)
7136 tree return_type; local
9697 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
[all...]
H A Ddecl.c10547 tree return_type = complete_type (TREE_TYPE (fntype));
10552 if (dependent_type_p (return_type))
10554 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
10558 error ("return type %q#T is incomplete", return_type);
10527 tree return_type = complete_type (TREE_TYPE (fntype)); local
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcplus-dem.c1435 string return_type; local
1438 success = do_type (work, mangled, &return_type);
1439 APPEND_BLANK (&return_type);
1441 string_prepends (declp, &return_type);
1442 string_delete (&return_type);
H A Dcp-demangle.c2012 struct demangle_component *return_type; local
2026 return_type = NULL;
2041 return_type = type;
2068 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, return_type, tl);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c1435 string return_type; local
1438 success = do_type (work, mangled, &return_type);
1439 APPEND_BLANK (&return_type);
1441 string_prepends (declp, &return_type);
1442 string_delete (&return_type);
H A Dcp-demangle.c1966 struct demangle_component *return_type; local
1980 return_type = NULL;
1995 return_type = type;
2022 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, return_type, tl);
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c6308 tree return_type;
6310 return_type = DECL_RESULT (current_function_decl);
6323 && !aggregate_value_p (return_type, current_function_decl)
6324 && GET_MODE_CLASS (DECL_MODE (return_type)) == MODE_FLOAT
6325 && GET_MODE_SIZE (DECL_MODE (return_type)) <= UNITS_PER_FPVALUE)
7142 tree return_type;
7150 return_type = DECL_RESULT (current_function_decl);
7157 && ! aggregate_value_p (return_type, current_function_decl)
7158 && GET_MODE_CLASS (DECL_MODE (return_type)) == MODE_FLOAT
7159 && GET_MODE_SIZE (DECL_MODE (return_type)) <
6274 tree return_type; local
7100 tree return_type; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.c4129 tree return_type = TREE_TYPE (DECL_RESULT (subr));
4130 if (TYPE_MODE (return_type) != BLKmode
4131 && targetm.calls.return_in_msb (return_type))
4136 gen_reg_rtx (TYPE_MODE (return_type)));
4142 rtx hard_reg = hard_function_value (return_type, subr, 0, 1);
4109 tree return_type = TREE_TYPE (DECL_RESULT (subr)); local
H A Dc-typeck.c2324 tree return_type = TREE_TYPE (fntype);
2337 if (VOID_TYPE_P (return_type))
2343 if (AGGREGATE_TYPE_P (return_type))
2344 rhs = build_compound_literal (return_type,
2345 build_constructor (return_type, 0));
2347 rhs = fold_convert (return_type, integer_zero_node);
2349 return build2 (COMPOUND_EXPR, return_type, trap, rhs);
2313 tree return_type = TREE_TYPE (fntype); local
H A Dtree.c5301 build_function_type_list (tree return_type, ...)
5306 va_start (p, return_type);
5320 args = build_function_type (return_type, args);
5277 build_function_type_list(tree return_type, ...) argument
H A Ddwarf2out.c12626 tree return_type = TREE_TYPE (type);
12633 add_type_attribute (subr_die, return_type, 0, 0, context_die);
12611 tree return_type = TREE_TYPE (type); local

Completed in 635 milliseconds