Searched defs:__guard (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/include/__utility/ | ||
H A D | small_buffer.h | 84 auto __guard = std::__make_exception_guard([&] { __dealloc<_Stored>(); }); __construct() local |
/llvm-project/libcxx/include/__memory/ | ||
H A D | uninitialized_algorithms.h | 415 auto __guard = std::__make_exception_guard([&]() { __allocator_construct_at_multidimensional() local |
/llvm-project/libcxx/include/__memory_resource/ | ||
H A D | polymorphic_allocator.h | 104 auto __guard = std::__make_exception_guard([&] { deallocate_object(__ptr); }); new_object() local |