| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 218 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 356 bool LVTypeDefinition::equals(const LVType *Type) const { in equals() function in LVTypeDefinition 357 return LVType::equals(Type); in equals() 369 bool LVTypeEnumerator::equals(const LVType *Type) const { in equals() function in LVTypeEnumerator 370 return LVType::equals(Type); in equals() [all …]
|
| H A D | LVLine.cpp | 114 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 D | LVScope.cpp | 834 if (LVScope::equals(Target)) in findIn() 856 ? (equals(Candidates[0]) ? Candidates[0] : nullptr) in findIn() 949 bool LVScope::equals(const LVScope *Scope) const { in equals() function in LVScope 950 if (!LVElement::equals(Scope)) in equals() 954 return getParentScope()->equals(Scope->getParentScope()); in equals() 961 if (equals(Scope)) in findEqualScope() 966 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { in equals() function in LVScope 1039 bool LVScopeAggregate::equals(const LVScope *Scope) const { in equals() function in LVScopeAggregate 1040 if (!LVScope::equals(Scope)) in equals() 1061 if (equals(Scope)) in findEqualScope() [all …]
|
| H A D | LVSymbol.cpp | 325 if (equals(Target)) in findIn() 341 return LVSymbol::equals(&ReferenceParams, &TargetParams); in parametersMatch() 354 bool LVSymbol::equals(const LVSymbol *Symbol) const { in equals() function in LVSymbol 355 if (!LVElement::equals(Symbol)) in equals() 362 if (getReference() && !getReference()->equals(Symbol->getReference())) in equals() 368 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() function in LVSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaConstantPoolValue.h | 72 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/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.h | 82 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/nvi/ex/ |
| H A D | ex_z.c | 34 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/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 88 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() 318 bool equals(const Expression &Other) const override; 359 bool equals(const Expression &Other) const override; 398 bool equals(const Expression &Other) const override; 460 bool equals(const Expression &Other) const override { in equals() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 87 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/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 138 virtual bool equals(const LVType *Type) const; 142 static bool equals(const LVTypes *References, const LVTypes *Targets); 169 bool equals(const LVType *Type) const override; 198 bool equals(const LVType *Type) const override; 212 bool equals(const LVType *Type) const override; 241 bool equals(const LVType *Type) const override; 286 bool equals(const LVType *Type) const override;
|
| H A D | LVScope.h | 309 virtual bool equals(const LVScope *Scope) const; 313 static bool equals(const LVScopes *References, const LVScopes *Targets); 359 bool equals(const LVScope *Scope) const override; 380 bool equals(const LVScope *Scope) const override; 396 bool equals(const LVScope *Scope) const override; 619 bool equals(const LVScope *Scope) const override; 636 bool equals(const LVScope *Scope) const override; 651 bool equals(const LVScope *Scope) const override; 699 bool equals(const LVScope *Scope) const override; 742 bool equals(const LVScope *Scope) const override; [all …]
|
| H A D | LVLine.h | 97 virtual bool equals(const LVLine *Line) const; 101 static bool equals(const LVLines *References, const LVLines *Targets); 134 bool equals(const LVLine *Line) const override; 153 bool equals(const LVLine *Line) const override;
|
| H A D | LVSymbol.h | 175 bool equals(const LVSymbol *Symbol) const; 179 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | stanza.c | 88 char *p, *equals, *key; in test_readstanza() local 109 if (!TEST_ptr(equals = strchr(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 D | getenv.c | 120 * Inline strlen() for performance. Also, perform check for an equals sign. 582 char *equals; 604 if ((equals = strchr(*env, '=')) == NULL) { in setenv() 610 if (__setenv(*env, equals - *env, equals + 1, 652 char *equals; in putenv() 658 if (string == NULL || (equals = strchr(string, '=')) == NULL || in putenv() 659 (nameLen = equals - string) == 0) { in putenv() 546 char *equals; __merge_environ() local 616 char *equals; putenv() local
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | var-assign1.0 | 1 # 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 D | fileargs_test.c | 127 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/pam-krb5/tests/fakepam/ |
| H A D | data.c | 279 const char *equals; in pam_putenv() local 286 equals = strchr(setting, '='); in pam_putenv() 287 if (equals != NULL) in pam_putenv() 288 namelen = equals - setting; in pam_putenv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVConstantPoolValue.cpp | 46 if (equals(CPV)) in getExistingMachineCPValue() 72 bool RISCVConstantPoolValue::equals(const RISCVConstantPoolValue *A) const { in equals() function in RISCVConstantPoolValue
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_array_ref.h | 53 bool equals(ArrayRef rhs) const { in equals() function 113 return lhs.equals(rhs);
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 410 char *equals; in vdev_process_cmd_output() local 416 equals = strchr(line, '='); in vdev_process_cmd_output() 417 if (equals != NULL) { in vdev_process_cmd_output() 422 *equals = '\0'; in vdev_process_cmd_output() 424 val = equals + 1; in vdev_process_cmd_output()
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | atf-check.cpp | 698 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 D | options.c | 464 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local 482 for (sep = NULL, equals = qmark = 0, in opts_set() 493 equals = 1; in opts_set() 526 if (!equals && !qmark && in opts_set() 552 if (equals) { in opts_set() 602 if (qmark || !equals) { in opts_set() 694 if (qmark || !equals) { in opts_set()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PagedVector.h | 215 return LHS.equals(RHS); 232 bool equals(const MaterializedIterator &Other) const { in equals() function
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | string_view.h | 47 LIBC_INLINE bool equals(string_view Other) const { in equals() function 114 LIBC_INLINE bool operator==(string_view Other) const { return equals(Other); }
|