Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Fold

1312 namespace Fold {
1316 #define fold(x) (__builtin_constant_p(x) ? (x) : (x))
1319 constexpr int m = fold((int)(char*)123); // ok
1322 #undef fold