Home
last modified time | relevance | path

Searched defs:add_volatile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dadd_volatile.h
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp51 std::add_volatile_t<T> add_volatile() { in add_volatile() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp12 template< class T> struct add_volatile { typedef volatile T type; }; struct