Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A 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
[all...]
H A Drecovery-expr-type.cpp47 constexpr int templated() __attribute__((enable_if(N, ""))) { // expected-note {{candidate disabled… in templated() function
H A Dcxx2a-destroying-delete.cpp127 namespace templated { namespace
/llvm-project/clang/test/Sema/
H A Daarch64-sme-func-attrs.c145 template <typename T> T templated(T x) __arm_streaming { return x; } templated() function
/llvm-project/clang/docs/
H A DInternalsManual.rst2074 .. _templated: global() target
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp293 namespace templated { namespace