Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:eight

127 constexpr int eight = 8;
132 static_assert(Sum(1, eight, &twentyseven) == 36, "");
133 static_assert(Sum(1, 2, &four, eight) == 15, "");