Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dremove_volatile.h44 using remove_volatile_t = __remove_volatile_t<_Tp>; variable
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4149 template <class T> using remove_volatile_t = __remove_volatile(T); global() typedef
[all...]