Searched refs:sfinae (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp141 struct sfinae { }; struct in class:PR6239::X0::type
144 typename sfinae<&U::operator=>::type test(int);
152 struct sfinae { }; struct in struct:PR6239::X1
155 typename sfinae<&U::operator=>::type test(int);
/external/clang/lib/Sema/
H A DSemaExpr.cpp8977 bool sfinae = (bool)isSFINAEContext(); local
8981 if (sfinae)

Completed in 289 milliseconds