MCPcopy 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

mainFunction · 0.45
goMethod · 0.45
mainFunction · 0.45
alive_parser.cppFile · 0.45
parse_fnFunction · 0.45
parseFunction · 0.45
errorFunction · 0.45
preprocessFunction · 0.45
encode_undef_refinementFunction · 0.45
get_base_ptrFunction · 0.45
may_be_nonlocalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected