Searched refs:__is_same (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/SemaCXX/ |
D | libstdcxx_is_pod_hack.cpp | 18 struct __is_same { struct 21 __is_same<int> isi;
|
D | type-traits.cpp | 1683 int t01[T(__is_same(Base, Base))]; in is_same() 1684 int t02[T(__is_same(Base, BaseTypedef))]; in is_same() 1685 int t03[T(__is_same(TemplateClass<int, int>, TemplateAlias<int>))]; in is_same() 1687 int t10[F(__is_same(Base, const Base))]; in is_same() 1688 int t11[F(__is_same(Base, Base&))]; in is_same() 1689 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/include/clang/Basic/ |
D | TokenKinds.def | 445 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
|