Home
last modified time | relevance | path

Searched refs:add_volatile (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dadd_cv_quals.h41 struct _LIBCPP_NO_SPECIALIZATIONS add_volatile { struct
47 using add_volatile_t = typename add_volatile<_Tp>::type; argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dadd_volatile.h21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits66 template <class T> struct add_volatile;
182 using add_volatile_t = typename add_volatile<T>::type; // C++14
427 #include <__cxx03/__type_traits/add_volatile.h>
H A Dmodule.modulemap1876 …traits_add_volatile [system] { header "__type_traits/add_volatile.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc143 using std::add_volatile;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits64 template <class T> struct add_volatile;
198 using add_volatile_t = typename add_volatile<T>::type; // since C++14
H A Dvariant337 struct variant_alternative<_Ip, volatile _Tp> : add_volatile<variant_alternative_t<_Ip, _Tp>> {};
/freebsd/lib/libc++/
H A DMakefile1288 C3TTR_HEADERS+= add_volatile.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc582 SYMBOL(add_volatile, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc573 OLD_FILES+=usr/include/c++/v1/__type_traits/add_volatile.h