MCPcopy Create free account
hub / github.com/Genivia/ugrep / opcode_head

Method opcode_head

include/reflex/pattern.h:1323–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321 return 0xfc000000 | (index & 0xffffff); // index <= Const::LMAX (0xfaffff max)
1322 }
1323 static inline Opcode opcode_head(Index index)
1324 {
1325 return 0xfb000000 | (index & 0xffffff); // index <= Const::LMAX (0xfaffff max)
1326 }
1327 static inline Opcode opcode_goto(
1328 Char lo,
1329 Char hi,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected