Searched defs:decay (Results 1 – 6 of 6) sorted by relevance
33 struct _LIBCPP_NO_SPECIALIZATIONS decay { struct 34 _LIBCPP_NODEBUGdecay global() argument
10 struct decay { struct14 template <typename TArg0 = int, typename = typename decay<TArg0>::type> V(); argument
23 constexpr const std::variant<X*>& decay() const noexcept { return *this; } decay() function
62 std::decay_t<T> decay() { in decay() function
134 TEST(LlvmLibcTypeTraitsTest,decay) TEST() argument
515 namespace decay { namespace