/freebsd/contrib/llvm-project/libcxx/include/__expected/ |
H A D | expected.h | 266 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(true) {} 270 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {} 275 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(true) {} 280 : __union_(in_place, __tag, std::forward<_Args>(__args)...), __has_val_(false) {} 339 std::construct_at(&__union_.__v, in_place, std::forward<_Args>(__args)...); 370 return __union_t(in_place, std::forward<_OtherUnion>(__other).__val_); 384 return __repr(in_place, std::forward<_OtherUnion>(__other).__val_); 392 : __repr_(in_place, std::forward<_Args>(__args)...) {} 478 : __base(in_place) {} 559 : __base(in_place, std::forward<_Up>(__u)) {} [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | single_view.h | 55 : __value_(in_place, __t) { in single_view() 58 …_LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t… in single_view() 63 : __value_{in_place, std::forward<_Args>(__args)...} {} in single_view()
|
H A D | repeat_view.h | 88 : __value_(in_place, __value), __bound_(__bound_sentinel) { 94 : __value_(in_place, std::move(__value)), __bound_(__bound_sentinel) { 103 : __value_(in_place, std::make_from_tuple<_Tp>(std::move(__value_args))),
|
H A D | movable_box.h | 64 : __val_(in_place, std::forward<_Args>(__args)...) {} in __movable_box() 68 : __val_(in_place) {} in __movable_box()
|
H A D | drop_while_view.h | 33 #include <__utility/in_place.h> 58 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {} in base()
|
H A D | take_while_view.h | 31 #include <__utility/in_place.h> 62 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {}
|
H A D | chunk_by_view.h | 101 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in chunk_by_view()
|
H A D | filter_view.h | 40 #include <__utility/in_place.h> 76 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in base()
|
H A D | transform_view.h | 88 : __func_(std::in_place, std::move(__func)), __base_(std::move(__base)) {} in transform_view()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 37 constexpr CustomizableOptional(const T &y) : Storage(std::in_place, y) {} in CustomizableOptional() 41 : Storage(std::in_place, std::move(y)) {} in CustomizableOptional() 46 : Storage(std::in_place, std::forward<ArgTypes>(Args)...) {} in CustomizableOptional()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 219 int infd, int *outfd, int in_place); 597 int in_place) in copy_from_tempfile() argument 604 if (in_place == 0) { in copy_from_tempfile() 654 int in_place; in create_file() local 842 in_place = 0; in create_file() 847 in_place = 1; in create_file() 851 &tfd, in_place) < 0) { in create_file()
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | in_place.h | 27 inline constexpr in_place_t in_place{};
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | utility.cppm |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | HashBuilder.h | 80 : OptionalHasher(std::in_place, std::forward<ArgTypes>(Args)...), in HashBuilderBase()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | optional | 219 #include <__utility/in_place.h> 672 : __base(in_place, std::forward<_Args>(__args)...) {} 678 : __base(in_place, __il, std::forward<_Args>(__args)...) {} 682 _LIBCPP_HIDE_FROM_ABI constexpr optional(_Up&& __v) : __base(in_place, std::forward<_Up>(__v)) {} 685 …_LIBCPP_HIDE_FROM_ABI constexpr explicit optional(_Up&& __v) : __base(in_place, std::forward<_Up>(… 1261 return optional<_Tp>(in_place, std::forward<_Args>(__args)...); 1266 return optional<_Tp>(in_place, __il, std::forward<_Args>(__args)...);
|
H A D | utility | 227 inline constexpr in_place_t in_place{}; 266 # include <__utility/in_place.h>
|
H A D | any | 103 #include <__utility/in_place.h>
|
H A D | variant | 253 #include <__utility/in_place.h> 693 …: __head(in_place, std::forward<_Args>(__args)...) {} …
|
H A D | module.modulemap | 2099 module std_private_utility_in_place [system] { header "__utility/in_place.h" }
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | arc.h | 278 boolean_t in_place);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 309 std::in_place, Key, IsAddressDiscriminated, in createPtrAuthQualifiedType()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1353 UTL_HEADERS+= in_place.h
|
H A D | libcxx.imp | 853 { include: [ "<__utility/in_place.h>", "private", "<utility>", "public" ] },
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 222 Callable(T const &O) : Obj(std::in_place, O) {}
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 2189 boolean_t in_place) in arc_untransform() argument 2194 if (in_place) in arc_untransform()
|