Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:gcd

162   constexpr int gcd(int a, int b) {
166 static_assert(gcd(1749237, 5628959) == 7, "");