Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCUDA/
Ddeferred-oeverload.cu57 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function
67 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function
72 sfinae(A()); in test_sfinae()
73 sfinae(B()); // host-error{{no matching function for call to 'sfinae'}} in test_sfinae()
/external/llvm-project/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/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/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
Dp2.cpp94 namespace sfinae { namespace
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dax_cxx_compile_stdcxx_11.m465 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/google-breakpad/m4/
Dax_cxx_compile_stdcxx.m4407 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/elfutils/m4/
Dax_cxx_compile_stdcxx.m4405 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/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/protobuf/m4/
Dax_cxx_compile_stdcxx.m4427 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
/external/llvm-project/polly/lib/External/isl/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/llvm-project/polly/lib/External/isl/
Dconfigure7443 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
7773 // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
8088 // 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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp13377 bool sfinae = (bool)isSFINAEContext(); in CheckAddressOfOperand() local
13381 if (sfinae) in CheckAddressOfOperand()