Searched refs:transform_view (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | transform_view.h | 75 class _LIBCPP_ABI_LLVM18_NO_UNIQUE_ADDRESS transform_view : public view_interface<transform_view<_V… 85 _LIBCPP_HIDE_FROM_ABI transform_view() 89 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __fu… in transform_view() function 136 transform_view(_Range&&, _Fn) -> transform_view<views::all_t<_Range>, _Fn>; 178 class transform_view<_View, _Fn>::__iterator 181 using _Parent _LIBCPP_NODEBUG = __maybe_const<_Const, transform_view>; 187 friend class transform_view<_View, _Fn>::__iterator; 190 friend class transform_view<_View, _Fn>::__sentinel; 341 class transform_view<_View, _Fn>::__sentinel { 342 using _Parent _LIBCPP_NODEBUG = __maybe_const<_Const, transform_view>; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ranges | 224 class transform_view; 426 # include <__ranges/transform_view.h>
|
| H A D | module.modulemap.in | 1933 module transform_view { 1934 header "__ranges/transform_view.h"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ranges.cppm | |
| H A D | ranges.inc | 187 using std::ranges::transform_view;
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1933 module transform_view { 1934 header "__ranges/transform_view.h"
|
| H A D | libcxx.imp | 720 { include: [ "<__ranges/transform_view.h>", "private", "<ranges>", "public" ] },
|
| H A D | Makefile | 2009 RNG_HEADERS+= transform_view.h
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 1768 header "__ranges/transform_view.h"
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3839 SYMBOL(transform_view, std::ranges::, <ranges>)
|