Home
last modified time | relevance | path

Searched refs:tsubst_parameter_mapping (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2212 tsubst_parameter_mapping (tree map, tree args, subst_info info) in tsubst_parameter_mapping() function
2270 tsubst_parameter_mapping (tree map, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_parameter_mapping() function
2272 return tsubst_parameter_mapping (map, args, subst_info (complain, in_decl)); in tsubst_parameter_mapping()
2591 tree map = tsubst_parameter_mapping (ATOMIC_CONSTR_MAP (t), args, quiet); in satisfy_atom()
2597 tsubst_parameter_mapping (ATOMIC_CONSTR_MAP (t), args, info); in satisfy_atom()
H A Derror.c3766 tree subst_map = tsubst_parameter_mapping (map, args, tf_none, NULL_TREE); in print_concept_check_info()
3804 map = tsubst_parameter_mapping (map, args, tf_none, NULL_TREE); in print_requires_expression_info()
H A Dcp-tree.h7913 extern tree tsubst_parameter_mapping (tree, tree, tsubst_flags_t, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2328 tsubst_parameter_mapping (tree map, tree args, subst_info info) in tsubst_parameter_mapping() function
2371 tsubst_parameter_mapping (tree map, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_parameter_mapping() function
2373 return tsubst_parameter_mapping (map, args, subst_info (complain, in_decl)); in tsubst_parameter_mapping()
2926 tree map = tsubst_parameter_mapping (ATOMIC_CONSTR_MAP (t), args, quiet); in satisfy_atom()
2932 tsubst_parameter_mapping (ATOMIC_CONSTR_MAP (t), args, info); in satisfy_atom()
H A Derror.cc3867 tree subst_map = tsubst_parameter_mapping (map, args, tf_none, NULL_TREE); in print_concept_check_info()
3905 map = tsubst_parameter_mapping (map, args, tf_none, NULL_TREE); in print_requires_expression_info()
H A DChangeLog-20214497 (tsubst_parameter_mapping): Remove confused code for handling
4549 * constraint.cc (tsubst_parameter_mapping): Canonicalize the
H A DChangeLog-20201259 * constraint.cc (tsubst_parameter_mapping): Also canonicalize
5477 * constraint.cc (tsubst_parameter_mapping): Canonicalize type
H A Dcp-tree.h8339 extern tree tsubst_parameter_mapping (tree, tree, tsubst_flags_t, tree);
H A DChangeLog-20191876 (tsubst_parameter_mapping): New.