Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/bearssl/T0/
H A DTValue.cs138 internal bool Equals(TValue v) in Equals() method
149 return ptr.Equals(v.ptr); in Equals()
H A DTPointerNull.cs40 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerNull
H A DTPointerBase.cs60 internal virtual bool Equals(TPointerBase tp) in Equals() method in TPointerBase
H A DTPointerBlob.cs70 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerBlob
H A DTPointerXT.cs68 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerXT
H A DSType.cs84 public override bool Equals(Object obj) in Equals() method
H A DT0Comp.cs916 cpu.Push(a.Equals(b)); in T0Comp()
921 cpu.Push(!a.Equals(b)); in T0Comp()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h83 constexpr bool Equals(const char (&a)[N], const char (&b)[M]) { in Equals() function
89 return internal::Equals("const", spec) || in ValidateSpec()
90 internal::Equals("override", spec) || in ValidateSpec()
91 internal::Equals("final", spec) || in ValidateSpec()
92 internal::Equals("noexcept", spec) || in ValidateSpec()
95 internal::Equals("ref(&)", spec) || in ValidateSpec()
96 internal::Equals("ref(&&)", spec) || in ValidateSpec()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h244 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
272 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
402 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID, in Equals() function
416 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, in Equals() function
539 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID); in NodeEquals()
601 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID, in NodeEquals()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h17 Equals, enumerator
H A DConstString.h241 static bool Equals(ConstString lhs, ConstString rhs,
/freebsd/contrib/llvm-project/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 DFileSpecList.cpp81 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()
H A DConstString.cpp241 bool ConstString::Equals(ConstString lhs, ConstString rhs, in Equals() function in ConstString
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h121 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
155 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
246 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
342 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
874 bool Equals(const ParamIteratorInterface<ParamType>& other) const override { in GTEST_DISABLE_MSC_WARNINGS_POP_()
985 bool Equals(const ParamIteratorInterface<To>& other) const override { in Equals() function
/freebsd/contrib/sqlite3/
H A DReplace.cs199 if (!matchingOnly || !String.Equals( in Main()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h141 llvm::DenseMap<FormulaPair, const Formula *> Equals; variable
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp92 return cached(Equals, canonicalFormulaPair(LHS, RHS), [&] { in makeEquals()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp151 : Ctx->Equals(DCtx); in isDeclInScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h124 Equals, // ?8 # operator== enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator=="); in output()

123