Searched refs:satisfy_constraint (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 101 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 D | ChangeLog-2020 | 108 (satisfy_constraint): Set satisfying_constraint. 590 satisfy_constraint. 601 (satisfy_constraint): Take a sat_info argument instead of
|
H A D | ChangeLog-2019 | 1027 (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 D | ChangeLog-2021 | 4405 (satisfy_constraint): Rename to ... 4539 instead of satisfy_constraint, so that we normalize on demand.
|
H A D | ChangeLog-2016 | 1887 (satisfy_constraint): Add timing variables.
|