Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Fold

1175 namespace Fold {
1179 #define fold(x) (__builtin_constant_p(x) ? (x) : (x))
1182 constexpr int m = fold((int)(char*)123); // ok
1185 #undef fold