Home
last modified time | relevance | path

Searched refs:user_args (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_ctx.c193 return find_nested_options(ctx->user_args, ctx->user_opt, args); in isl_ctx_peek_options()
224 ctx->user_args = args; in isl_ctx_alloc_with_options()
307 isl_args_free(ctx->user_args, ctx->user_opt); in isl_ctx_free()
383 return isl_args_parse(ctx->user_args, argc, argv, ctx->user_opt, flags); in isl_ctx_parse_options()
H A Disl_ctx_private.h19 struct isl_args *user_args; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c10066 vec<tree, va_gc> *user_args) in complain_about_no_candidates_for_method_call() argument
10073 basetype, optype, build_tree_list_vec (user_args), in complain_about_no_candidates_for_method_call()
10092 tree arglist = build_tree_list_vec (user_args); in complain_about_no_candidates_for_method_call()
10128 vec<tree, va_gc> *user_args; in build_new_method_call_1() local
10177 user_args = args == NULL ? NULL : *args; in build_new_method_call_1()
10194 build_tree_list_vec (user_args), in build_new_method_call_1()
10213 user_args = *args; in build_new_method_call_1()
10271 && vec_safe_length (user_args) > skip in build_new_method_call_1()
10272 && DIRECT_LIST_INIT_P ((*user_args)[skip])) in build_new_method_call_1()
10274 tree init_list = (*user_args)[skip]; in build_new_method_call_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc10799 vec<tree, va_gc> *user_args) in complain_about_no_candidates_for_method_call() argument
10806 basetype, optype, build_tree_list_vec (user_args), in complain_about_no_candidates_for_method_call()
10825 tree arglist = build_tree_list_vec (user_args); in complain_about_no_candidates_for_method_call()
10861 vec<tree, va_gc> *user_args; in build_new_method_call() local
10912 user_args = args == NULL ? NULL : *args; in build_new_method_call()
10929 build_tree_list_vec (user_args), in build_new_method_call()
10948 user_args = *args; in build_new_method_call()
11006 && vec_safe_length (user_args) > skip in build_new_method_call()
11007 && DIRECT_LIST_INIT_P ((*user_args)[skip])) in build_new_method_call()
11009 tree init_list = (*user_args)[skip]; in build_new_method_call()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2016707 (struct user_args): Now a C++ class.
713 (user_args::user_args): ... this new constructor. Limit of number
716 (user_args::insert_args): New, bits based on old
H A DChangeLog-20062837 * cli/cli-script.c (struct user_args): Add command field.
2919 * cli/cli-script.c (insert_args): Handle NULL user_args.
H A DChangeLog-201813247 (user_args) <m_args>: Change element type to gdb::string_view.
13248 (user_args::insert_args): Adjust.
H A DChangeLog-199410 * top.c (struct user_args): Structure for holding arguments to
H A DChangeLog-20015435 * top.c (user_args): Remove unused declaration.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2016707 (struct user_args): Now a C++ class.
713 (user_args::user_args): ... this new constructor. Limit of number
716 (user_args::insert_args): New, bits based on old
H A DChangeLog-20062837 * cli/cli-script.c (struct user_args): Add command field.
2919 * cli/cli-script.c (insert_args): Handle NULL user_args.
H A DChangeLog-201813247 (user_args) <m_args>: Change element type to gdb::string_view.
13248 (user_args::insert_args): Adjust.
H A DChangeLog-199410 * top.c (struct user_args): Structure for holding arguments to
H A DChangeLog-20015435 * top.c (user_args): Remove unused declaration.