Searched refs:IsSame (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 89 bool IsSame() const { return m_type == same; } in IsSame() function
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1419 if (unwindplan_regloc.IsSame()) in GetAbstractRegisterLocation() 1526 if (abs_regloc->IsSame()) { in SavedLocationForRegister()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 597 TYPE_TRAIT_2(__is_same, IsSame, KEYCXX)
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 13691 bool IsSame) { in getCommonNNS() argument 13699 assert(!IsSame && "Should be the same NestedNameSpecifier"); in getCommonNNS() 13758 bool IsSame = isa<DependentTemplateSpecializationType>(T1); in getCommonNNS() local 13760 ::getCommonNNS(Ctx, NNS1->getPrefix(), NNS2->getPrefix(), IsSame); in getCommonNNS() 13826 const T *Y, bool IsSame) { in getCommonQualifier() argument 13827 return ::getCommonNNS(Ctx, X->getQualifier(), Y->getQualifier(), IsSame); in getCommonQualifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5753 bool IsSame = MinMax->getPredicate() == ICmpInst::getStrictPredicate(Pred); in foldICmpWithMinMax() local 5755 if (IsSame) { in foldICmpWithMinMax() 5771 if (IsSame) { in foldICmpWithMinMax()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9011 bool IsSame = Context.isSameEntity(NewDecl, OldConcept); in CheckConceptRedefinition() local 9012 if (!IsSame) { in CheckConceptRedefinition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3672 auto &&IsSame = [VL](ArrayRef<Value *> Scalars, ArrayRef<int> Mask) { in isSame() 3690 return IsSame(Scalars, Mask); in isSame() 3693 return IsSame(Scalars, Mask); in isSame() 3697 return IsSame(Scalars, ReuseShuffleIndices); in isSame()
|