Home
last modified time | relevance | path

Searched refs:Equals (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DThunk.h53 bool Equals(const VirtualAdjustment &Other) const { in Equals() function
59 return Equals(Zero); in isEmpty()
73 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
120 bool Equals(const VirtualAdjustment &Other) const { in Equals() function
126 return Equals(Zero); in isEmpty()
139 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DNameMatchesTest.cpp18 TEST(NameMatchesTest, Equals) { in TEST() argument
19 EXPECT_TRUE(NameMatches("foo", NameMatch::Equals, "foo")); in TEST()
20 EXPECT_FALSE(NameMatches("foo", NameMatch::Equals, "bar")); in TEST()
H A DProcessInstanceInfoTest.cpp100 match.SetNameMatchType(NameMatch::Equals); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFoldingSet.h243 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
271 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
401 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID, in Equals() function
415 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, in Equals() function
538 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID); in NodeEquals()
600 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID, in NodeEquals()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DNameMatches.h17 Equals, enumerator
H A DConstString.h252 static bool Equals(ConstString lhs, ConstString rhs,
/llvm-project-15.0.7/lldb/source/Utility/
H A DNameMatches.cpp20 case NameMatch::Equals: in NameMatches()
H A DFileSpec.cpp230 return ConstString::Equals(m_directory, rhs.m_directory, case_sensitive); in DirectoryEquals()
235 return ConstString::Equals(m_filename, rhs.m_filename, case_sensitive); in FileEquals()
H A DConstString.cpp241 bool ConstString::Equals(ConstString lhs, ConstString rhs, in Equals() function in ConstString
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h118 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
153 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
242 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
339 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
807 bool Equals(const ParamIteratorInterface<ParamType>& other) const override { in Equals() function
/llvm-project-15.0.7/lldb/source/Core/
H A DFileSpecList.cpp70 if (ConstString::Equals( in FindFileIndex()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcomplex.h43 constexpr bool Equals(const Complex &that) const { in Equals() function
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp445 Token Equals = Tok; in parseHTMLStartTag() local
450 << SourceRange(Equals.getLocation()); in parseHTMLStartTag()
461 Equals.getLocation(), in parseHTMLStartTag()
H A DCXXInheritance.cpp121 if (CurContext->Equals(this)) in isCurrentInstantiation()
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Delements_test.cpp103 TYPED_TEST(LlvmLibcMemoryElements, Equals, FixedSizeTypes) { in TYPED_TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DRemoveUsingNamespace.cpp156 ->Equals(TargetDirective->getNominatedNamespace())) in apply()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp108 if (DC0->Equals(DC1)) in mayShadowImpl()
/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Darrayref_test.cpp77 TYPED_TEST(LlvmLibcArrayRefTest, Equals, Types) { in TYPED_TEST() argument
H A Dstringview_test.cpp39 TEST(LlvmLibcStringViewTest, Equals) { in TEST() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp142 : Ctx->Equals(DCtx); in isDeclInScope()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DArrayRefTest.cpp166 TEST(ArrayRefTest, Equals) { in TEST() argument
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp257 folded->first.Equals(folded->second); in FoldOperation()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h125 Equals, // ?8 # operator== enumerator
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp263 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator=="); in output()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h187 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static bool Equals(const SCEVPredicate &X, const FoldingSetNodeID &ID,

123