Searched defs:add_const (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp187 struct add_const { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
201 add_const>::type,
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h152 template <class _Tp> struct add_const {typedef typename __add_const<_Tp>::type type;}; struct in namespace:std
161 typename add_lvalue_reference<typename add_const<_Tp>::type>::type> {};
/external/eigen/Eigen/src/Core/util/
H A DMeta.h112 template <typename T> struct add_const { typedef const T type; }; struct in namespace:Eigen::internal
113 template <typename T> struct add_const<T&> { typedef T& type; }; struct in namespace:Eigen::internal

Completed in 672 milliseconds