Searched refs:normalize_logical_operation (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 658 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info) in normalize_logical_operation() function 749 return normalize_logical_operation (t, args, CONJ_CONSTR, info); in normalize_expression() 751 return normalize_logical_operation (t, args, DISJ_CONSTR, info); in normalize_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 688 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info) in normalize_logical_operation() function 824 return normalize_logical_operation (t, args, CONJ_CONSTR, info); in normalize_expression() 826 return normalize_logical_operation (t, args, DISJ_CONSTR, info); in normalize_expression()
|
H A D | ChangeLog-2019 | 1840 (normalize_logical_operation): Pass subst_info through call.
|