MCPcopy Create free account
hub / github.com/ZDoom/Raze / parse_cleanup

Function parse_cleanup

tools/re2c/src/parse/parser.cc:2382–2394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2380}
2381
2382void parse_cleanup()
2383{
2384 RegExp::vFreeList.clear();
2385 Range::vFreeList.clear();
2386 RangeSuffix::freeList.clear();
2387 Code::freelist.clear();
2388 symbol_table.clear ();
2389 condnames.clear ();
2390 specMap.clear();
2391 specStar.clear();
2392 star_default = NULL;
2393 specNone = NULL;
2394}
2395
2396} // end namespace re2c

Callers 1

parseFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected