Home
last modified time | relevance | path

Searched refs:function_args (Results 1 – 3 of 3) sorted by relevance

/external/lldb/examples/functions/
Dmain.cpp280 … SBTypeList function_args = function_type.GetFunctionArgumentTypes(); in main() local
281 const size_t num_function_args = function_args.GetSize(); in main()
302 … SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main()
331 … SBType function_arg_type = function_args.GetTypeAtIndex(function_arg_idx); in main()
/external/libxml2/python/
Dgenerator.py68 self.function_args = []
111 self.function_return, self.function_args,
116 self.function_args.append([self.function_arg_name,
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h368 std::vector<lldb_private::ClangASTType>& function_args,