Searched refs:combine_constraint_expressions (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 195 combine_constraint_expressions (tree lhs, tree rhs) in combine_constraint_expressions() function 1134 ci->associated_constr = combine_constraint_expressions (tr, dr); in build_constraints() 1146 dr = combine_constraint_expressions (dr, rhs); in append_constraint() 1150 tree ac = combine_constraint_expressions (tr, dr); in append_constraint() 1521 result = combine_constraint_expressions (result, constr); in get_shorthand_constraints()
|
H A D | cp-tree.h | 7874 extern tree combine_constraint_expressions (tree, tree);
|
H A D | parser.c | 11020 reqs = combine_constraint_expressions (reqs, dreqs); in cp_parser_lambda_declarator_opt() 16482 reqs = combine_constraint_expressions (reqs, dreqs); in cp_parser_type_parameter() 29381 reqs = combine_constraint_expressions (reqs, treqs); in cp_parser_explicit_template_declaration() 44284 reqs = combine_constraint_expressions (reqs, req); in synthesize_implicit_template_parm()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 236 combine_constraint_expressions (tree lhs, tree rhs) in combine_constraint_expressions() function 1188 ci->associated_constr = combine_constraint_expressions (tr, dr); in build_constraints() 1200 dr = combine_constraint_expressions (dr, rhs); in append_constraint() 1204 tree ac = combine_constraint_expressions (tr, dr); in append_constraint() 1564 result = combine_constraint_expressions (result, constr); in get_shorthand_constraints()
|
H A D | cp-tree.h | 8301 extern tree combine_constraint_expressions (tree, tree);
|
H A D | parser.cc | 11535 reqs = combine_constraint_expressions (reqs, dreqs); in cp_parser_lambda_declarator_opt() 18060 reqs = combine_constraint_expressions (reqs, dreqs); in cp_parser_type_parameter() 31604 reqs = combine_constraint_expressions (reqs, treqs); in cp_parser_explicit_template_declaration() 48314 reqs = combine_constraint_expressions (reqs, req); in synthesize_implicit_template_parm()
|
H A D | ChangeLog-2019 | 1775 (combine_constraint_expressions): New.
|