Searched refs:sfinae (Results 1 – 2 of 2) 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);
9892 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local9896 if (sfinae) in CheckAddressOfOperand()