/system/tools/hidl/lint/lints/ |
D | emptyStructs.cpp | 44 if (compoundType->getReferences().size() == 0) { in checkSmallStructs() 49 } else if (compoundType->getReferences().size() == 1) { in checkSmallStructs()
|
D | safeunion.cpp | 65 for (const auto* nextRef : scope->getReferences()) { in lintUnionRecursively()
|
/system/tools/hidl/ |
D | Type.cpp | 121 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type 122 const auto& constRet = static_cast<const Type*>(this)->getReferences(); in getReferences() 129 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type 155 for (const auto* ref : getReferences()) { in getStrongReferences() 179 for (auto* nextRef : getReferences()) { in recursivePass() 203 for (const auto* nextRef : getReferences()) { in recursivePass() 295 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions() 760 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
|
D | Method.h | 70 std::vector<Reference<Type>*> getReferences(); 71 std::vector<const Reference<Type>*> getReferences() const;
|
D | ConstantExpression.h | 76 std::vector<Reference<LocalIdentifier>*> getReferences(); 77 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const; 222 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
|
D | TypeDef.h | 46 std::vector<const Reference<Type>*> getReferences() const override;
|
D | Method.cpp | 77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method 78 const auto& constRet = static_cast<const Method*>(this)->getReferences(); in getReferences() 85 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method 102 for (const auto* ref : getReferences()) { in getStrongReferences()
|
D | TypeDef.cpp | 62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
|
D | Type.h | 70 std::vector<Reference<Type>*> getReferences(); 71 virtual std::vector<const Reference<Type>*> getReferences() const; 372 std::vector<const Reference<Type>*> getReferences() const override;
|
D | ConstantExpression.cpp | 528 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression 529 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences(); in getReferences() 536 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression 570 for (auto* nextRef : getReferences()) { in recursivePass() 603 for (const auto* nextRef : getReferences()) { in recursivePass() 649 for (const auto* nextRef : getReferences()) { in checkAcyclic() 736 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
|
D | ArrayType.h | 43 std::vector<const Reference<Type>*> getReferences() const override;
|
D | AST.cpp | 208 for (auto* nextRef : type->getReferences()) { in lookupTypes() 234 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes() 259 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions() 368 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions()
|
D | Interface.h | 100 std::vector<const Reference<Type>*> getReferences() const override;
|
D | CompoundType.h | 50 std::vector<const Reference<Type>*> getReferences() const override;
|
D | EnumType.h | 72 std::vector<const Reference<Type>*> getReferences() const override;
|
D | Interface.cpp | 421 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface 429 const auto& references = method->getReferences(); in getReferences()
|
D | ArrayType.cpp | 63 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
|
D | EnumType.cpp | 87 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
|
D | CompoundType.cpp | 50 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType
|
/system/tools/hidl/hidl2aidl/ |
D | AidlHelper.cpp | 112 for (const Reference<Type>* ref : method->getReferences()) { in emitFileHeader() 117 for (const Reference<Type>* ref : type.getReferences()) { in emitFileHeader()
|