Home
last modified time | relevance | path

Searched refs:sfinae (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp141 struct sfinae { }; struct in PR6239::X0::type
144 typename sfinae<&U::operator=>::type test(int);
152 struct sfinae { }; struct
155 typename sfinae<&U::operator=>::type test(int);
/external/jemalloc_new/m4/
Dax_cxx_compile_stdcxx.m4411 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/harfbuzz_ng/m4/
Dax_cxx_compile_stdcxx.m4425 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/jemalloc_new/
Dconfigure5255 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
5689 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/clang/lib/Sema/
DSemaExpr.cpp10405 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local
10409 if (sfinae) in CheckAddressOfOperand()