Searched refs:is_placeholder (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__functional/ |
| HD | bind.h | 39 struct is_placeholder struct 42 is_placeholder<__remove_cvref_t<_Tp> > > {}; 46 inline constexpr int is_placeholder_v = is_placeholder<_Tp>::value; 76 struct is_placeholder<placeholders::__ph<_Np> > : public integral_constant<int, _Np> {}; 103 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _Uj>::type type; 106 template <class _Ti, class _Uj, __enable_if_t<0 < is_placeholder<_Ti>::value, int> = 0> 108 typename __mu_return2<0 < is_placeholder<_Ti>::value, _Ti, _Uj>::type 110 const size_t __indx = is_placeholder<_Ti>::value - 1; 116 __enable_if_t<!is_bind_expression<_Ti>::value && is_placeholder<_Ti>::value == 0 && 143 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _TupleUj>::type&& type; [all …]
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | functional.inc | 67 using std::is_placeholder;
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | functional | 226 template<class T> struct is_placeholder; 232 = is_placeholder<T>::value; // C++17
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | StdSymbolMap.inc | 1723 SYMBOL(is_placeholder, std::, <functional>)
|