Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h97 struct hold { struct
99 hold(T v) : value_(v) {} in hold() function
/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp87 std::unique_ptr<path::value_type, decltype(&::free)> hold(detail::realpath(p.c_str(), nullptr), &::free); __canonical() local
487 unique_ptr<path::value_type, Deleter> hold(detail::getcwd(ptr, size), deleter); __current_path() local
/llvm-project/libcxx/src/
H A Dlocale.cpp459 unique_ptr<facet, releaser> hold(f); in __imp() local
475 unique_ptr<facet, releaser> hold(f); in install() local