Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__utility/
H A Dpair.h99 static constexpr bool __enable_implicit() { in __enable_implicit() function
113 static constexpr bool __enable_implicit() { in __enable_implicit() function
163 _CheckArgsDep<_Dummy>::template __enable_implicit<_T1 const&, _T2 const&>()
191 typename enable_if<_CheckArgs::template __enable_implicit<_U1, _U2>()>::type* = nullptr
209 _CheckArgs::template __enable_implicit<_U1 const&, _U2 const&>()
227 _CheckArgs::template __enable_implicit<_U1, _U2>()
244 _CheckTLC<_Tuple>::template __enable_implicit<_Tuple>()
/llvm-project-15.0.7/libcxx/include/
H A Doptional669 static constexpr bool __enable_implicit() {
708 static constexpr bool __enable_implicit() {
772 _CheckOptionalArgsCtor<_Up>::template __enable_implicit<_Up>()
787 _CheckOptionalLikeCtor<_Up, _Up const&>::template __enable_implicit<_Up>()
805 _CheckOptionalLikeCtor<_Up, _Up &&>::template __enable_implicit<_Up>()
H A D__tuple485 static constexpr bool __enable_implicit() { return false; }