Home
last modified time | relevance | path

Searched refs:__enable_explicit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__utility/
H A Dpair.h91 static constexpr bool __enable_explicit() { in __enable_explicit() function
118 static constexpr bool __enable_explicit() { in __enable_explicit() function
154 _CheckArgsDep<_Dummy>::template __enable_explicit<_T1 const&, _T2 const&>()
177 typename enable_if<_CheckArgs::template __enable_explicit<_U1, _U2>()>::type* = nullptr
200 _CheckArgs::template __enable_explicit<_U1 const&, _U2 const&>()
218 _CheckArgs::template __enable_explicit<_U1, _U2>()
236 _CheckTLC<_Tuple>::template __enable_explicit<_Tuple>()
/llvm-project-15.0.7/libcxx/include/
H A Doptional675 static constexpr bool __enable_explicit() {
713 static constexpr bool __enable_explicit() {
779 _CheckOptionalArgsCtor<_Up>::template __enable_explicit<_Up>()
795 _CheckOptionalLikeCtor<_Up, _Up const&>::template __enable_explicit<_Up>()
813 _CheckOptionalLikeCtor<_Up, _Up &&>::template __enable_explicit<_Up>()
H A D__tuple483 static constexpr bool __enable_explicit() { return false; }