Searched refs:sfinae (Results 1 – 5 of 5) sorted by relevance
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);
411 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
425 // 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
10405 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local10409 if (sfinae) in CheckAddressOfOperand()