Home
last modified time | relevance | path

Searched refs:full_args (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dcoresubs.t142 my ($preposition, $full_args) = @$_;
152 class TmpClassA$classcount { method { () = (CORE::$word$full_args) } }";
158 sub { () = (CORE::$word$full_args) }";
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp723 Args full_args(GetCommandName()); in Execute() local
724 full_args.AppendArguments(cmd_args); in Execute()
726 InvokeOverrideCallback(full_args.GetConstArgumentVector(), result); in Execute()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c202 tree full_args = tsubst_template_arg_vector local
205 if (full_args != error_mark_node)
206 spec = retrieve_specialization (t, full_args);
5991 tree full_args; local
5993 full_args = tsubst_template_arg_vector (tmpl_args, args,
5999 my_friendly_assert (full_args != tmpl_args, 0);
6001 spec = retrieve_specialization (t, full_args);
9549 more_specialized_class (pat1, pat2, full_args) in more_specialized_class() argument
9550 tree pat1, pat2, full_args; in more_specialized_class()
9556 add_outermost_template_args (full_args, TREE_PURPOSE (pat2)));
[all …]
H A DChangeLog705 * pt.c (more_specialized_class): Add full_args parameter.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c6433 tree full_args; in tsubst_decl() local
6466 full_args = tsubst_template_args (tmpl_args, args, in tsubst_decl()
6469 if (full_args == error_mark_node) in tsubst_decl()
6475 gcc_assert (full_args != tmpl_args); in tsubst_decl()
6477 spec = retrieve_specialization (t, full_args, in tsubst_decl()
H A DChangeLog-20033016 * pt.c (more_specialized_class): Add full_args parameter.