Home
last modified time | relevance | path

Searched defs:declval (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/CPP/utility/
H A Ddeclval.h19 template <typename T> cpp::add_rvalue_reference_t<T> declval() { in declval() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/
Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/
H A Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__utility/
Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/
Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/
Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/
Ddeclval.h30 _LIBCPP_HIDE_FROM_ABI decltype(std::__declval<_Tp>(0)) declval() _NOEXCEPT { in declval() function
/aosp_15_r20/bionic/tests/
H A Dclang_fortify_tests.cpp313 static T declval() { in declval() function