Searched refs:nextCE (Results 1 – 1 of 1) sorted by relevance
565 for (auto* nextCE : getConstantExpressions()) { in recursivePass() local566 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()571 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass() local572 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() local599 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()604 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass() local605 CHECK(nextCE != nullptr) << "Local identifier is not a constant expression"; in recursivePass()606 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies); in recursivePass()[all …]