LLZK
2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
StreamHelper.cpp
Go to the documentation of this file.
1
//===-- StreamHelper.cpp ----------------------------------------*- C++ -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2026 Project LLZK
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
llzk/Util/StreamHelper.h
"
11
12
namespace
llzk
{
13
14
// Flush any buffered output before destroying the filtered stream wrapper.
15
filtered_raw_ostream::~filtered_raw_ostream
() { flush(); }
16
17
}
// namespace llzk
StreamHelper.h
llzk::filtered_raw_ostream::~filtered_raw_ostream
~filtered_raw_ostream() override
Definition
StreamHelper.cpp:15
llzk
Definition
AnalysisPassEnums.cpp:19
lib
Util
StreamHelper.cpp
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.