Searched refs:falseCase (Results 1 – 1 of 1) sorted by relevance
365 std::unique_ptr<Expression> falseCase = it == branches.end() ? in categorical() local372 return std::make_unique<Case>(type, std::move(trueBranch), std::move(falseCase)); in categorical()