Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDThunk.h54 bool Equals(const VirtualAdjustment &Other) const { in Equals() function
60 return Equals(Zero); in isEmpty()
74 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
121 bool Equals(const VirtualAdjustment &Other) const { in Equals() function
127 return Equals(Zero); in isEmpty()
140 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
/freebsd-13-stable/contrib/bearssl/T0/
HDTValue.cs138 internal bool Equals(TValue v) in Equals() method
149 return ptr.Equals(v.ptr); in Equals()
HDTPointerNull.cs40 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerNull
HDTPointerBase.cs60 internal virtual bool Equals(TPointerBase tp) in Equals() method in TPointerBase
HDTPointerBlob.cs70 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerBlob
HDTPointerXT.cs68 internal override bool Equals(TPointerBase tp) in Equals() method in TPointerXT
HDSType.cs84 public override bool Equals(Object obj) in Equals() method
HDT0Comp.cs916 cpu.Push(a.Equals(b)); in T0Comp()
921 cpu.Push(!a.Equals(b)); in T0Comp()
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
HDgmock-function-mocker.h84 constexpr bool Equals(const char (&a)[N], const char (&b)[M]) { in Equals() function
90 return internal::Equals("const", spec) || in ValidateSpec()
91 internal::Equals("override", spec) || in ValidateSpec()
92 internal::Equals("final", spec) || in ValidateSpec()
93 internal::Equals("noexcept", spec) || in ValidateSpec()
96 internal::Equals("ref(&)", spec) || in ValidateSpec()
97 internal::Equals("ref(&&)", spec) || in ValidateSpec()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFoldingSet.h245 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
273 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
417 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID, in Equals() function
431 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, in Equals() function
554 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID); in NodeEquals()
616 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID, in NodeEquals()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDNameMatches.h17 Equals, enumerator
HDConstString.h252 static bool Equals(ConstString lhs, ConstString rhs,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDNameMatches.cpp20 case NameMatch::Equals: in NameMatches()
HDFileSpec.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()
HDFileSpecList.cpp81 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()
HDConstString.cpp247 bool ConstString::Equals(ConstString lhs, ConstString rhs, in Equals() function in ConstString
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-param-util.h122 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
156 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
247 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
343 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
878 bool Equals(const ParamIteratorInterface<ParamType>& other) const override { in GTEST_DISABLE_MSC_WARNINGS_POP_()
989 bool Equals(const ParamIteratorInterface<To>& other) const override { in Equals() function
/freebsd-13-stable/contrib/sqlite3/
HDReplace.cs199 if (!matchingOnly || !String.Equals( in Main()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDArena.h141 llvm::DenseMap<FormulaPair, const Formula *> Equals; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDCommentParser.cpp616 Token Equals = Tok; in parseHTMLStartTag() local
621 << SourceRange(Equals.getLocation()); in parseHTMLStartTag()
632 Equals.getLocation(), in parseHTMLStartTag()
HDCXXInheritance.cpp121 if (CurContext->Equals(this)) in isCurrentInstantiation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDArena.cpp92 return cached(Equals, canonicalFormulaPair(LHS, RHS), [&] { in makeEquals()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDIdentifierResolver.cpp151 : Ctx->Equals(DCtx); in isDeclInScope()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h124 Equals, // ?8 # operator== enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator=="); in output()

123