Lines Matching full:viable
8 for (int& it : x) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
91 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'X::A'}}
142 for (auto u : X::NoBeginADL()) { // expected-error {{invalid range expression of type 'X::NoBeginADL'; no viable 'begin' function available}}
144 for (auto u : X::NoEndADL()) { // expected-error {{invalid range expression of type 'X::NoEndADL'; no viable 'end' function available}}
195 for (int n : 42) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
204 for (U u : t) { // expected-error {{no viable conversion from 'X::A' to 'int'}}
217 for (auto u : t) { // expected-error {{invalid range expression of type 'X::A *'; no viable 'begin' function available}} \
218 expected-error {{member function 'begin' not viable}} \
232 for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'; no viable 'begin'}}
252 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}}