Searched refs:deduce_constrained_parameter (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 395 deduce_constrained_parameter (tree expr, tree& check, tree& proto) in deduce_constrained_parameter() function 445 if (!deduce_constrained_parameter (check, con, proto)) in finish_type_constraints()
|
H A D | cp-tree.h | 7897 extern bool deduce_constrained_parameter (tree, tree&, tree&);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 421 deduce_constrained_parameter (tree expr, tree& check, tree& proto) in deduce_constrained_parameter() function 469 if (!deduce_constrained_parameter (check, con, proto)) in finish_type_constraints()
|
H A D | cp-tree.h | 8323 extern bool deduce_constrained_parameter (tree, tree&, tree&);
|
H A D | ChangeLog-2019 | 1780 (deduce_constrained_parameter): Check if the identifier or template-id
|