| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Thunk.h | 53 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 D | NameMatchesTest.cpp | 18 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 D | ProcessInstanceInfoTest.cpp | 100 match.SetNameMatchType(NameMatch::Equals); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 243 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 D | NameMatches.h | 17 Equals, enumerator
|
| H A D | ConstString.h | 252 static bool Equals(ConstString lhs, ConstString rhs,
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | NameMatches.cpp | 20 case NameMatch::Equals: in NameMatches()
|
| H A D | FileSpec.cpp | 230 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 D | ConstString.cpp | 241 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 D | gtest-param-util.h | 118 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 D | FileSpecList.cpp | 70 if (ConstString::Equals( in FindFileIndex()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | complex.h | 43 constexpr bool Equals(const Complex &that) const { in Equals() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentParser.cpp | 445 Token Equals = Tok; in parseHTMLStartTag() local 450 << SourceRange(Equals.getLocation()); in parseHTMLStartTag() 461 Equals.getLocation(), in parseHTMLStartTag()
|
| H A D | CXXInheritance.cpp | 121 if (CurContext->Equals(this)) in isCurrentInstantiation()
|
| /llvm-project-15.0.7/libc/test/src/string/memory_utils/ |
| H A D | elements_test.cpp | 103 TYPED_TEST(LlvmLibcMemoryElements, Equals, FixedSizeTypes) { in TYPED_TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | RemoveUsingNamespace.cpp | 156 ->Equals(TargetDirective->getNominatedNamespace())) in apply()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ConfusableIdentifierCheck.cpp | 108 if (DC0->Equals(DC1)) in mayShadowImpl()
|
| /llvm-project-15.0.7/libc/test/src/__support/CPP/ |
| H A D | arrayref_test.cpp | 77 TYPED_TEST(LlvmLibcArrayRefTest, Equals, Types) { in TYPED_TEST() argument
|
| H A D | stringview_test.cpp | 39 TEST(LlvmLibcStringViewTest, Equals) { in TEST() argument
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 142 : Ctx->Equals(DCtx); in isDeclInScope()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | ArrayRefTest.cpp | 166 TEST(ArrayRefTest, Equals) { in TEST() argument
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-logical.cpp | 257 folded->first.Equals(folded->second); in FoldOperation()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 125 Equals, // ?8 # operator== enumerator
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 263 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator=="); in output()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 187 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash, 265 static bool Equals(const SCEVPredicate &X, const FoldingSetNodeID &ID,
|