Home
last modified time | relevance | path

Searched defs:IsSame (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp2.cpp63 template <typename X, typename Y> struct IsSame { struct
64 static constexpr bool value = false;
67 template <typename Z> struct IsSame<Z, Z> { struct
68 static constexpr bool value = true;
91 template <typename X, typename Y> struct IsSame { struct
92 static constexpr bool value = false;
95 template <typename Z> struct IsSame<Z, Z> { struct
96 static constexpr bool value = true;
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_type_traits_test.cpp21 TEST(SanitizerCommon, IsSame) { in TEST() argument
/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h88 bool IsSame() const { return m_type == same; } IsSame() function
/llvm-project/clang/test/SemaCXX/
H A Dcoroutines.cpp1089 static constexpr bool IsSame = IsSameV<T, U>; global() member
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5472 bool IsSame = MinMax->getPredicate() == ICmpInst::getStrictPredicate(Pred); foldICmpWithMinMax() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9744 bool IsSame = Context.isSameEntity(NewDecl, OldConcept); CheckConceptRedefinition() local