Home
last modified time | relevance | path

Searched defs:sfinae (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCUDA/
H A Ddeferred-oeverload.cu72 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function
82 __host__ __device__ void sfinae(T t) { // host-note {{candidate template ignored: substitution fail… in sfinae() function
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp141 struct sfinae { }; struct in PR6239::X0::type
152 struct sfinae { }; struct
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp94 namespace sfinae { namespace
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14006 bool sfinae = (bool)isSFINAEContext(); CheckAddressOfOperand() local