LCOV - code coverage report
Current view: top level - metalib_isl - bset_to_bmap.c (source / functions) Hit Total Coverage
Test: 2018-10-31_point_maint_greina16.lcov Lines: 2 2 100.0 %
Date: 2018-11-01 11:27:00 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include <isl/map_type.h>
       2             : 
       3             : /* Treat "bset" as a basic map.
       4             :  * Internally, isl_basic_set is defined to isl_basic_map, so in practice,
       5             :  * this function performs a redundant cast.
       6             :  */
       7 83307600105 : static __isl_give isl_basic_map *bset_to_bmap(__isl_take isl_basic_set *bset)
       8             : {
       9 83307600105 :         return (isl_basic_map *) bset;
      10             : }

Generated by: LCOV version 1.12