Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Ddecay.h33 struct _LIBCPP_NO_SPECIALIZATIONS decay { struct
34 _LIBCPP_NODEBUGdecay global() argument
/llvm-project/clang/test/OpenMP/
H A Dconstexpr_capture.cpp10 struct decay { struct
14 template <typename TArg0 = int, typename = typename decay<TArg0>::type> V(); argument
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dbug_81590.compile.pass.cpp23 constexpr const std::variant<X*>& decay() const noexcept { return *this; } decay() function
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp62 std::decay_t<T> decay() { in decay() function
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp134 TEST(LlvmLibcTypeTraitsTest,decay) TEST() argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp515 namespace decay { namespace