Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/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);
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h240 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, in Equals() function
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, in Equals() function
511 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID); in NodeEquals()
573 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID, in NodeEquals()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h114 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
149 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
238 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
335 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals() function
803 bool Equals(const ParamIteratorInterface<ParamType>& other) const override { in Equals() function
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs94 if (!"".Equals(key)) { in Dump()
191 if (filename.Equals("-")) { in DumpResource()
H A Dmsgfmt.cs65 if (filename.Equals("-")) { in WriteResource()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp456 Token Equals = Tok; in parseHTMLStartTag() local
461 << SourceRange(Equals.getLocation()); in parseHTMLStartTag()
472 Equals.getLocation(), in parseHTMLStartTag()
H A DCXXInheritance.cpp121 if (CurContext->Equals(this)) in isCurrentInstantiation()
H A DDeclBase.cpp1802 return O->Equals(this); in InEnclosingNamespaceSetOf()
1805 if (O->Equals(this)) in InEnclosingNamespaceSetOf()
H A DDecl.cpp100 return !getLexicalDeclContext()->Equals(getDeclContext()); in isOutOfLine()
1758 if (!this->getDeclContext()->getRedeclContext()->Equals( in declarationReplaces()
/netbsd/external/bsd/openldap/dist/tests/data/
H A Ddn.out106 dn: cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com
108 cn: Unescaped Equals
109 member: cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com
H A Dtest-dn.ldif61 dn: cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com
63 cn: Unescaped Equals
64 member: cn=Unescaped Equals,ou=LDAPv3,dc=example,dc=com
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs207 if (culture.Parent == null || culture.Equals(CultureInfo.InvariantCulture)) in GetResourceSetsFor()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp140 : Ctx->Equals(DCtx); in isDeclInScope()
H A DSemaLookup.cpp609 getContextForScopeMatching(Decls[UniqueTagIndex])->Equals( in resolveKind()
1341 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
1468 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
1990 if (!LastDC->Equals(DC)) in LookupName()
4005 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in lookupInScope()
H A DSemaDecl.cpp3142 !Old->getDeclContext()->getRedeclContext()->Equals( in checkUsingShadowRedecl()
3192 if (NamedDC->Equals(SemaDC)) in adjustDeclContextForDeclaratorDecl()
5642 if (Cur->Equals(DC)) { in diagnoseQualifiedDeclaration()
6297 if (!OuterContext->Equals(PrevOuterContext)) in isOutOfScopePreviousDeclaration()
7676 ParentDC && !ParentDC->Equals(OldDC); in CheckShadow()
15458 if (OldDC->Equals(NewDC)) in isAcceptableTagRedeclContext()
15720 if (!ND->getDeclContext()->getRedeclContext()->Equals( in ActOnTag()
15789 DC->Equals(getStdNamespace())) { in ActOnTag()
15897 ->Equals(TD->getDeclContext()->getRedeclContext())) { in ActOnTag()
16011 ->Equals(PrevDecl->getDeclContext()->getRedeclContext())) in ActOnTag()
H A DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass)) in diagnoseInstanceReference()
H A DSemaLambda.cpp97 VarToCapture->getDeclContext()->Equals(EnclosingDC)) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
/netbsd/games/fortune/datfiles/
H A Dlimerick24 Equals nine squared plus zero, no more.
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h124 Equals, // ?8 # operator== enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp261 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Equals, "operator=="); in output()
H A DMicrosoftDemangle.cpp546 IFK::Equals, // ?8 # operator== in translateIntrinsicFunctionCode()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h172 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash,
254 static bool Equals(const SCEVPredicate &X, const FoldingSetNodeID &ID,
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1474 Equals, enumerator
1488 return MissingAttributeSubjectRulesRecoveryPoint::Equals; in getAttributeSubjectRulesRecoveryPointForToken()
1510 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::Equals && in createExpectedAttributeSubjectRulesTokenDiagnostic()
1511 EndPoint > MissingAttributeSubjectRulesRecoveryPoint::Equals) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1694 MissingAttributeSubjectRulesRecoveryPoint::Equals, *this) in HandlePragmaAttribute()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1984 bool Equals(const DeclContext *DC) const {
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddefconfig248 # Simultaneous Authentication of Equals (SAE), WPA3-Personal

12