Coverage Report

Created: 2019-07-24 05:18

/Users/buildslave/jenkins/workspace/clang-stage2-coverage-R/llvm/tools/polly/lib/External/isl/include/isl/maybe.h
Line
Count
Source
1
#ifndef ISL_MAYBE_H
2
#define ISL_MAYBE_H
3
4
2.45k
#define ISL_xMAYBE(TYPE)  isl_maybe_ ## TYPE
5
2.45k
#define ISL_MAYBE(TYPE)   ISL_xMAYBE(TYPE)
6
7
#endif