Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:zero

24   constexpr int zero() const { return 0; }
94 using IntParam0 = IntParam<MemberZero().zero>; // expected-error {{did you mean to call it with no arguments?}}
100 case MemberZero().zero: // expected-error {{did you mean to call it with no arguments?}} expected-note {{previous}}