Searched refs:Equals (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/bearssl/T0/
H A DTPointerNull.cs40 internal override bool Equals(TPointerBase tp) method in class:TPointerNull
H A DTPointerBase.cs60 internal virtual bool Equals(TPointerBase tp) method in class:TPointerBase
H A DTPointerBlob.cs70 internal override bool Equals(TPointerBase tp) method in class:TPointerBlob
H A DTPointerXT.cs68 internal override bool Equals(TPointerBase tp) method in class:TPointerXT
H A DTValue.cs138 internal bool Equals(TValue v) method in struct:TValue
149 return ptr.Equals(v.ptr);
H A DSType.cs84 public override bool Equals(Object obj) method in struct:SType
H A DT0Comp.cs916 cpu.Push(a.Equals(b));
921 cpu.Push(!a.Equals(b));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h17 Equals, member in class:lldb_private::NameMatch
H A DConstString.h282 static bool Equals(ConstString lhs, ConstString rhs,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp20 case NameMatch::Equals:
H A DFileSpec.cpp232 return ConstString::Equals(m_directory, rhs.m_directory, case_sensitive);
237 return ConstString::Equals(m_filename, rhs.m_filename, case_sensitive);
H A DConstString.cpp242 bool ConstString::Equals(ConstString lhs, ConstString rhs, function in class:ConstString
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h70 bool Equals(const VirtualAdjustment &Other) const { function in union:clang::ReturnAdjustment::VirtualAdjustment
76 return Equals(Zero);
90 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
138 bool Equals(const VirtualAdjustment &Other) const { function in union:clang::ThisAdjustment::VirtualAdjustment
144 return Equals(Zero);
158 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
/freebsd-13-stable/contrib/sqlite3/
H A DReplace.cs199 if (!matchingOnly || !String.Equals(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h236 // Equals - Test if the profile for X would match ID, using TempID
240 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
268 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID, function in class:llvm::DefaultFoldingSetTrait
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, function in class:llvm::DefaultContextualFoldingSetTrait
511 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
573 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp71 if (ConstString::Equals(
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h112 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
147 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
236 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
334 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp140 : Ctx->Equals(DCtx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp456 Token Equals = Tok; local
461 << SourceRange(Equals.getLocation());
472 Equals.getLocation(),
H A DCXXInheritance.cpp144 if (CurContext->Equals(this))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h123 Equals, // ?8 # operator== member in class:llvm::ms_demangle::IntrinsicFunctionKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp256 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator==");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1104 case NameMatch::Equals:
1243 match_info.SetNameMatchType(NameMatch::Equals);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h171 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash, function in struct:llvm::FoldingSetTrait
253 static bool Equals(const SCEVPredicate &X, const FoldingSetNodeID &ID, function in struct:llvm::FoldingSetTrait
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1374 Equals, member in class:__anon1971::MissingAttributeSubjectRulesRecoveryPoint
1388 return MissingAttributeSubjectRulesRecoveryPoint::Equals;
1410 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::Equals &&
1411 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals)
1594 MissingAttributeSubjectRulesRecoveryPoint::Equals, *this)

Completed in 307 milliseconds

12