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

  /external/clang/test/PCH/
ms-if-exists.cpp 19 struct HasFoo {
27 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}}
28 // expected-error@14{{no viable conversion from 'HasFoo' to 'int *'}}
  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 31 struct HasFoo {
47 int *i = t; // expected-error{{no viable conversion from 'HasFoo' to 'int *'}}
58 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}}

Completed in 38 milliseconds