Home
last modified time | relevance | path

Searched refs:__make_scope_guard (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dscope_guard.h47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __scope_guard<_Func> __make_scope_guard(_Func _… in __make_scope_guard() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_multiset.h328 …auto __clear_other_guard = std::__make_scope_guard([&]() noexcept { __other.clear() /* noexcept */… in noexcept()
425 auto __guard = std::__make_scope_guard([&]() noexcept { clear() /* noexcept */; }); in extract()
H A Dflat_set.h338 …auto __clear_other_guard = std::__make_scope_guard([&]() noexcept { __other.clear() /* noexcept */… in noexcept()
478 auto __guard = std::__make_scope_guard([&]() noexcept { clear() /* noexcept */; }); in extract()
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h394 …auto __clear_other_guard = std::__make_scope_guard([&]() noexcept { __other.clear() /* noexcept */… in noexcept()
552 auto __guard = std::__make_scope_guard([&]() noexcept { clear() /* noexcept */; }); in extract()
H A Dflat_map.h401 …auto __clear_other_guard = std::__make_scope_guard([&]() noexcept { __other.clear() /* noexcept */… in noexcept()
601 auto __guard = std::__make_scope_guard([&]() noexcept { clear() /* noexcept */; }); in extract()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring2389 auto __guard = std::__make_scope_guard(__annotate_new_size(*this));
2707 auto __guard = std::__make_scope_guard(__annotate_new_size(*this));
2774 auto __guard = std::__make_scope_guard(__annotate_new_size(*this));
2885 auto __guard = std::__make_scope_guard(__annotate_new_size(*this));