Searched refs:finish_type_constraints (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 433 finish_type_constraints (tree spec, tree args, tsubst_flags_t complain) in finish_type_constraints() function
|
H A D | cp-tree.h | 7892 extern tree_pair finish_type_constraints (tree, tree, tsubst_flags_t);
|
H A D | parser.c | 18395 tree_pair info = finish_type_constraints (tmpl, args, complain); in cp_parser_placeholder_type_specifier()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 457 finish_type_constraints (tree spec, tree args, tsubst_flags_t complain) in finish_type_constraints() function
|
H A D | cp-tree.h | 8318 extern tree_pair finish_type_constraints (tree, tree, tsubst_flags_t);
|
H A D | ChangeLog-2019 | 1803 (finish_type_constraints): New.
|
H A D | parser.cc | 20001 tree_pair info = finish_type_constraints (tmpl, args, complain); in cp_parser_placeholder_type_specifier()
|