Home
last modified time | relevance | path

Searched defs:add_const (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dadd_const.h
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dtype-traits.cpp24 struct add_const { struct
25 using type = T;
31 struct add_const { struct
32 using type = T;
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp24 std::add_const_t<T> add_const() { in add_const() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp10 template< class T> struct add_const { typedef const T type; }; argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp187 struct add_const { struct
188 typedef const T type;