Searched refs:NoADL (Results 1 – 4 of 4) sorted by relevance
26 struct NoADL {}; struct28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}29 NS::iter end(NS::NoADL);37 for (int b : NS::NoADL()) {} // expected-error {{invalid range expression of type 'NS::NoADL'}} in f()
240 class NoADL {}; class242 int *begin(NS::NoADL);243 int *end(NS::NoADL);252 …for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no … in j()
256 class NoADL {}; class258 int *begin(NS::NoADL);259 int *end(NS::NoADL);268 …for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no … in j()