Home
last modified time | relevance | path

Searched refs:arg_list (Results 1 – 15 of 15) sorted by relevance

/openbsd/usr.bin/rpcgen/
H A Drpc_parse.h116 struct arg_list { struct
121 typedef struct arg_list arg_list; argument
126 arg_list args;
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py76 arg_list = []
105 arg_list.append(arg)
126 arg_list.append(arg)
127 return arg_list
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1820 method_signature, arg_list) in build_known_method_ref() argument
1873 invoke_build_dtable (is_invoke_interface, arg_list) in invoke_build_dtable() argument
1875 tree arg_list;
1879 TREE_VALUE (arg_list) = save_expr (TREE_VALUE (arg_list));
1886 object_type_node : TREE_VALUE (arg_list));
2052 tree call, func, method, arg_list, method_type; local
2116 method_signature, arg_list);
2132 tree save_arg = save_expr (TREE_VALUE (arg_list));
2133 TREE_VALUE (arg_list) = save_arg;
2136 method_signature, arg_list);
[all …]
H A Dparse.c14515 lookup_method_invoke (lc, cl, class, name, arg_list) in lookup_method_invoke() argument
14518 tree class, name, arg_list;
14526 for (node = arg_list; node; node = TREE_CHAIN (node))
H A Dparse.y10950 lookup_method_invoke (lc, cl, class, name, arg_list) in lookup_method_invoke() argument
10953 tree class, name, arg_list;
10961 for (node = arg_list; node; node = TREE_CHAIN (node))
H A DChangeLog8564 `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dutils.c451 struct continuation_arg *arg_list) in add_continuation() argument
458 continuation_ptr->arg_list = arg_list; in add_continuation()
487 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list); in do_all_continuations()
514 struct continuation_arg *arg_list) in add_intermediate_continuation() argument
521 continuation_ptr->arg_list = arg_list; in add_intermediate_continuation()
550 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list); in do_all_intermediate_continuations()
H A Dstack.c960 CORE_ADDR arg_list = get_frame_args_address (fi); in frame_info() local
964 if (arg_list == 0) in frame_info()
969 print_address_numeric (arg_list, 1, gdb_stdout); in frame_info()
994 CORE_ADDR arg_list = get_frame_locals_address (fi); in frame_info() local
996 if (arg_list == 0) in frame_info()
1001 print_address_numeric (arg_list, 1, gdb_stdout); in frame_info()
H A Ddefs.h706 struct continuation_arg *arg_list; member
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp132 ArgItem &arg = arg_list[i]; in GetArgsX86()
184 sp_offset += arg_size[arg_list[i].type]; in GetArgsX86_64()
192 ArgItem &arg = arg_list[i]; in GetArgsX86_64()
237 ArgItem &arg = arg_list[i]; in GetArgsArm()
276 ArgItem &arg = arg_list[i]; in GetArgsAarch64()
315 ArgItem &arg = arg_list[i]; in GetArgsMipsel()
359 ArgItem &arg = arg_list[i]; in GetArgsMips64el()
406 return GetArgsX86(ctx, arg_list, num_args); in GetArgs()
409 return GetArgsX86_64(ctx, arg_list, num_args); in GetArgs()
412 return GetArgsArm(ctx, arg_list, num_args); in GetArgs()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp614 std::vector<CompilerType> arg_list; in CreateLLDBTypeFromPDBType() local
636 arg_list.push_back(arg_ast_type); in CreateLLDBTypeFromPDBType()
638 lldbassert(arg_list.size() <= num_args); in CreateLLDBTypeFromPDBType()
659 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
660 arg_list.size(), is_variadic, type_quals, cc); in CreateLLDBTypeFromPDBType()
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py145 arg_list = [base_type]
148 arg_list.append(_typename_for_nth_generic_argument(gdb_type, i))
150 result = (template[:-2] + ">") % tuple(arg_list)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c2003 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE);
2006 arg_list = tree_cons (NULL_TREE, src_tree, arg_list);
2007 arg_list = tree_cons (NULL_TREE, dst_tree, arg_list);
2011 arg_list = tree_cons (NULL_TREE, dst_tree, arg_list);
2012 arg_list = tree_cons (NULL_TREE, src_tree, arg_list);
2018 call_expr, arg_list, NULL_TREE);
3072 tree call_expr, arg_list, fn, object_tree, size_tree; local
3121 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE);
3123 arg_list = tree_cons (NULL_TREE, integer_zero_node, arg_list);
3124 arg_list = tree_cons (NULL_TREE, object_tree, arg_list);
[all …]
/openbsd/gnu/gcc/gcc/
H A Dexpr.c1343 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; in emit_block_move_via_libcall() local
1374 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE); in emit_block_move_via_libcall()
1375 arg_list = tree_cons (NULL_TREE, src_tree, arg_list); in emit_block_move_via_libcall()
1376 arg_list = tree_cons (NULL_TREE, dst_tree, arg_list); in emit_block_move_via_libcall()
1381 call_expr, arg_list, NULL_TREE); in emit_block_move_via_libcall()
2558 tree call_expr, arg_list, fn, object_tree, size_tree; in clear_storage_via_libcall() local
2581 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE); in clear_storage_via_libcall()
2582 arg_list = tree_cons (NULL_TREE, integer_zero_node, arg_list); in clear_storage_via_libcall()
2583 arg_list = tree_cons (NULL_TREE, object_tree, arg_list); in clear_storage_via_libcall()
2588 call_expr, arg_list, NULL_TREE); in clear_storage_via_libcall()
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm572 %{ $self->{arg_list} } = ();
1168 if $self->{arg_list}->{$var_name}++