Searched refs:sfinae (Results 1 – 15 of 15) sorted by relevance
57 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function67 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function72 sfinae(A()); in test_sfinae()73 sfinae(B()); // host-error{{no matching function for call to 'sfinae'}} in test_sfinae()
141 struct sfinae { }; struct in PR6239::X0::type144 typename sfinae<&U::operator=>::type test(int); 152 struct sfinae { }; struct155 typename sfinae<&U::operator=>::type test(int);
94 namespace sfinae { namespace
65 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
407 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
405 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
411 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
425 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
427 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5255 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae5689 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7443 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae7773 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae8088 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
10405 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local10409 if (sfinae) in CheckAddressOfOperand()
13377 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local13381 if (sfinae) in CheckAddressOfOperand()