HomeSort by relevance Sort by last modified time
    Searched refs:__is_const (Results 1 - 5 of 5) sorted by null

  /external/clang/test/PCH/
cxx-traits.h 27 struct __is_const {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 25 bool _is_const_result = __is_const(int);
  /external/clang/test/SemaCXX/
type-traits.cpp 910 int t01[T(__is_const(cvoid))];
911 int t02[T(__is_const(const char))];
912 int t03[T(__is_const(const int))];
913 int t04[T(__is_const(const long))];
914 int t05[T(__is_const(const short))];
915 int t06[T(__is_const(const signed char))];
916 int t07[T(__is_const(const wchar_t))];
917 int t08[T(__is_const(const bool))];
918 int t09[T(__is_const(const float))];
919 int t10[T(__is_const(const double))]
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_const.hpp 49 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_const,T,__is_const(T))
  /external/clang/lib/Parse/
ParseExpr.cpp 636 /// '__is_const'
794 REVERTIBLE_TYPE_TRAIT(__is_const);
    [all...]

Completed in 146 milliseconds