Searched defs:return_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp23 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 ThreadPlanCallFunction( Thread &thread, const Address &function, const CompilerType &return_type, llvm::ArrayRef<addr_t> args, const EvaluateExpressionOptions &options) argument
H A DStackFrame.cpp1595 CompilerType return_type = function_type.GetFunctionReturnType(); local
H A DThread.cpp1480 CompilerType return_type = local
H A DTarget.cpp2543 GetFunctionCallerForLanguage( lldb::LanguageType language, const CompilerType &return_type, const Address &function_address, const ValueList &arg_value_list, const char *name, Status &error) argument
/freebsd-current/usr.bin/rpcgen/
H A Drpc_sample.c245 return_type(proc_list *plist) function
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp56 MakeFunctionCaller( const CompilerType &return_type, const ValueList &arg_value_list, lldb::ThreadSP thread_to_use_sp, Status &error) argument
H A DFunctionCaller.cpp36 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/director/
H A Dreturns.h50 returns_enum_t return_type; member in struct:__anon5222
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c118 report_type(returns_enum_t return_type) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp49 ClangFunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) 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
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h147 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/include/lldb/Symbol/
H A DTypeSystem.h478 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, argument
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp560 CommandArgumentType return_type = eArgTypeLastArg; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h168 ExecuteOneLineWithReturn( llvm::StringRef in_string, ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options = ExecuteScriptOptions()) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1209 clang::QualType return_type = GetOrCreateType(return_type_idx); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9537 GetFunctionCaller( const CompilerType &return_type, const Address &function_address, const ValueList &arg_value_list, const char *name) argument

Completed in 191 milliseconds