Home
last modified time | relevance | path

Searched refs:type_deducible_p (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstraint.cc2008 type_deducible_p (tree expr, tree type, tree placeholder, tree args, in type_deducible_p() function
2080 if (!type_deducible_p (expr, type, placeholder, args, quiet)) in tsubst_compound_requirement()
2090 type_deducible_p (expr, type, placeholder, args, info); in tsubst_compound_requirement()
DChangeLog-2021215 * constraint.cc (type_deducible_p): Remove workaround for
4494 * constraint.cc (type_deducible_p): Don't substitute into the
DChangeLog-20191289 * constraint.cc (type_deducible_p): Check for substitution failure.
1819 (type_deducible_p): New. Wrap the input expression in parens for the
DChangeLog-20205134 from type_deducible_p and expression_convertible_p, as they're not