/llvm-project/libc/benchmarks/ |
H A D | JSONTest.cpp | 58 auto equals(const HostState &H) -> auto { in equals() function 65 auto equals(const StudyConfiguration &SC) -> auto { in equals() function 76 auto equals(const BenchmarkOptions &BO) -> auto { in equals() function 89 auto equals(const Runtime &RI) -> auto { in equals() function 96 auto equals(const Study &S) -> auto { in equals() function
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaConstantPoolValue.h | 106 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
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 265 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 D | LVLine.cpp | 120 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 D | LVScope.cpp | 942 bool LVScope::equals(const LVScope *Scope) const { in equals() function in LVScope 959 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { in equals() function in LVScope 1028 bool LVScopeAggregate::equals(const LVScope *Scope) const { in equals() function in LVScopeAggregate 1069 bool LVScopeAlias::equals(const LVScope *Scope) const { in equals() function in LVScopeAlias 1155 bool LVScopeArray::equals(const LVScope *Scope) const { in equals() function in LVScopeArray 1286 bool LVScopeCompileUnit::equals(const LVScope *Scope) const { in equals() function in LVScopeCompileUnit 1729 bool LVScopeEnumeration::equals(const LVScope *Scope) const { in equals() function in LVScopeEnumeration 1748 bool LVScopeFormalPack::equals(const LVScope *Scope) const { in equals() function in LVScopeFormalPack 1813 bool LVScopeFunction::equals(const LVScope *Scope) const { in equals() function in LVScopeFunction 1903 bool LVScopeFunctionInlined::equals(const LVScope *Scope) const { in equals() function in LVScopeFunctionInlined [all …]
|
H A D | LVSymbol.cpp | 355 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
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 82 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
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 123 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
|
/llvm-project/llvm/unittests/Support/ |
H A D | FSUniqueIDTest.cpp | 22 TEST(FSUniqueIDTest, equals) { in TEST() argument
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 100 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 { equals() function 521 bool equals(const Expression &Other) const override { equals() function 569 bool equals(const Expression &Other) const override { equals() function 606 bool equals(const Expression &Other) const override { equals() function 642 bool equals(const Expression &Other) const override { equals() function [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-default-arg.cpp | 6 constexpr bool equals(const float& arg = 1.0f) { in equals() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicCastInfo.h | 27 bool equals(QualType from, QualType to) const { in equals() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | MemoryMatcher.cpp | 21 bool equals(const cpp::span<T> &Span1, const cpp::span<T> &Span2, equals() function
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | FunctionId.h | 76 bool equals(const FunctionId &Other) const { in equals() function
|
/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
H A D | test_helper.h | 25 bool equals(T x, T y) { in equals() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_array_ref.h | 53 bool equals(ArrayRef rhs) const { in equals() function
|
/llvm-project/bolt/lib/Core/ |
H A D | MCPlusBuilder.cpp | 39 bool MCPlusBuilder::equals(const MCInst &A, const MCInst &B, in equals() function in MCPlusBuilder 55 bool MCPlusBuilder::equals(const MCOperand &A, const MCOperand &B, in equals() function in MCPlusBuilder 83 bool MCPlusBuilder::equals(const MCExpr &A, const MCExpr &B, in equals() function in MCPlusBuilder 127 bool MCPlusBuilder::equals(const MCTargetExpr &A, const MCTargetExpr &B, in equals() function in MCPlusBuilder
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | MCPlus.h | 100 bool equals(const MCAnnotation &Other) const override { in equals() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 452 bool equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const { equals() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | PagedVector.h | 232 bool equals(const MaterializedIterator &Other) const { in equals() function
|
H A D | SmallString.h | 92 [[nodiscard]] bool equals(StringRef RHS) const { return str() == RHS; } in equals() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string_view.h | 45 LIBC_INLINE bool equals(string_view Other) const { equals() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() function 296 bool equals(const CapabilityExpr &other) const { in equals() function
|
/llvm-project/clang/test/Analysis/ |
H A D | cxx-uninitialized-object.cpp | 788 …auto equals = [&b](int a) { return a == b; }; // expected-note{{uninitialized pointee 'this->funct… in fLambdaTest2() local 801 auto equals = [&b](int a) { return a == b; }; in fLambdaTest2() local 824 auto equals = [&rec1](LT3Detail::RecordType rec2) { in fLambdaTest3() local 847 auto equals = [&rec1](LT3Detail::RecordType rec2) { in fLambdaTest3() local 864 …auto equals = [&b1, &b2, &b3](int a) { return a == b1 == b2 == b3; }; // expected-note{{uninitiali… in fMultipleLambdaCapturesTest1() local 879 …auto equals = [b1, &b2, &b3](int a) { return a == b1 == b2 == b3; }; // expected-note{{uninitializ… in fMultipleLambdaCapturesTest2() local
|
/llvm-project/clang/unittests/Basic/ |
H A D | FileEntryTest.cpp | 95 TEST(FileEntryTest, equals) { in TEST() argument
|