Searched defs:deepCanCheckEquality (Results 1 – 7 of 7) sorted by relevance
31 bool StringType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::StringType
47 bool ScalarType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::ScalarType
81 bool VectorType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::VectorType
47 bool ArrayType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::ArrayType
163 bool EnumType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::EnumType883 bool BitFieldType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::BitFieldType
357 bool Type::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::Type
137 bool CompoundType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::CompoundType