Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:eight

134 constexpr int eight = 8;
139 static_assert(Sum(1, eight, &twentyseven) == 36, "");
140 static_assert(Sum(1, 2, &four, eight) == 15, "");