Home
last modified time | relevance | path

Searched defs:equals (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp265 bool LVType::equals(const LVType *Type) const { in equals() function in LVType
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
365 bool LVTypeEnumerator::equals(const LVType *Type) const { in equals() function in LVTypeEnumerator
377 bool LVTypeImport::equals(const LVType *Type) const { in equals() function in LVTypeImport
451 bool LVTypeParam::equals(const LVType *Type) const { in equals() function in LVTypeParam
515 bool LVTypeSubrange::equals(const LVType *Type) const { in equals() function in LVTypeSubrange
H A DLVLine.cpp120 bool LVLine::equals(const LVLine *Line) const { in equals() function in LVLine
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
214 bool LVLineAssembler::equals(const LVLine *Line) const { in equals() function in LVLineAssembler
H A DLVScope.cpp950 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.cpp355 bool LVSymbol::equals(const LVSymbol *Symbol) const { in equals() function in LVSymbol
369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() function in LVSymbol
H A DLVElement.cpp476 bool LVElement::equals(const LVElement *Element) const { equals() function in LVElement
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h106 bool equals(const XtensaConstantPoolValue *A) const { in equals() function
151 bool equals(const XtensaConstantPoolConstant *A) const { in equals() function
190 bool equals(const XtensaConstantPoolSymbol *A) const { in equals() function
224 bool equals(const XtensaConstantPoolMBB *A) const { in equals() function
256 bool equals(const XtensaConstantPoolJumpTable *A) const { in equals() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h82 bool equals(const CSKYConstantPoolValue *A) const { in equals() function
132 bool equals(const CSKYConstantPoolConstant *A) const { in equals() function
162 bool equals(const CSKYConstantPoolSymbol *A) const { in equals() function
190 bool equals(const CSKYConstantPoolMBB *A) const { in equals() function
217 bool equals(const CSKYConstantPoolJT *A) const { in equals() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h123 bool equals(const ARMConstantPoolValue *A) const { in equals() function
203 bool equals(const ARMConstantPoolConstant *A) const { in equals() function
238 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function
274 bool equals(const ARMConstantPoolMBB *A) const { in equals() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals() function
213 bool equals(const Expression &Other) const override { in equals() function
289 bool equals(const Expression &Other) const override { in equals() function
454 bool equals(const Expression &Other) const override { in equals() function
521 bool equals(const Expression &Other) const override { in equals() function
569 bool equals(const Expression &Other) const override { in equals() function
606 bool equals(const Expression &Other) const override { in equals() function
642 bool equals(const Expression &Other) const override { in equals() function
/freebsd/contrib/nvi/ex/
H A Dex_z.c34 recno_t cnt, equals, lno; in ex_z() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h27 bool equals(QualType from, QualType to) const { in equals() function
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c89 char *p, *equals, *key; in test_readstanza() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_array_ref.h53 bool equals(ArrayRef rhs) const { in equals() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h452 bool equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const { in equals() function
/freebsd/lib/libc/stdlib/
H A Dgetenv.c546 char *equals; in __merge_environ() local
616 char *equals; in putenv() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h92 [[nodiscard]] bool equals(StringRef RHS) const { return str() == RHS; } in equals() function
H A DArrayRef.h187 bool equals(ArrayRef RHS) const { in equals() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() function
296 bool equals(const CapabilityExpr &other) const { in equals() function
/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
717 const bool equals = compare_files(path, temp.get_path()); in run_output_check() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp345 void ICF::segregate(size_t begin, size_t end, EqualsFn equals) { in segregate()
/freebsd/contrib/nvi/common/
H A Doptions.c475 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c383 char *equals; in vdev_process_cmd_output() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp129 bool LiveVariables::LivenessValues::equals(const LivenessValues &V) const { in equals() function in LiveVariables::LivenessValues
/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c127 bool equals; in test_file_lstat() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp911 bool LoadExpression::equals(const Expression &Other) const { in equals() function in LoadExpression
915 bool StoreExpression::equals(const Expression &Other) const { in equals() function in StoreExpression

12