Searched refs:arg_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_parse.h144 struct arg_list { struct
149 typedef struct arg_list arg_list; typedef in typeref:struct:arg_list
154 arg_list args;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c975 CORE_ADDR arg_list = get_frame_args_address (fi);
979 if (arg_list == 0)
984 print_address_numeric (arg_list, 1, gdb_stdout);
1009 CORE_ADDR arg_list = get_frame_locals_address (fi);
1011 if (arg_list == 0)
1016 print_address_numeric (arg_list, 1, gdb_stdout);
972 CORE_ADDR arg_list = get_frame_args_address (fi); local
1006 CORE_ADDR arg_list = get_frame_locals_address (fi); local
H A Dutils.c438 struct continuation_arg *arg_list)
445 continuation_ptr->arg_list = arg_list;
474 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list);
501 struct continuation_arg *arg_list)
508 continuation_ptr->arg_list = arg_list;
537 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list);
436 add_continuation(void (*continuation_hook) (struct continuation_arg *), struct continuation_arg *arg_list) argument
498 add_intermediate_continuation(void (*continuation_hook) (struct continuation_arg *), struct continuation_arg *arg_list) argument
H A Ddefs.h712 struct continuation_arg *arg_list;
710 struct continuation_arg *arg_list; member in struct:continuation
/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c1347 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree;
1378 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE);
1379 arg_list = tree_cons (NULL_TREE, src_tree, arg_list);
1380 arg_list = tree_cons (NULL_TREE, dst_tree, arg_list);
1385 call_expr, arg_list, NULL_TREE);
2562 tree call_expr, arg_list, fn, object_tree, size_tree;
2585 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE);
2586 arg_list
1343 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; local
2555 tree call_expr, arg_list, fn, object_tree, size_tree; local
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp3568 struct arg_list { struct
3570 arg_list *next;
3571 arg_list(const macro &);
3572 ~arg_list();
3575 arg_list::arg_list(const macro &m) : mac(m), next(0) function in class:arg_list
3579 arg_list::~arg_list()
3584 arg_list *args;
3604 arg_list *
[all...]

Completed in 268 milliseconds