Searched refs:explicit_args (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 23036 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); in unify_pack_expansion() local 23037 int explicit_len = TREE_VEC_LENGTH (explicit_args); in unify_pack_expansion() 23039 new_args = explicit_args; in unify_pack_expansion() 23066 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); in unify_pack_expansion() local 23070 ARGUMENT_PACK_EXPLICIT_ARGS (old_pack) = explicit_args; in unify_pack_expansion() 24512 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype) in get_bindings() argument 24535 if (fn_type_unification (fn, explicit_args, targs, in get_bindings()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 23930 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); in unify_pack_expansion() local 23931 int explicit_len = TREE_VEC_LENGTH (explicit_args); in unify_pack_expansion() 23933 new_args = explicit_args; in unify_pack_expansion() 23960 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); in unify_pack_expansion() local 23964 ARGUMENT_PACK_EXPLICIT_ARGS (old_pack) = explicit_args; in unify_pack_expansion() 25422 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype) in get_bindings() argument 25445 if (fn_type_unification (fn, explicit_args, targs, in get_bindings()
|
H A D | ChangeLog-2000 | 45 * pt.c (more_specialized): Pass len down. Lose explicit_args parm. 50 (most_specialized_instantiation): Lose explicit_args parm.
|