Searched refs:getConstantExpressions (Results 1 – 9 of 9) sorted by relevance
73 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;
520 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { in getConstantExpressions() function in android::ConstantExpression521 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::LiteralConstantExpression694 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression705 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression717 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression731 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::ReferenceConstantExpression[all …]
45 std::vector<const ConstantExpression*> getConstantExpressions() const override;
74 std::vector<ConstantExpression*> getConstantExpressions();75 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;
163 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()
133 std::vector<ConstantExpression*> Type::getConstantExpressions() { in getConstantExpressions() function in android::Type134 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
73 std::vector<const ConstantExpression*> getConstantExpressions() const override;
67 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { in getConstantExpressions() function in android::ArrayType
91 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { in getConstantExpressions() function in android::EnumType