Home
last modified time | relevance | path

Searched refs:satisfy_constraint (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc101 static tree satisfy_constraint (tree, tree, subst_info);
2024 tree result = satisfy_constraint (norm, args, info); in tsubst_nested_requirement()
2028 satisfy_constraint (norm, args, noisy); in tsubst_nested_requirement()
2678 satisfy_constraint (tree t, tree args, subst_info info) in satisfy_constraint() function
2707 return satisfy_constraint (t, args, info); in satisfy_associated_constraints()
2734 return satisfy_constraint (norm, args, info); in satisfy_constraint_expression()
3391 tree result = satisfy_constraint (norm, args, info); in diagnose_nested_requirement()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2020108 (satisfy_constraint): Set satisfying_constraint.
590 satisfy_constraint.
601 (satisfy_constraint): Take a sat_info argument instead of
H A DChangeLog-20191027 (tsubst_nested_requirement): Use satisfy_constraint instead of
1031 (diagnose_nested_requirement): Use satisfy_constraint. Tentatively
1895 (satisfy_constraint): Use new satisfaction algorithm.
H A DChangeLog-20214405 (satisfy_constraint): Rename to ...
4539 instead of satisfy_constraint, so that we normalize on demand.
H A DChangeLog-20161887 (satisfy_constraint): Add timing variables.