Home
last modified time | relevance | path

Searched refs:remove_volatile (Results 1 – 8 of 8) sorted by relevance

/freebsd/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;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def27 TRANSFORM_TYPE_TRAIT_DEF(RemoveVolatile, remove_volatile)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits63 template <class T> struct remove_volatile;
176 using remove_volatile_t = typename remove_volatile<T>::type; // C++14
489 #include <__type_traits/remove_volatile.h>
H A Dmodule.modulemap2070 …its_remove_volatile [system] { header "__type_traits/remove_volatile.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1328 TTR_HEADERS+= remove_volatile.h
H A Dlibcxx.imp834 { include: [ "<__type_traits/remove_volatile.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2487 SYMBOL(remove_volatile, std::, <type_traits>)