Home
last modified time | relevance | path

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

/system/tools/hidl/
DAnnotation.cpp33 std::vector<ConstantExpression*> AnnotationParam::getConstantExpressions() { in getConstantExpressions() function in android::AnnotationParam
34 const auto& constRet = static_cast<const AnnotationParam*>(this)->getConstantExpressions(); in getConstantExpressions()
41 std::vector<const ConstantExpression*> AnnotationParam::getConstantExpressions() const { in getConstantExpressions() function in android::AnnotationParam
100 std::vector<const ConstantExpression*> ConstantExpressionAnnotationParam::getConstantExpressions() in getConstantExpressions() function in android::ConstantExpressionAnnotationParam
128 std::vector<ConstantExpression*> Annotation::getConstantExpressions() { in getConstantExpressions() function in android::Annotation
129 const auto& constRet = static_cast<const Annotation*>(this)->getConstantExpressions(); in getConstantExpressions()
136 std::vector<const ConstantExpression*> Annotation::getConstantExpressions() const { in getConstantExpressions() function in android::Annotation
139 const auto& retParam = param->getConstantExpressions(); in getConstantExpressions()
DAnnotation.h46 std::vector<ConstantExpression*> getConstantExpressions();
47 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;
72 std::vector<const ConstantExpression*> getConstantExpressions() const override;
87 std::vector<ConstantExpression*> getConstantExpressions();
88 std::vector<const ConstantExpression*> getConstantExpressions() const;
DConstantExpression.h70 std::vector<ConstantExpression*> getConstantExpressions();
71 virtual std::vector<const ConstantExpression*> getConstantExpressions() const = 0;
174 std::vector<const ConstantExpression*> getConstantExpressions() const override;
182 std::vector<const ConstantExpression*> getConstantExpressions() const override;
193 std::vector<const ConstantExpression*> getConstantExpressions() const override;
205 std::vector<const ConstantExpression*> getConstantExpressions() const override;
218 std::vector<const ConstantExpression*> getConstantExpressions() const override;
233 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DConstantExpression.cpp518 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
[all …]
DMethod.h76 std::vector<ConstantExpression*> getConstantExpressions();
77 std::vector<const ConstantExpression*> getConstantExpressions() const;
DMethod.cpp105 std::vector<ConstantExpression*> Method::getConstantExpressions() { in getConstantExpressions() function in android::Method
106 const auto& constRet = static_cast<const Method*>(this)->getConstantExpressions(); in getConstantExpressions()
113 std::vector<const ConstantExpression*> Method::getConstantExpressions() const { in getConstantExpressions() function in android::Method
116 const auto& retAnnotation = annotation->getConstantExpressions(); in getConstantExpressions()
DScope.cpp125 std::vector<const ConstantExpression*> Scope::getConstantExpressions() const { in getConstantExpressions() function in android::Scope
128 const auto& retAnnotation = annotation->getConstantExpressions(); in getConstantExpressions()
DScope.h62 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DAST.cpp150 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()
167 for (auto* ce : type->getConstantExpressions()) { in constantExpressionRecursivePass()
242 for (auto* ce : type->getConstantExpressions()) { in lookupConstantExpressions()
339 for (auto* ce : type->getConstantExpressions()) { in checkAcyclicConstantExpressions()
DType.h73 std::vector<ConstantExpression*> getConstantExpressions();
74 virtual std::vector<const ConstantExpression*> getConstantExpressions() const;
DArrayType.h45 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DInterface.h99 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DType.cpp127 std::vector<ConstantExpression*> Type::getConstantExpressions() { in getConstantExpressions() function in android::Type
128 const auto& constRet = static_cast<const Type*>(this)->getConstantExpressions(); in getConstantExpressions()
135 std::vector<const ConstantExpression*> Type::getConstantExpressions() const { in getConstantExpressions() function in android::Type
DEnumType.h72 std::vector<const ConstantExpression*> getConstantExpressions() const override;
DInterface.cpp478 std::vector<const ConstantExpression*> Interface::getConstantExpressions() const { in getConstantExpressions() function in android::Interface
481 const auto& retMethod = method->getConstantExpressions(); in getConstantExpressions()
DArrayType.cpp64 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { in getConstantExpressions() function in android::ArrayType
DEnumType.cpp90 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { in getConstantExpressions() function in android::EnumType