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

12

/freebsd-10.0-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;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h31 const ClangASTType &return_type,
41 const ClangASTType &return_type,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp103 const char* return_type,
108 if (!return_type || !*return_type)
115 expr.Printf("(%s)[%s %s:%" PRId64 "]",return_type,expr_path_stream.GetData(),selector,index);
138 const char* return_type,
143 if (!return_type || !*return_type)
152 expr.Printf("(%s)[%s %s:%s]",return_type,expr_path_stream.GetData(),selector,key);
102 CallSelectorOnObject(ValueObject &valobj, const char* return_type, const char* selector, uint64_t index) argument
137 CallSelectorOnObject(ValueObject &valobj, const char* return_type, const char* selector, const char* key) argument
/freebsd-10.0-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-10.0-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-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp130 const ClangASTType &return_type,
142 m_return_type (return_type),
193 const ClangASTType &return_type,
208 m_return_type (return_type),
128 ThreadPlanCallFunction(Thread &thread, const Address &function, const ClangASTType &return_type, addr_t arg, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, addr_t *this_arg, addr_t *cmd_arg) argument
191 ThreadPlanCallFunction(Thread &thread, const Address &function, const ClangASTType &return_type, bool stop_other_threads, bool unwind_on_error, bool ignore_breakpoints, addr_t *arg1_ptr, addr_t *arg2_ptr, addr_t *arg3_ptr, addr_t *arg4_ptr, addr_t *arg5_ptr, addr_t *arg6_ptr) argument
H A DThread.cpp1693 ClangASTType return_type = sc.function->GetClangType().GetFunctionReturnType(); local
1694 if (return_type)
1697 return_type.DumpTypeDescription(&s);
1698 ValueObjectSP cast_value_sp = return_value_sp->Cast(return_type);
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangFunction.h115 const ClangASTType &return_type,
/freebsd-10.0-release/contrib/gcc/cp/
H A Dmethod.c987 tree return_type;
1013 return_type = build_pointer_type (void_type_node);
1015 return_type = build_pointer_type (type);
1018 return_type = void_type_node;
1043 return_type = build_reference_type (type);
1067 fn_type = build_method_type_directly (type, return_type, parameter_types);
985 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...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangFunction.cpp54 const ClangASTType &return_type,
60 m_function_return_type(return_type),
51 ClangFunction( ExecutionContextScope &exe_scope, const ClangASTType &return_type, const Address& functionAddress, const ValueList &arg_value_list ) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h41 const char* return_type,
47 const char* return_type,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h237 ScriptReturnType return_type,
236 ExecuteOneLineWithReturn(const char *in_string, ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options = ExecuteScriptOptions()) argument
H A DScriptInterpreterPython.h51 ScriptInterpreter::ScriptReturnType return_type,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp679 CommandArgumentType return_type = eArgTypeLastArg; local
690 return_type = g_arguments_data[i].arg_type;
692 return return_type;
/freebsd-10.0-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);
/freebsd-10.0-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);

Completed in 481 milliseconds

12