| 248 | table_map *dep_map); |
| 249 | |
| 250 | void set_dependency_on(With_element *with_elem) |
| 251 | { base_dep_map|= with_elem->get_elem_map(); } |
| 252 | |
| 253 | bool check_dependency_on(With_element *with_elem) |
| 254 | { return base_dep_map & with_elem->get_elem_map(); } |
nothing calls this directly
no test coverage detected