Home | History | Annotate | Download | only in cp

Lines Matching defs:deduced

316          non-deduced contexts using placeholder arguments. */
384 the converted template arguments, including the deduced prototype
417 can be deduced and false otherwise. Note that the CHECK and PROTO
1569 /* Get the deduced wildcard from a DEDUCED placeholder. If the deduced
1581 /* Returns the prototype parameter for the nth deduced wildcard. */
1679 tree deduced = TREE_VEC_ELT (wildcards, index++);
1680 return introduce_template_parameter (parms, deduced);
1689 /* If the prototype was a parameter, we better have deduced an
1690 argument pack, and that argument must be the last deduced value
1692 tree deduced = TREE_VEC_ELT (wildcards, index++);
1693 gcc_assert (ARGUMENT_PACK_P (deduced));
1697 tree args = ARGUMENT_PACK_ARGS (deduced);
1756 deduced.
1790 /* Update the number of arguments to reflect the number of deduced
1813 to use the defaults from our deduced concept. */
2005 /* True if TYPE can be deduced from EXPR. */