Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dadd_cv.h
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp29 std::add_cv_t<T> add_cv() { in add_cv() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp8 struct add_cv { typedef const volatile T type; }; struct