| //===----------------------------------------------------------------------===// | |
| // | |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | |
| // See https://llvm.org/LICENSE.txt for license information. | |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| // SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| _LIBCUDACXX_BEGIN_NAMESPACE_STD | |
| // Suppress deprecation notice for volatile-qualified return type resulting | |
| // from volatile-qualified types _Tp. | |
| _LIBCUDACXX_SUPPRESS_DEPRECATED_PUSH | |
| template <class _Tp> | |
| _LIBCUDACXX_INLINE_VISIBILITY _Tp&& __declval(int); | |
| template <class _Tp> | |
| _LIBCUDACXX_INLINE_VISIBILITY _Tp __declval(long); | |
| _LIBCUDACXX_SUPPRESS_DEPRECATED_POP | |
| template <class _Tp> | |
| _LIBCUDACXX_INLINE_VISIBILITY decltype(_CUDA_VSTD::__declval<_Tp>(0)) declval() noexcept; | |
| _LIBCUDACXX_END_NAMESPACE_STD | |