MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / sizei

Function sizei

other_src/lua/src/lpeg.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215static int sizei (const Instruction *i) {
216 switch((Opcode)i->i.code) {
217 case ISet: case ISpan: return CHARSETINSTSIZE;
218 case IFunc: return funcinstsize(i);
219 default: return 1;
220 }
221}
222
223
224static const char *val2str (lua_State *L, int idx) {

Callers 14

printpattFunction · 0.85
verifyFunction · 0.85
checkruleFunction · 0.85
skipchecksFunction · 0.85
optimizecapturesFunction · 0.85
optimizejumpsFunction · 0.85
optimizechoiceFunction · 0.85
isheadfailFunction · 0.85
addpattFunction · 0.85
tocharsetFunction · 0.85
fix_lFunction · 0.85
nocallsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected