Home
last modified time | relevance | path

Searched refs:check_constraint_atom (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc113 check_constraint_atom (cp_expr expr) in check_constraint_atom() function
141 return check_constraint_atom (lhs) && check_constraint_atom (rhs); in check_constraint_operands()
187 if (!check_constraint_atom (expr)) in finish_constraint_primary_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc161 check_constraint_atom (cp_expr expr) in check_constraint_atom() function
189 return check_constraint_atom (lhs) && check_constraint_atom (rhs); in check_constraint_operands()
228 if (!check_constraint_atom (expr)) in finish_constraint_primary_expr()
H A DChangeLog-20191770 (check_constraint_atom): New.