Lines Matching defs:u
111 …for (auto u : NoBeginADL()) { // expected-error {{no matching function for call to 'begin'}} expec… in g() local
113 …for (auto u : NoEndADL()) { // expected-error {{no matching function for call to 'end'}} expected-… in g() local
122 …for (auto u : NoBegin()) { // expected-error {{range type 'NoBegin' has 'end' member but no 'begin… in g() local
124 …for (auto u : NoEnd()) { // expected-error {{range type 'NoEnd' has 'begin' member but no 'end' me… in g() local
131 for (auto u : NoIncr()) { // expected-error {{arithmetic on a pointer to void}} in g() local
139 for (auto u : NoNotEq()) { // expected-error {{invalid operands to binary expression}} in g() local
161 for (U u : t) { // expected-error {{no viable conversion from 'A' to 'int'}} in h() local
163 for (auto u : t) { in h() local
174 for (auto u : t) { // expected-error {{no matching function for call to 'begin'}} \ in i() local
197 for (auto u : NS::ADL()) { in j() local
199 …for (auto u : NS::NoADL()) { // expected-error {{no matching function for call to 'begin'}} expect… in j() local