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
42 bool ScalarType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::ScalarType
162 bool EnumType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::EnumType844 bool BitFieldType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::BitFieldType
44 bool ArrayType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::ArrayType
81 bool VectorType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::VectorType
351 bool Type::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() function in android::Type
130 bool CompoundType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality() function in android::CompoundType