Searched refs:get_normalized_constraints (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 762 get_normalized_constraints (tree t, tree args, norm_info info) in get_normalized_constraints() function 783 tree t = get_normalized_constraints (CI_ASSOCIATED_CONSTRAINTS (ci), in get_normalized_constraints_from_info() 873 tree norm = get_normalized_constraints (def, args, info); in normalize_concept_definition() 907 tree norm = get_normalized_constraints (expr, args, info); in normalize_constraint_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 837 get_normalized_constraints (tree t, norm_info info) in get_normalized_constraints() function 856 tree t = get_normalized_constraints (CI_ASSOCIATED_CONSTRAINTS (ci), info); in get_normalized_constraints_from_info() 957 tree norm = get_normalized_constraints (def, info); in normalize_concept_definition() 979 tree norm = get_normalized_constraints (expr, info); in normalize_constraint_expression()
|
H A D | ChangeLog-2020 | 1565 * constraint.cc (get_normalized_constraints): Remove 'args' 1569 and adjust the call to get_normalized_constraints. 1573 and adjust call to get_normalized_constraints. 1578 get_normalized_constraints.
|
H A D | ChangeLog-2019 | 1863 (get_normalized_constraints): New entry point for normalization.
|