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

  /external/clang/test/PCH/
cxx-traits.h 26 struct __is_complete_type {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 24 bool _is_complete_type_result = __is_complete_type(int);
  /external/clang/test/SemaCXX/
type-traits.cpp 489 int t01[T(__is_complete_type(float))];
490 int t02[T(__is_complete_type(double))];
491 int t03[T(__is_complete_type(long double))];
492 int t11[T(__is_complete_type(bool))];
493 int t12[T(__is_complete_type(char))];
494 int t13[T(__is_complete_type(signed char))];
495 int t14[T(__is_complete_type(unsigned char))];
496 //int t15[T(__is_complete_type(char16_t))];
497 //int t16[T(__is_complete_type(char32_t))];
498 int t17[T(__is_complete_type(wchar_t))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 634 /// '__is_complete_type'
806 REVERTIBLE_TYPE_TRAIT(__is_complete_type);
    [all...]

Completed in 254 milliseconds