• Home
  • Raw
  • Download

Lines Matching refs:getConstantExpressions

518 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() {  in getConstantExpressions()  function in android::ConstantExpression
519 const auto& constRet = static_cast<const ConstantExpression*>(this)->getConstantExpressions(); in getConstantExpressions()
563 for (auto* nextCE : getConstantExpressions()) { in recursivePass()
596 for (const auto* nextCE : getConstantExpressions()) { in recursivePass()
640 for (const auto* nextCE : getConstantExpressions()) { in checkAcyclic()
681 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::LiteralConstantExpression
688 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression
696 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression
705 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression
720 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::ReferenceConstantExpression
736 std::vector<const ConstantExpression*> AttributeConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::AttributeConstantExpression