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

Method is_opcode_long

include/reflex/pattern.h:1338–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336 return 0x00ffffff;
1337 }
1338 static inline bool is_opcode_long(Opcode opcode)
1339 {
1340 return (opcode & 0xff000000) == 0xff000000;
1341 }
1342 static inline bool is_opcode_take(Opcode opcode)
1343 {
1344 return (opcode & 0xfe000000) == 0xfe000000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected