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

123

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1043 const CompilerType &return_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1096 llvm::StringRef in_string, ScriptInterpreter::ScriptReturnType return_type,
1137 switch (return_type) {
1095 ExecuteOneLineWithReturn( llvm::StringRef in_string, ScriptInterpreter::ScriptReturnType return_type, void *ret_value, const ExecuteScriptOptions &options) argument
/freebsd-11-stable/contrib/gcc/
H A Dtree.c5330 build_function_type_list (tree return_type, ...)
5335 va_start (p, return_type);
5349 args = build_function_type (return_type, args);
5306 build_function_type_list(tree return_type, ...) argument
H A Ddwarf2out.c12653 tree return_type = TREE_TYPE (type);
12660 add_type_attribute (subr_die, return_type, 0, 0, context_die);
12638 tree return_type = TREE_TYPE (type); local
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c11015 tree return_type = complete_type (TREE_TYPE (fntype));
11020 if (dependent_type_p (return_type))
11022 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
11026 error ("return type %q#T is incomplete", return_type);
10996 tree return_type = complete_type (TREE_TYPE (fntype)); local
H A Dparser.c19259 if (block_impl->return_type && aggregate_value_p(block_impl->return_type, 0))
19800 cur_block->return_type = TYPE_MAIN_VARIANT (declared_block_return_type);
19804 cur_block->return_type = NULL_TREE;
19826 ? void_type_node : cur_block->return_type),
19879 restype = !cur_block->return_type ? void_type_node
19880 : cur_block->return_type;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2216 lldb::LanguageType language, const CompilerType &return_type,
2229 return_type, function_address, arg_value_list, name);
2215 GetFunctionCallerForLanguage( lldb::LanguageType language, const CompilerType &return_type, const Address &function_address, const ValueList &arg_value_list, const char *name, Status &error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp9277 const CompilerType &return_type, const Address &function_address,
9287 return new ClangFunctionCaller(*process, return_type, function_address,

Completed in 412 milliseconds

123