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

  /external/clang/test/PCH/
cxx-traits.h 26 struct __is_compound {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 24 bool _is_compound_result = __is_compound(int);
  /external/clang/test/SemaCXX/
type-traits.cpp 710 int t01[T(__is_compound(void*))];
711 int t02[T(__is_compound(cvoid*))];
712 int t03[T(__is_compound(void (*)()))];
713 int t04[T(__is_compound(int StructWithMembers::*))];
714 int t05[T(__is_compound(void (StructWithMembers::*)()))];
715 int t06[T(__is_compound(int&))];
716 int t07[T(__is_compound(Union))];
717 int t08[T(__is_compound(UnionAr))];
718 int t09[T(__is_compound(Derives))];
719 int t10[T(__is_compound(ClassType))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 603 /// '__is_compound'
765 REVERTIBLE_TYPE_TRAIT(__is_compound);
    [all...]

Completed in 516 milliseconds