Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Denable_if.cpp224 T templatedConflict(T m) __attribute__((enable_if(false, ""))) { return T(); } in templatedConflict() function
226 T templatedConflict(T m) __attribute__((enable_if(true, ""))) { return T(); } in templatedConflict() function
228 T templatedConflict(T m) __attribute__((enable_if(1, ""))) { return T(); } in templatedConflict() function