Searched defs:templated (Results 1 – 6 of 6) sorted by relevance
202 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...]
47 constexpr int templated() __attribute__((enable_if(N, ""))) { // expected-note {{candidate disabled… in templated() function
127 namespace templated { namespace
145 template <typename T> T templated(T x) __arm_streaming { return x; } templated() function
2074 .. _templated: global() target
293 namespace templated { namespace