Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog182 * pt.cc (is_compatible_template_arg): New parameter 'args'.
185 is_compatible_template_arg.
DChangeLog-20152047 is_compatible_template_arg.
2071 (is_compatible_template_arg, convert_wildcard_argument)
DChangeLog-20201588 (is_compatible_template_arg): Adjust call to weakly_subsumes.
1908 * pt.c (is_compatible_template_arg): Correct documentation to
DChangeLog-20211000 * pt.c (is_compatible_template_arg): Set processing_template_decl
Dpt.cc8329 is_compatible_template_arg (tree parm, tree arg, tree args) in is_compatible_template_arg() function
8609 if (!is_compatible_template_arg (parm, arg, args)) in convert_template_argument()
DChangeLog-20192123 (is_compatible_template_arg): Use weakly_subsumes.