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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp60 MakeFunctionCaller( const CompilerType &return_type, const ValueList &arg_value_list, lldb::ThreadSP thread_to_use_sp, Status &error) argument
H A DFunctionCaller.cpp35 FunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
/freebsd-13-stable/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.cpp96 ThreadPlanCallFunction( Thread &thread, const Address &function, const CompilerType &return_type, llvm::ArrayRef<addr_t> args, const EvaluateExpressionOptions &options) argument
H A DStackFrame.cpp1598 CompilerType return_type = function_type.GetFunctionReturnType(); local
H A DThread.cpp1487 CompilerType return_type = local
H A DTarget.cpp2270 GetFunctionCallerForLanguage( lldb::LanguageType language, const CompilerType &return_type, const Address &function_address, const ValueList &arg_value_list, const char *name, Status &error) argument
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_sample.c250 return_type(proc_list *plist) function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp48 ClangFunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, const ValueList &arg_value_list, const char *name) argument
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h50 returns_enum_t return_type; member in struct:__anon5157
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c118 report_type(returns_enum_t return_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h460 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp538 CommandArgumentType return_type = eArgTypeLastArg; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h133 ExecuteOneLineWithReturn( llvm::StringRef in_string, ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options = ExecuteScriptOptions()) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp624 lldb_private::Type *return_type = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1151 clang::QualType return_type = GetOrCreateType(return_type_idx); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1029 ExecuteOneLineWithReturn( llvm::StringRef in_string, ScriptInterpreter::ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options) argument

Completed in 129 milliseconds