| 2062 | } |
| 2063 | |
| 2064 | void p_array_set_element_union(FlatZincSpace& s, const ConExpr& ce, |
| 2065 | AST::Node* ann) { |
| 2066 | p_array_set_element_op(s, ce, ann, SOT_UNION); |
| 2067 | } |
| 2068 | |
| 2069 | void p_array_set_element_intersect(FlatZincSpace& s, const ConExpr& ce, |
| 2070 | AST::Node* ann) { |
nothing calls this directly
no test coverage detected