Searched defs:HasFoo (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/PCH/
H A Dms-if-exists.cpp19 struct HasFoo { struct
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/
H A Dms-if-exists.cpp31 struct HasFoo { struct
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 93 milliseconds