Home | History | Annotate | Download | only in IR

Lines Matching defs:Yes

485   typedef char Yes[1];
490 static Yes &hasDereference(SFINAE<sizeof(static_cast<V>(*make<U>()))> * = 0);
494 sizeof(hasDereference<T, Result>(nullptr)) == sizeof(Yes);