Home
last modified time | relevance | path

Searched defs:in_place_t (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/src/__support/CPP/utility/
H A Din_place.h18 struct in_place_t { global() struct
/llvm-project/libcxx/include/__utility/
H A Din_place.h24 struct _LIBCPP_EXPORTED_FROM_ABI in_place_t { global() struct
/llvm-project/libcxx/include/__ranges/
H A Dsingle_view.h62 single_view(in_place_t,_Args &&...__args) single_view() argument
H A Dmovable_box.h62 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box() argument
/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h45 constexpr CustomizableOptional(std::in_place_t, ArgTypes &&...Args) in CustomizableOptional()