Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ clear
Method
clear
util/errors.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void Errors::clear() {
41
errs.clear();
42
warnings.clear();
43
}
44
45
bool Errors::isUnsound() const {
46
for (auto &[msg, unsound] : errs) {
Callers
15
clear_smt
Method · 0.45
state.cpp
File · 0.45
cleanup
Method · 0.45
cleanupPredecessorData
Method · 0.45
startBB
Method · 0.45
addReturn
Method · 0.45
addNoReturn
Method · 0.45
resetUndefVars
Method · 0.45
store
Method · 0.45
storeLambda
Method · 0.45
setState
Method · 0.45
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected