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

12

/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h50 returns_enum_t return_type; member in struct:__anon5222
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-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h34 llvm::Type &return_type,
H A DThreadPlanCallFunction.h26 const CompilerType &return_type,
/freebsd-current/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.cpp98 Thread &thread, const Address &function, const CompilerType &return_type,
113 m_stop_address(LLDB_INVALID_ADDRESS), m_return_type(return_type) {
97 ThreadPlanCallFunction( Thread &thread, const Address &function, const CompilerType &return_type, llvm::ArrayRef<addr_t> args, const EvaluateExpressionOptions &options) argument
H A DThread.cpp1480 CompilerType return_type = local
1482 if (return_type) {
1484 return_type.DumpTypeDescription(&s);
1485 ValueObjectSP cast_value_sp = return_value_sp->Cast(return_type);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp57 const CompilerType &return_type, const ValueList &arg_value_list,
83 Language(), return_type, impl_code_address, arg_value_list, name.c_str(),
56 MakeFunctionCaller( const CompilerType &return_type, const ValueList &arg_value_list, lldb::ThreadSP thread_to_use_sp, Status &error) argument
H A DFunctionCaller.cpp37 const CompilerType &return_type,
44 m_function_return_type(return_type),
36 FunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c118 report_type(returns_enum_t return_type) argument
122 type = return_type;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h104 FunctionCaller *MakeFunctionCaller(const CompilerType &return_type,
H A DFunctionCaller.h70 /// \param[in] return_type
81 const CompilerType &return_type,
/freebsd-current/usr.bin/rpcgen/
H A Drpc_sample.c46 static void return_type( proc_list * );
196 return_type(proc);
207 return_type(proc);
245 return_type(proc_list *plist) function
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h105 /// \param[in] return_type
116 const CompilerType &return_type,
H A DClangFunctionCaller.cpp50 const CompilerType &return_type,
54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list,
49 ClangFunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
H A DClangASTImporter.cpp992 QualType return_type = to_method->getReturnType();
993 if (!return_type->isPointerType() && !return_type->isReferenceType())
996 clang::RecordDecl *rd = return_type->getPointeeType()->getAsRecordDecl();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h140 uint32_t return_type, std::vector<uint32_t> args, bool variadic)
141 : CTFType(eFunction, uid, name), nargs(nargs), return_type(return_type),
147 uint32_t return_type; member in struct:CTFFunction
139 CTFFunction(lldb::user_id_t uid, llvm::StringRef name, uint32_t nargs, uint32_t return_type, std::vector<uint32_t> args, bool variadic) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h36 llvm::StringRef return_type; member in struct:lldb_private::CPlusPlusNameParser::ParsedFunction
H A DCPlusPlusLanguage.cpp189 llvm::StringRef return_type = cpp_method.GetReturnType();
190 if (!return_type.empty()) {
191 out_stream.PutCString(return_type);
265 m_return_type = function->return_type;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp287 CompilerType return_type(
289 if (return_type.IsValid())
290 return SBType(return_type);
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp560 CommandArgumentType return_type = eArgTypeLastArg; local
566 return_type = g_argument_table[i].arg_type;
568 return return_type;
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h54 // return type by 'function_type' and 'return_type'.
2130 /*function_type=*/function_type, /*return_type=*/R,
2212 template <typename function_type, typename return_type, \
2214 return_type gmock_PerformImpl(GMOCK_ACTION_ARG_TYPES_AND_NAMES_) const; \
2229 template <typename function_type, typename return_type, typename args_type, \
2231 return_type \
2251 template <typename function_type, typename return_type, \
2253 return_type gmock_PerformImpl(GMOCK_ACTION_ARG_TYPES_AND_NAMES_) const; \
2258 template <typename function_type, typename return_type, typename args_type, \
2260 return_type nam
[all...]
H A Dgmock-more-actions.h544 template <typename function_type, typename return_type, \
546 return_type gmock_PerformImpl(GMOCK_ACTION_ARG_TYPES_AND_NAMES_) const; \
571 template <typename function_type, typename return_type, typename args_type, \
573 return_type GMOCK_ACTION_CLASS_( \
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h47 ScriptInterpreter::ScriptReturnType return_type, void *ret_value,

Completed in 278 milliseconds

12