LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include <isl/map_type.h> 2 : 3 : /* Return the set that was treated as the map "map". 4 : */ 5 2711537415 : static __isl_give isl_set *set_from_map(__isl_take isl_map *map) 6 : { 7 2711537415 : return (isl_set *) map; 8 : } |
![]() |
Generated by: LCOV version 1.12 |