HomeSort by relevance Sort by last modified time
    Searched refs:PR15045 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
member-expr.cpp 176 namespace PR15045 {
184 return c->a; // expected-error {{member reference type 'PR15045::Cl0' is not a pointer; maybe you meant to use '.'?}}
196 t->func(); // expected-error-re 2 {{member reference type 'PR15045::bar' is not a pointer{{$}}}} \
205 e->Func(); // expected-error {{member reference type 'PR15045::bar' is not a pointer; maybe you meant to use '.'?}} \
206 // expected-error {{no member named 'Func' in 'PR15045::bar'; did you mean 'func'?}}
210 f->func(); // expected-error-re {{member reference type 'PR15045::bar' is not a pointer{{$}}}}
212 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}}
214 call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::foo>' requested here}
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 332 namespace PR15045 {
340 return c->a; // expected-error {{member reference type 'PR15045::Cl0' is not a pointer; maybe you meant to use '.'?}}

Completed in 67 milliseconds