Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp565 for (auto* nextCE : getConstantExpressions()) { in recursivePass() local
566 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()
571 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass() local
572 CHECK(nextCE != nullptr) << "Local identifier is not a constant expression"; in recursivePass()
573 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()
598 for (const auto* nextCE : getConstantExpressions()) { in recursivePass() local
599 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()
604 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass() local
605 CHECK(nextCE != nullptr) << "Local identifier is not a constant expression"; in recursivePass()
606 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()
[all …]