Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDname-lookup.c4281 static bool arg_assoc_template_arg (struct arg_lookup*, tree);
4445 arg_assoc_template_arg (struct arg_lookup *k, tree arg) in arg_assoc_template_arg() function
4543 arg_assoc_template_arg (k, TREE_VEC_ELT (list, i)); in arg_assoc_class()
4687 if (arg_assoc_template_arg (k, TREE_VEC_ELT (args, ix)) == 1) in arg_assoc()
HDChangeLog-20001413 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
5148 decl_namespace, arg_assoc_template_arg, arg_assoc,
HDChangeLog-19992921 * decl2.c (arg_assoc_template_arg): New prototype. New function.
2922 (arg_assoc_class): Use arg_assoc_template_arg for template
HDChangeLog-2001646 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
HDChangeLog-2002215 arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
HDChangeLog-2003951 (arg_assoc_template_arg): Likewise.