Home
last modified time | relevance | path

Searched refs:isEqual (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMapInfo.h56 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; }
65 static bool isEqual(const char &LHS, const char &RHS) {
76 static bool isEqual(const unsigned char &LHS, const unsigned char &RHS) {
87 static bool isEqual(const unsigned short &LHS, const unsigned short &RHS) {
98 static bool isEqual(const unsigned& LHS, const unsigned& RHS) {
112 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) {
126 static bool isEqual(const unsigned long long& LHS,
137 static bool isEqual(const short &LHS, const short &RHS) { return LHS == RHS; }
146 static bool isEqual(const int& LHS, const int& RHS) {
163 static bool isEqual(const long& LHS, const long& RHS) {
[all …]
DCachedHashString.h58 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
59 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
62 static bool isEqual(const CachedHashStringRef &LHS,
65 DenseMapInfo<StringRef>::isEqual(LHS.val(), RHS.val());
163 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
164 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
167 static bool isEqual(const CachedHashString &LHS,
DDenseMap.h130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
336 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
337 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
372 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
373 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
407 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom()
408 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) in copyFrom()
567 if (!KeyInfoT::isEqual(TheBucket->getFirst(), EmptyKey)) in InsertIntoBucketImpl()
592 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
[all …]
DImmutableMap.h43 static inline bool isEqual(key_type_ref L, key_type_ref R) { in isEqual() function
44 return ImutContainerInfo<T>::isEqual(L,R); in isEqual()
51 return ImutContainerInfo<S>::isEqual(L,R); in isDataEqual()
137 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
347 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
DImmutableList.h127 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() function
129 bool operator==(const ImmutableList& L) const { return isEqual(L); }
239 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) {
DImmutableSet.h78 if (ImutInfo::isEqual(K,CurrentKey)) in find()
119 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()
138 bool isEqual(const ImutAVLTree& RHS) const { in isEqual() function
164 bool isNotEqual(const ImutAVLTree& RHS) const { return !isEqual(RHS); } in isNotEqual()
544 if (ImutInfo::isEqual(K,KCurrent)) in add_internal()
564 if (ImutInfo::isEqual(K,KCurrent)) { in remove_internal()
919 static bool isEqual(key_type_ref LHS, key_type_ref RHS) {
945 static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
1050 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
1178 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMapInfo.h50 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; }
58 static bool isEqual(const char &LHS, const char &RHS) {
68 static bool isEqual(const unsigned& LHS, const unsigned& RHS) {
80 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) {
92 static bool isEqual(const unsigned long long& LHS,
103 static bool isEqual(const int& LHS, const int& RHS) {
117 static bool isEqual(const long& LHS, const long& RHS) {
129 static bool isEqual(const long long& LHS,
163 static bool isEqual(const Pair &LHS, const Pair &RHS) {
164 return FirstInfo::isEqual(LHS.first, RHS.first) &&
[all …]
DDenseMap.h108 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
109 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
307 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
308 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
343 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
344 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
377 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom()
378 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) in copyFrom()
500 if (!KeyInfoT::isEqual(TheBucket->getFirst(), EmptyKey)) in InsertIntoBucketImpl()
525 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h70 static bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual() function
75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual() function
78 return isEqual(C, P->getValue()); in isEqual()
81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { in isEqual() function
84 return isEqual(P1->getValue(), P2); in isEqual()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp514 bool isEqual(const GLubyte* color1, const GLubyte* color2, GLubyte tolerance) const;
576 bool TestClampModeForInternalFormat::isEqual(const GLubyte* color1, const GLubyte* color2, GLubyte … in isEqual() function in glcts::TestClampModeForInternalFormat
777 if (!isEqual(buf, red, epsilons[0])) in verifyClampToEdge()
790 if (!isEqual(buf, green, epsilons[1])) in verifyClampToEdge()
806 if (!isEqual(buf, blue, epsilons[2])) in verifyClampToEdge()
819 if (!isEqual(buf, white, epsilons[0])) in verifyClampToEdge()
872 if (!isEqual(buf, red, tolerance)) in verifyRepeat()
879 if (!isEqual(buf, green, tolerance)) in verifyRepeat()
892 if (!isEqual(buf, blue, tolerance)) in verifyRepeat()
899 if (!isEqual(buf, white, tolerance)) in verifyRepeat()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DConstantFoldingTest.h57 if (!isEqual(node->getConstantValue()[i], mConstantVector[i])) in visitConstantUnion()
73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() function
95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() function
108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() function
120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual() function
/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests.m56 XCTAssertTrue([dict isEqual:@{}]);
59 XCTAssertFalse([dict isEqual:@{ @"foo" : @"bar" }]);
64 XCTAssertFalse([dict isEqual:@{}]);
66 XCTAssertTrue([dict isEqual:@{ @"foo" : @"bar" }]);
68 XCTAssertFalse([dict isEqual:@{ @"bar" : @"baz" }]);
73 XCTAssertFalse([dict isEqual:dict2]);
77 XCTAssertFalse([dict isEqual:dict2]);
81 XCTAssertTrue([dict isEqual:dict2]);
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeResult.java95 boolean isEqual = getKey().equals(other.getKey()) in equals()
98 checkState(!isEqual || this == other, in equals()
100 return isEqual; in equals()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/Type_and_Member_Identity/
DType_and_Member_Identity_1.ts41 let isEqual: IsEqual<T, U> = true; variable
42 Assert.isTrue(isEqual);
DType_and_Member_Identity_4.ts44 let isEqual: IsEqual<T, U> = true; variable
45 Assert.isTrue(isEqual);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h188 static bool isEqual(const WeakVH &LHS, const WeakVH &RHS) {
189 return DenseMapInfo<Value *>::isEqual(LHS, RHS);
325 static bool isEqual(const AssertingVH<T> &LHS, const AssertingVH<T> &RHS) {
326 return DenseMapInfo<Value *>::isEqual(LHS.getRawValPtr(),
556 static bool isEqual(const PoisoningVH<T> &LHS, const PoisoningVH<T> &RHS) {
557 return DenseMapInfo<Value *>::isEqual(LHS.getRawValPtr(),
DAttributes.td236 def : CompatRule<"isEqual<SanitizeAddressAttr>">;
237 def : CompatRule<"isEqual<SanitizeThreadAttr>">;
238 def : CompatRule<"isEqual<SanitizeMemoryAttr>">;
239 def : CompatRule<"isEqual<SanitizeHWAddressAttr>">;
240 def : CompatRule<"isEqual<SanitizeMemTagAttr>">;
241 def : CompatRule<"isEqual<SafeStackAttr>">;
242 def : CompatRule<"isEqual<ShadowCallStackAttr>">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegister.h103 static bool isEqual(const MCRegister &LHS, const MCRegister &RHS) {
104 return DenseMapInfo<unsigned>::isEqual(LHS.id(), RHS.id());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasmTraits.h43 static bool isEqual(const wasm::WasmSignature &LHS,
60 static bool isEqual(const wasm::WasmGlobalType &LHS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h39 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
40 static bool isEqual(const StructType *LHS, const StructType *RHS);
/third_party/protobuf/objectivec/
DGPBUnknownField.m97 - (BOOL)isEqual:(id)object {
104 [mutableVarintList_ isEqual:field->mutableVarintList_];
108 [mutableFixed32List_ isEqual:field->mutableFixed32List_];
112 [mutableFixed64List_ isEqual:field->mutableFixed64List_];
117 [mutableLengthDelimitedList_ isEqual:field->mutableLengthDelimitedList_];
121 [mutableGroupList_ isEqual:field->mutableGroupList_];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h149 static bool isEqual(const Register &LHS, const Register &RHS) {
150 return DenseMapInfo<unsigned>::isEqual(LHS.id(), RHS.id());
/third_party/skia/src/gpu/
DGrProcessorSet.cpp91 if (!colorFragmentProcessor()->isEqual(*that.colorFragmentProcessor())) { in operator ==()
97 if (!coverageFragmentProcessor()->isEqual(*that.coverageFragmentProcessor())) { in operator ==()
112 return thisXP.isEqual(thatXP); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc533 Ret &= isEqual<SanitizeAddressAttr>(Caller, Callee);
534 Ret &= isEqual<SanitizeThreadAttr>(Caller, Callee);
535 Ret &= isEqual<SanitizeMemoryAttr>(Caller, Callee);
536 Ret &= isEqual<SanitizeHWAddressAttr>(Caller, Callee);
537 Ret &= isEqual<SanitizeMemTagAttr>(Caller, Callee);
538 Ret &= isEqual<SafeStackAttr>(Caller, Callee);
539 Ret &= isEqual<ShadowCallStackAttr>(Caller, Callee);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc533 Ret &= isEqual<SanitizeAddressAttr>(Caller, Callee);
534 Ret &= isEqual<SanitizeThreadAttr>(Caller, Callee);
535 Ret &= isEqual<SanitizeMemoryAttr>(Caller, Callee);
536 Ret &= isEqual<SanitizeHWAddressAttr>(Caller, Callee);
537 Ret &= isEqual<SanitizeMemTagAttr>(Caller, Callee);
538 Ret &= isEqual<SafeStackAttr>(Caller, Callee);
539 Ret &= isEqual<ShadowCallStackAttr>(Caller, Callee);

1234567