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

  /external/clang/test/SemaCXX/
type-traits.cpp 733 int t01[T(__is_compound(void*))];
734 int t02[T(__is_compound(cvoid*))];
735 int t03[T(__is_compound(void (*)()))];
736 int t04[T(__is_compound(int StructWithMembers::*))];
737 int t05[T(__is_compound(void (StructWithMembers::*)()))];
738 int t06[T(__is_compound(int&))];
739 int t07[T(__is_compound(Union))];
740 int t08[T(__is_compound(UnionAr))];
741 int t09[T(__is_compound(Derives))];
742 int t10[T(__is_compound(ClassType))]
    [all...]
  /external/clang/test/PCH/
cxx-traits.cpp 24 bool _is_compound_result = __is_compound(int);
cxx-traits.h 26 struct __is_compound {}; // expected-warning {{made available}} struct in namespace:n
  /external/clang/include/clang/Basic/
TokenKinds.def 459 TYPE_TRAIT_1(__is_compound, IsCompound, KEYCXX)
  /external/clang/lib/Parse/
ParseExpr.cpp 631 /// '__is_compound'
793 REVERTIBLE_TYPE_TRAIT(__is_compound);
    [all...]

Completed in 857 milliseconds