Searched refs:constExpr (Results 1 - 5 of 5) sorted by relevance

/system/tools/hidl/
H A DScope.h112 virtual ConstantExpression* constExpr() const;
H A DConstantExpression.cpp349 CHECK(mReference->constExpr() != nullptr);
351 ConstantExpression* expr = mReference->constExpr();
498 auto* nextCE = nextRef->shallowGet()->constExpr();
531 const auto* nextCE = nextRef->shallowGet()->constExpr();
577 const auto* nextCE = nextRef->shallowGet()->constExpr();
H A DEnumType.h149 ConstantExpression* constExpr() const override;
H A DScope.cpp262 ConstantExpression* LocalIdentifier::constExpr() const { function in class:android::LocalIdentifier
H A DEnumType.cpp85 ret.push_back(value->constExpr());
523 if (value->constExpr()->castSizeT() == 0) {
797 ConstantExpression *EnumValue::constExpr() const { function in class:android::EnumValue

Completed in 79 milliseconds