MCPcopy Create free account
hub / github.com/boostorg/build / regc

Function regc

src/engine/regexp.cpp:681–688  ·  view source on GitHub ↗

- regc - emit (if appropriate) a byte of code */

Source from the content-addressed store, hash-verified

679 - regc - emit (if appropriate) a byte of code
680 */
681static void
682regc( int32_t b )
683{
684 if (regcode != &regdummy)
685 *regcode++ = b;
686 else
687 regsize++;
688}
689
690/*
691 - reginsert - insert an operator in front of already-emitted operand

Callers 2

regcompFunction · 0.85
regatomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected