Searched refs:deepContainsPointer (Results 1 – 12 of 12) sorted by relevance
65 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
90 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::PointerType
78 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::RefType
137 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
132 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
602 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::ArrayType606 return Type::deepContainsPointer(visited); in deepContainsPointer()
756 bool VectorType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::VectorType760 return TemplatedType::deepContainsPointer(visited); in deepContainsPointer()
143 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
738 return deepContainsPointer(visited); in containsPointer()745 bool Type::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer() function in android::Type
333 virtual bool deepContainsPointer(std::unordered_set<const Type*>* visited) const;
2177 bool CompoundType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer() function in android::CompoundType2184 return Scope::deepContainsPointer(visited); in deepContainsPointer()