HomeSort by relevance Sort by last modified time
    Searched defs:add_const (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 152 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/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 187 struct add_const { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
201 add_const>::type,
  /external/eigen/Eigen/src/Core/util/
Meta.h 112 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 120 milliseconds