Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ empty
Method
empty
tools/alive_parser.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool empty() {
133
return peek() == END;
134
}
135
136
bool isType() {
137
return isScalarType() || isVectorType() || isArrayType() || isStructType();
Callers
15
main
Function · 0.45
go
Method · 0.45
main
Function · 0.45
alive_parser.cpp
File · 0.45
parse_fn
Function · 0.45
parse
Function · 0.45
error
Function · 0.45
preprocess
Function · 0.45
encode_undef_refinement
Function · 0.45
get_base_ptr
Function · 0.45
may_be_nonlocal
Function · 0.45
calculateAndInitConstants
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected