Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h20 template <typename _ElementType, typename _MutexType = std::mutex>
23 typedef llvm::DenseSet<_ElementType> LLVMSetType;
28 void Insert(_ElementType e) { in Insert()
33 void Erase(_ElementType e) { in Erase()
38 bool Lookup(_ElementType e) { in Lookup()
/llvm-project-15.0.7/libcxx/include/
H A Dspan194 template <class _Range, class _ElementType>
203 is_convertible_v<remove_reference_t<ranges::range_reference_t<_Range>>(*)[], _ElementType(*)[]>;
205 template <class _Range, class _ElementType>
209 (ranges::borrowed_range<_Range> || is_const_v<_ElementType>) &&
213 is_convertible_v<remove_reference_t<ranges::range_reference_t<_Range>>(*)[], _ElementType(*)[]>;
604 template <class _ElementType, size_t _Extent>
605 inline constexpr bool ranges::enable_view<span<_ElementType, _Extent>> = true;
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h341 typedef typename iterator_traits<_ForwardIterator>::reference _ElementType; in replace_if() typedef
346 [&__pred, &__new_value](_ElementType __elem) in replace_if()