Home
last modified time | relevance | path

Searched refs:get_normalized_constraints (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc762 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 Dconstraint.cc837 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 DChangeLog-20201565 * 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 DChangeLog-20191863 (get_normalized_constraints): New entry point for normalization.