Home
last modified time | relevance | path

Searched refs:arg_assoc_template_arg (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c4124 static int arg_assoc_template_arg PARAMS ((struct arg_lookup*, tree));
4194 arg_assoc_template_arg (k, arg) in arg_assoc_template_arg() function
4280 arg_assoc_template_arg (k, TREE_VEC_ELT (list, i));
4420 if (arg_assoc_template_arg (k, TREE_VALUE (arg)) == 1)
H A DChangeLog6623 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
11285 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
15020 decl_namespace, arg_assoc_template_arg, arg_assoc,
H A DChangeLog.22921 * decl2.c (arg_assoc_template_arg): New prototype. New function.
2922 (arg_assoc_class): Use arg_assoc_template_arg for template
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c4227 static bool arg_assoc_template_arg (struct arg_lookup*, tree);
4391 arg_assoc_template_arg (struct arg_lookup *k, tree arg) in arg_assoc_template_arg() function
4489 arg_assoc_template_arg (k, TREE_VEC_ELT (list, i)); in arg_assoc_class()
4631 if (arg_assoc_template_arg (k, TREE_VEC_ELT (args, ix)) == 1) in arg_assoc()
H A DChangeLog-19992921 * decl2.c (arg_assoc_template_arg): New prototype. New function.
2922 (arg_assoc_class): Use arg_assoc_template_arg for template
H A DChangeLog-20001413 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
5148 decl_namespace, arg_assoc_template_arg, arg_assoc,
H A DChangeLog-2001646 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
H A DChangeLog-2002215 arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
H A DChangeLog-2003951 (arg_assoc_template_arg): Likewise.