MCPcopy Create free account
hub / github.com/Genivia/RE-flex / write_section_begin

Method write_section_begin

src/reflex.cpp:2340–2347  ·  view source on GitHub ↗

Write %%begin code to lex.yy.cpp

Source from the content-addressed store, hash-verified

2338
2339/// Write %%begin code to lex.yy.cpp
2340void Reflex::write_section_begin()
2341{
2342 if (!options["flex"].empty())
2343 *out <<
2344 " YY_USER_INIT\n";
2345 if (!section_begin.empty())
2346 write_code(section_begin);
2347}
2348
2349/// Write perf_report code to lex.yy.cpp
2350void Reflex::write_perf_report()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected