Home
last modified time | relevance | path

Searched refs:getConstantExpressions (Results 1 – 11 of 11) sorted by relevance

/system/tools/hidl/
DConstantExpression.h73 std::vector<ConstantExpression*> getConstantExpressions();
74 virtual std::vector<const ConstantExpression*> getConstantExpressions() const = 0;
177 std::vector<const ConstantExpression*> getConstantExpressions() const override;
185 std::vector<const ConstantExpression*> getConstantExpressions() const override;
196 std::vector<const ConstantExpression*> getConstantExpressions() const override;
208 std::vector<const ConstantExpression*> getConstantExpressions() const override;
221 std::vector<const ConstantExpression*> getConstantExpressions() const override;
236 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DConstantExpression.cpp526 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { in getConstantExpressions() function in android::ConstantExpression
527 const auto& constRet = static_cast<const ConstantExpression*>(this)->getConstantExpressions(); in getConstantExpressions()
571 for (auto* nextCE : getConstantExpressions()) { in recursivePass()
604 for (const auto* nextCE : getConstantExpressions()) { in recursivePass()
648 for (const auto* nextCE : getConstantExpressions()) { in checkAcyclic()
693 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::LiteralConstantExpression
700 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression
711 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression
723 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression
737 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::ReferenceConstantExpression
[all …]
DArrayType.h45 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DType.h74 std::vector<ConstantExpression*> getConstantExpressions();
75 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;
DAST.cpp163 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()
180 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()
256 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions()
353 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions()
DType.cpp133 std::vector<ConstantExpression*> Type::getConstantExpressions() { in getConstantExpressions() function in android::Type
134 const auto& constRet = static_cast<const Type*>(this)->getConstantExpressions(); in getConstantExpressions()
141 std::vector<const ConstantExpression*> Type::getConstantExpressions() const { in getConstantExpressions() function in android::Type
DEnumType.h73 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DArrayType.cpp67 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { in getConstantExpressions() function in android::ArrayType
DEnumType.cpp91 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { in getConstantExpressions() function in android::EnumType
/system/tools/hidl/hidl2aidl/
DAidlType.cpp56 auto sizes = arr.getConstantExpressions(); in getAidlType()
DAidlTranslate.cpp249 if (fieldArray->getConstantExpressions()[0]->castSizeT() == 0) { in containerTranslation()
323 ->getConstantExpressions() in containerTranslation()