Searched refs:arg_assoc_template_arg (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 4124 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 D | ChangeLog | 6623 * 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 D | ChangeLog.2 | 2921 * 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 D | name-lookup.c | 4227 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 D | ChangeLog-1999 | 2921 * decl2.c (arg_assoc_template_arg): New prototype. New function. 2922 (arg_assoc_class): Use arg_assoc_template_arg for template
|
H A D | ChangeLog-2000 | 1413 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case. 5148 decl_namespace, arg_assoc_template_arg, arg_assoc,
|
H A D | ChangeLog-2001 | 646 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
|
H A D | ChangeLog-2002 | 215 arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
|
H A D | ChangeLog-2003 | 951 (arg_assoc_template_arg): Likewise.
|