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 25 struct __is_complete_type {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 23 bool _is_complete_type_result = __is_complete_type(int);
  /external/clang/test/SemaCXX/
type-traits.cpp 466 int t01[T(__is_complete_type(float))];
467 int t02[T(__is_complete_type(double))];
468 int t03[T(__is_complete_type(long double))];
469 int t11[T(__is_complete_type(bool))];
470 int t12[T(__is_complete_type(char))];
471 int t13[T(__is_complete_type(signed char))];
472 int t14[T(__is_complete_type(unsigned char))];
473 //int t15[T(__is_complete_type(char16_t))];
474 //int t16[T(__is_complete_type(char32_t))];
475 int t17[T(__is_complete_type(wchar_t))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 593 /// '__is_complete_type'
764 REVERTIBLE_TYPE_TRAIT(__is_complete_type);
    [all...]

Completed in 187 milliseconds