MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / check_symbols

Function check_symbols

extern/btyacc/reader.c:1685–1696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685void check_symbols()
1686{
1687 register bucket *bp;
1688
1689 if (goal->class == UNKNOWN)
1690 undefined_goal(goal->name);
1691
1692 for (bp = first_symbol; bp; bp = bp->next) {
1693 if (bp->class == UNKNOWN) {
1694 undefined_symbol_warning(bp->name);
1695 bp->class = TERM; } }
1696}
1697
1698void pack_symbols()
1699{

Callers 1

readerFunction · 0.85

Calls 2

undefined_goalFunction · 0.85
undefined_symbol_warningFunction · 0.85

Tested by

no test coverage detected