Searched refs:__is_same (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/SemaCXX/ |
D | libstdcxx_is_pod_hack.cpp | 18 struct __is_same { // expected-warning {{keyword '__is_same' will be made available as an identifie… struct 21 __is_same<int> isi;
|
D | type-traits.cpp | 1687 int t01[T(__is_same(Base, Base))]; in is_same() 1688 int t02[T(__is_same(Base, BaseTypedef))]; in is_same() 1689 int t03[T(__is_same(TemplateClass<int, int>, TemplateAlias<int>))]; in is_same() 1691 int t10[F(__is_same(Base, const Base))]; in is_same() 1692 int t11[F(__is_same(Base, Base&))]; in is_same() 1693 int t12[F(__is_same(Base, Derived))]; in is_same()
|
/external/clang/test/Sema/ |
D | static-assert.c | 26 #define ASSERT_IS_TYPE(T) __is_same(T, T)
|
/external/clang/test/PCH/ |
D | cxx-traits.h | 54 struct __is_same {}; // expected-warning {{made available}} struct
|
D | cxx-traits.cpp | 54 bool _is_same_result = __is_same(int, int);
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 448 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 795 REVERTIBLE_TYPE_TRAIT(__is_same); in ParseCastExpression()
|