Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp218 if (equals(Target)) in findIn()
236 if (!LVType::equals(&ReferenceTypes, &TargetTypes) || in parametersMatch()
237 !LVScope::equals(&ReferenceScopes, &TargetScopes)) in parametersMatch()
265 bool LVType::equals(const LVType *Type) const { in equals() function in LVType
266 return LVElement::equals(Type); in equals()
269 bool LVType::equals(const LVTypes *References, const LVTypes *Targets) { in equals() function in LVType
352 bool LVTypeDefinition::equals(const LVType *Type) const { in equals() function in LVTypeDefinition
353 return LVType::equals(Type); in equals()
365 bool LVTypeEnumerator::equals(const LVType *Type) const { in equals() function in LVTypeEnumerator
366 return LVType::equals(Type); in equals()
[all …]
H A DLVLine.cpp114 if (equals(Line)) in findIn()
120 bool LVLine::equals(const LVLine *Line) const { in equals() function in LVLine
121 return LVElement::equals(Line); in equals()
124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals() function in LVLine
193 bool LVLineDebug::equals(const LVLine *Line) const { in equals() function in LVLineDebug
194 if (!LVLine::equals(Line)) in equals()
214 bool LVLineAssembler::equals(const LVLine *Line) const { in equals() function in LVLineAssembler
215 return LVLine::equals(Line); in equals()
H A DLVScope.cpp827 if (LVScope::equals(Target)) in findIn()
849 ? (equals(Candidates[0]) ? Candidates[0] : nullptr) in findIn()
942 bool LVScope::equals(const LVScope *Scope) const { in markMissingParents()
943 if (!LVElement::equals(Scope)) in markMissingParents()
947 return getParentScope()->equals(Scope->getParentScope()); in markMissingParents()
954 if (equals(Scope)) in equals()
959 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { in findEqualScope()
1028 bool LVScopeAggregate::equals(const LVScope *Scope) const { in printExtra()
1029 if (!LVScope::equals(Scope)) in printExtra()
1050 if (equals(Scop in equals()
950 bool LVScope::equals(const LVScope *Scope) const { equals() function in LVScope
967 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { equals() function in LVScope
1036 bool LVScopeAggregate::equals(const LVScope *Scope) const { equals() function in LVScopeAggregate
1077 bool LVScopeAlias::equals(const LVScope *Scope) const { equals() function in LVScopeAlias
1163 bool LVScopeArray::equals(const LVScope *Scope) const { equals() function in LVScopeArray
1294 bool LVScopeCompileUnit::equals(const LVScope *Scope) const { equals() function in LVScopeCompileUnit
1737 bool LVScopeEnumeration::equals(const LVScope *Scope) const { equals() function in LVScopeEnumeration
1756 bool LVScopeFormalPack::equals(const LVScope *Scope) const { equals() function in LVScopeFormalPack
1821 bool LVScopeFunction::equals(const LVScope *Scope) const { equals() function in LVScopeFunction
1911 bool LVScopeFunctionInlined::equals(const LVScope *Scope) const { equals() function in LVScopeFunctionInlined
1974 bool LVScopeNamespace::equals(const LVScope *Scope) const { equals() function in LVScopeNamespace
2050 bool LVScopeRoot::equals(const LVScope *Scope) const { equals() function in LVScopeRoot
2109 bool LVScopeTemplatePack::equals(const LVScope *Scope) const { equals() function in LVScopeTemplatePack
[all...]
H A DLVSymbol.cpp326 if (equals(Target)) in findIn()
342 return LVSymbol::equals(&ReferenceParams, &TargetParams); in parametersMatch()
355 bool LVSymbol::equals(const LVSymbol *Symbol) const { in equals() function in LVSymbol
356 if (!LVElement::equals(Symbol)) in equals()
363 if (getReference() && !getReference()->equals(Symbol->getReference())) in equals()
369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() function in LVSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h82 bool equals(const CSKYConstantPoolValue *A) const { in equals() function
96 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
132 bool equals(const CSKYConstantPoolConstant *A) const { in equals() function
133 return CVal == A->CVal && CSKYConstantPoolValue::equals(A); in equals()
162 bool equals(const CSKYConstantPoolSymbol *A) const { in equals() function
163 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
190 bool equals(const CSKYConstantPoolMBB *A) const { in equals() function
191 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
217 bool equals(const CSKYConstantPoolJT *A) const { in equals() function
218 return JTI == A->JTI && CSKYConstantPoolValue::equals(A); in equals()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h72 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
106 bool equals(const XtensaConstantPoolValue *A) const { in equals() function
151 bool equals(const XtensaConstantPoolConstant *A) const { in equals() function
152 return CVal == A->CVal && XtensaConstantPoolValue::equals(A); in equals()
190 bool equals(const XtensaConstantPoolSymbol *A) const { in equals() function
191 return S == A->S && XtensaConstantPoolValue::equals(A); in equals()
224 bool equals(const XtensaConstantPoolMBB *A) const { in equals() function
225 return MBB == A->MBB && XtensaConstantPoolValue::equals(A); in equals()
256 bool equals(const XtensaConstantPoolJumpTable *A) const { in equals() function
257 return Idx == A->Idx && XtensaConstantPoolValue::equals(A); in equals()
/freebsd/contrib/nvi/ex/
H A Dex_z.c34 recno_t cnt, equals, lno; in ex_z() local
55 equals = 0; in ex_z()
110 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; in ex_z()
138 if (equals) in ex_z()
139 sp->lno = equals; in ex_z()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h87 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
123 bool equals(const ARMConstantPoolValue *A) const { in equals() function
203 bool equals(const ARMConstantPoolConstant *A) const { in equals() function
204 return CVal == A->CVal && ARMConstantPoolValue::equals(A); in equals()
238 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function
239 return S == A->S && ARMConstantPoolValue::equals(A); in equals()
274 bool equals(const ARMConstantPoolMBB *A) const { in equals() function
275 return MBB == A->MBB && ARMConstantPoolValue::equals(A); in equals()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h88 return equals(Other);
100 virtual bool equals(const Expression &Other) const { return true; } in equals() function
105 return getExpressionType() == Other.getExpressionType() && equals(Other); in exactlyEquals()
213 bool equals(const Expression &Other) const override { in equals() function
289 bool equals(const Expression &Other) const override { in equals() function
290 if (!this->BasicExpression::equals(Other)) in equals()
353 bool equals(const Expression &Other) const override;
392 bool equals(const Expression &Other) const override;
454 bool equals(const Expression &Other) const override { in equals() function
455 if (!this->BasicExpression::equals(Other)) in equals()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h130 virtual bool equals(const LVType *Type) const;
134 static bool equals(const LVTypes *References, const LVTypes *Targets);
165 bool equals(const LVType *Type) const override;
194 bool equals(const LVType *Type) const override;
208 bool equals(const LVType *Type) const override;
237 bool equals(const LVType *Type) const override;
282 bool equals(const LVType *Type) const override;
H A DLVLine.h96 virtual bool equals(const LVLine *Line) const;
100 static bool equals(const LVLines *References, const LVLines *Targets);
137 bool equals(const LVLine *Line) const override;
156 bool equals(const LVLine *Line) const override;
H A DLVScope.h300 virtual bool equals(const LVScope *Scope) const;
304 static bool equals(const LVScopes *References, const LVScopes *Targets);
354 bool equals(const LVScope *Scope) const override;
375 bool equals(const LVScope *Scope) const override;
391 bool equals(const LVScope *Scope) const override;
608 bool equals(const LVScope *Scope) const override;
625 bool equals(const LVScope *Scope) const override;
640 bool equals(const LVScope *Scope) const override;
688 bool equals(const LVScope *Scope) const override;
731 bool equals(const LVScope *Scope) const override;
[all …]
H A DLVSymbol.h174 bool equals(const LVSymbol *Symbol) const;
178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c89 char *p, *equals, *key; in test_readstanza() local
109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { in test_readstanza()
113 *equals++ = '\0'; in test_readstanza()
118 if ((value = strip_spaces(equals)) == NULL) in test_readstanza()
/freebsd/lib/libc/stdlib/
H A Dgetenv.c546 char *equals; in __merge_environ() local
568 if ((equals = strchr(*env, '=')) == NULL) { in __merge_environ()
574 if (__setenv(*env, equals - *env, equals + 1, in __merge_environ()
616 char *equals; in putenv() local
622 if (string == NULL || (equals = strchr(string, '=')) == NULL || in putenv()
623 (nameLen = equals - string) == 0) { in putenv()
/freebsd/bin/sh/tests/parser/
H A Dvar-assign1.01 # In a variable assignment, both the name and the equals sign must be entirely
3 # containing equals signs are command words.
/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c127 bool equals; in test_file_lstat() local
134 equals = true; in test_file_lstat()
135 equals &= (origsb.st_dev == fasb.st_dev); in test_file_lstat()
136 equals &= (origsb.st_ino == fasb.st_ino); in test_file_lstat()
137 equals &= (origsb.st_nlink == fasb.st_nlink); in test_file_lstat()
138 equals &= (origsb.st_flags == fasb.st_flags); in test_file_lstat()
139 equals &= (memcmp(&origsb.st_ctim, &fasb.st_ctim, in test_file_lstat()
141 equals &= (memcmp(&origsb.st_birthtim, &fasb.st_birthtim, in test_file_lstat()
143 if (!equals) { in test_file_lstat()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_array_ref.h53 bool equals(ArrayRef rhs) const { in equals() function
113 return lhs.equals(rhs);
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c383 char *equals; in vdev_process_cmd_output() local
389 equals = strchr(line, '='); in vdev_process_cmd_output()
390 if (equals != NULL) { in vdev_process_cmd_output()
395 *equals = '\0'; in vdev_process_cmd_output()
397 val = equals + 1; in vdev_process_cmd_output()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp698 const bool equals = compare_files(path, atf::fs::path(oc.value)); in run_output_check() local
699 if (!oc.negated && !equals) { in run_output_check()
704 } else if (oc.negated && equals) { in run_output_check()
717 const bool equals = compare_files(path, temp.get_path()); in run_output_check() local
718 if (!oc.negated && !equals) { in run_output_check()
723 } else if (oc.negated && equals) { in run_output_check()
/freebsd/contrib/nvi/common/
H A Doptions.c475 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local
493 for (sep = NULL, equals = qmark = 0, in opts_set()
504 equals = 1; in opts_set()
537 if (!equals && !qmark && in opts_set()
563 if (equals) { in opts_set()
613 if (qmark || !equals) { in opts_set()
705 if (qmark || !equals) { in opts_set()
/freebsd/crypto/openssl/doc/man3/
H A DX509_add_cert.pod30 The value B<X509_ADD_FLAG_DEFAULT>, which equals 0, means no special semantics.
56 Care should also be taken in case the I<certs> argument equals I<sk>.
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib53 # Execute and print command with status where success equals non-zero result
187 # Execute and print command with status where success equals non-zero result
251 # Execute and print command with status where success equals zero result
286 # Execute and print command with status where success equals zero result
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java331 if (optind >= argc || args[optind].equals("-")) { in getopt()
333 } else if (args[optind].equals("--")) { in getopt()
/freebsd/contrib/diff/
H A DNEWS131 e: line number just before the group in old file; equals f - 1
134 m: line number just after the group in old file; equals l + 1
135 n: number of lines in group in the old file; equals l - f + 1
138 If A equals B then T else E. A and B are each either a decimal
141 A's value equals B's; otherwise it is equivalent to E. For

1234