Home
last modified time | relevance | path

Searched refs:in_place (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h266 : __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 Dsingle_view.h55 : __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 Drepeat_view.h88 : __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 Dmovable_box.h64 : __val_(in_place, std::forward<_Args>(__args)...) {} in __movable_box()
68 : __val_(in_place) {} in __movable_box()
H A Ddrop_while_view.h33 #include <__utility/in_place.h>
58 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {} in base()
H A Dtake_while_view.h31 #include <__utility/in_place.h>
62 : __base_(std::move(__base)), __pred_(std::in_place, std::move(__pred)) {}
H A Dchunk_by_view.h101 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in chunk_by_view()
H A Dfilter_view.h40 #include <__utility/in_place.h>
76 : __base_(std::move(__base)), __pred_(in_place, std::move(__pred)) {} in base()
H A Dtransform_view.h88 : __func_(std::in_place, std::move(__func)), __base_(std::move(__base)) {} in transform_view()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h37 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 Dmain.c219 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 Din_place.h27 inline constexpr in_place_t in_place{};
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dutility.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h80 : OptionalHasher(std::in_place, std::forward<ArgTypes>(Args)...), in HashBuilderBase()
/freebsd/contrib/llvm-project/libcxx/include/
H A Doptional219 #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 Dutility227 inline constexpr in_place_t in_place{};
266 # include <__utility/in_place.h>
H A Dany103 #include <__utility/in_place.h>
H A Dvariant253 #include <__utility/in_place.h>
693 …: __head(in_place, std::forward<_Args>(__args)...) {} …
H A Dmodule.modulemap2099 module std_private_utility_in_place [system] { header "__utility/in_place.h" }
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h278 boolean_t in_place);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp309 std::in_place, Key, IsAddressDiscriminated, in createPtrAuthQualifiedType()
/freebsd/lib/libc++/
H A DMakefile1353 UTL_HEADERS+= in_place.h
H A Dlibcxx.imp853 { include: [ "<__utility/in_place.h>", "private", "<utility>", "public" ] },
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h222 Callable(T const &O) : Obj(std::in_place, O) {}
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2189 boolean_t in_place) in arc_untransform() argument
2194 if (in_place) in arc_untransform()

12