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 887 int t01[T(__is_const(cvoid))];
888 int t02[T(__is_const(const char))];
889 int t03[T(__is_const(const int))];
890 int t04[T(__is_const(const long))];
891 int t05[T(__is_const(const short))];
892 int t06[T(__is_const(const signed char))];
893 int t07[T(__is_const(const wchar_t))];
894 int t08[T(__is_const(const bool))];
895 int t09[T(__is_const(const float))];
896 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 608 /// '__is_const'
766 REVERTIBLE_TYPE_TRAIT(__is_const);
    [all...]

Completed in 1123 milliseconds