Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Denable_if.cpp202 T templated(T m) __attribute__((enable_if(true, ""))) { return T(); } in templated() function
204 T templated(T m) __attribute__((enable_if(false, ""))) { return T(); } in templated() function
408 template <int N> constexpr int templated() __attribute__((enable_if(N, ""))) { in templated() function
/external/llvm-project/clang/test/SemaCXX/
Drecovery-expr-type.cpp43 constexpr int templated() __attribute__((enable_if(N, ""))) { // expected-note {{candidate disabled… in templated() function
Denable_if.cpp202 T templated(T m) __attribute__((enable_if(true, ""))) { return T(); } in templated() function
204 T templated(T m) __attribute__((enable_if(false, ""))) { return T(); } in templated() function
408 template <int N> constexpr int templated() __attribute__((enable_if(N, ""))) { in templated() function
Dcxx2a-destroying-delete.cpp127 namespace templated { namespace
/external/llvm-project/clang/docs/
DInternalsManual.rst1460 .. _templated: target