Home
last modified time | relevance | path

Searched refs:getConstantExpressions (Results 1 – 9 of 9) 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.cpp520 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { in getConstantExpressions() function in android::ConstantExpression
521 const auto& constRet = static_cast<const ConstantExpression*>(this)->getConstantExpressions(); in getConstantExpressions()
565 for (auto* nextCE : getConstantExpressions()) { in recursivePass()
598 for (const auto* nextCE : getConstantExpressions()) { in recursivePass()
642 for (const auto* nextCE : getConstantExpressions()) { in checkAcyclic()
687 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::LiteralConstantExpression
694 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression
705 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression
717 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression
731 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