| 588 | } |
| 589 | |
| 590 | typename host_function::function_map_type::const_iterator host_function::get_function(const device_queue& cqueue) const { |
| 591 | return functions.find((const host_device*)&cqueue.get_device()); |
| 592 | } |
| 593 | |
| 594 | FLOOR_PUSH_WARNINGS() |
| 595 | FLOOR_IGNORE_WARNING(cast-function-type-strict) |
nothing calls this directly
no test coverage detected