Home
last modified time | relevance | path

Searched defs:piecewise_construct_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__utility/
H A Dpiecewise_construct.h20 struct _LIBCPP_TEMPLATE_VIS piecewise_construct_t { struct
/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h62 __uses_allocator_construction_args(const _Alloc & __alloc,piecewise_construct_t,_Tuple1 && __x,_Tuple2 && __y) __uses_allocator_construction_args() argument
/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h129 construct(pair<_T1,_T2> * __p,piecewise_construct_t,tuple<_Args1...> __x,tuple<_Args2...> __y) construct() argument
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp