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

123

/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h50 returns_enum_t return_type; member in struct:__anon4720
51 void *return_value; /* used if return_type is ret_num or
54 return_type is ret_byte */
56 if return_type is ret_var */
H A Dtestlang_parse.y244 returns_enum_names[command.returns[1].return_type]);
247 if (((command.returns[1].return_type == ret_byte) &&
254 returns_enum_names[command.returns[1].return_type],
255 command.returns[1].return_type);
257 switch (command.returns[1].return_type) {
294 retvar.return_type = vptr->type;
640 cur.return_type = ret_type;
880 if (returns_count.return_type != ret_count)
882 returns_enum_names[returns_count.return_type]);
975 (response[0].return_type
[all...]
H A Dtestlang_conf.l353 yylval.retval->return_type = ret_byte;
384 yylval.retval->return_type = ret_byte;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h34 llvm::Type &return_type,
H A DThreadPlanCallFunction.h26 const CompilerType &return_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp25 llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args,
28 m_return_type(return_type) {
23 ThreadPlanCallFunctionUsingABI( Thread &thread, const Address &function, llvm::Type &prototype, llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args, const EvaluateExpressionOptions &options) argument
H A DThreadPlanCallFunction.cpp97 Thread &thread, const Address &function, const CompilerType &return_type,
109 m_stop_address(LLDB_INVALID_ADDRESS), m_return_type(return_type) {
96 ThreadPlanCallFunction( Thread &thread, const Address &function, const CompilerType &return_type, llvm::ArrayRef<addr_t> args, const EvaluateExpressionOptions &options) argument
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp61 const CompilerType &return_type, const ValueList &arg_value_list,
78 Language(), return_type, impl_code_address, arg_value_list, name.c_str(),
60 MakeFunctionCaller( const CompilerType &return_type, const ValueList &arg_value_list, lldb::ThreadSP thread_to_use_sp, Status &error) argument
H A DFunctionCaller.cpp36 const CompilerType &return_type,
43 m_function_return_type(return_type),
35 FunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c118 report_type(returns_enum_t return_type) argument
122 type = return_type;
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h104 /// \param[in] return_type
115 const CompilerType &return_type,
H A DClangFunctionCaller.cpp49 const CompilerType &return_type,
53 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list,
48 ClangFunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h101 FunctionCaller *MakeFunctionCaller(const CompilerType &return_type,
H A DFunctionCaller.h70 /// \param[in] return_type
81 const CompilerType &return_type,
/freebsd-11-stable/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
/freebsd-11-stable/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...]
/freebsd-11-stable/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
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp537 #define VARIANT(argument_types, return_type, invalidation_approach) \
538 { argument_types, return_type, invalidation_approach, {
540 #define SUMMARY(identifier, argument_types, return_type, \
542 { #identifier, { { argument_types, return_type, invalidation_approach, {

Completed in 373 milliseconds

123