Home
last modified time | relevance | path

Searched defs:remove_volatile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dremove_volatile.h22 struct _LIBCPP_NO_SPECIALIZATIONS remove_volatile { struct
23 _LIBCPP_NODEBUGremove_volatile global() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp119 std::remove_volatile_t<T> remove_volatile() { in remove_volatile() function