Searched refs:remove_volatile (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_volatile.h22 struct remove_volatile { struct
30 struct _LIBCPP_TEMPLATE_VIS remove_volatile {
34 struct _LIBCPP_TEMPLATE_VIS remove_volatile<volatile _Tp> {
39 using __remove_volatile_t = typename remove_volatile<_Tp>::type;
H A Dremove_cv.h14 #include <__type_traits/remove_volatile.h>
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc135 using std::remove_volatile;
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h24 #include <__type_traits/remove_volatile.h>
/freebsd-current/lib/libc++/
H A DMakefile1285 TTR_HEADERS+= remove_volatile.h

Completed in 121 milliseconds