Searched defs:IsSame (Results 1 – 6 of 6) sorted by relevance
63 template <typename X, typename Y> struct IsSame { struct64 static constexpr bool value = false;67 template <typename Z> struct IsSame<Z, Z> { struct68 static constexpr bool value = true;91 template <typename X, typename Y> struct IsSame { struct92 static constexpr bool value = false;95 template <typename Z> struct IsSame<Z, Z> { struct96 static constexpr bool value = true;
21 TEST(SanitizerCommon, IsSame) { in TEST() argument
88 bool IsSame() const { return m_type == same; } IsSame() function
1089 static constexpr bool IsSame = IsSameV<T, U>; global() member
5472 bool IsSame = MinMax->getPredicate() == ICmpInst::getStrictPredicate(Pred); foldICmpWithMinMax() local
9744 bool IsSame = Context.isSameEntity(NewDecl, OldConcept); CheckConceptRedefinition() local