Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ printVal
Method
printVal
ir/type.cpp:323–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void VoidType::printVal(ostream &os, const State &s, const expr &e) const {
324
UNREACHABLE();
325
}
326
327
void VoidType::print(ostream &os) const {
328
os <<
"void"
;
Callers
1
print_single_varval
Function · 0.80
Calls
13
Pointer
Class · 0.85
printHexadecimal
Method · 0.80
printUnsigned
Method · 0.80
isNegative
Method · 0.80
printSigned
Method · 0.80
isFPZero
Method · 0.80
isFPNegative
Method · 0.80
isInf
Method · 0.80
numeral_string
Method · 0.80
float2Real
Method · 0.80
bits
Method · 0.45
isTrue
Method · 0.45
Tested by
no test coverage detected